[Rcpp-devel] [Rcpp-commits] r216 - pkg/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 27 18:16:28 CET 2009


Author: romain
Date: 2009-12-27 18:16:28 +0100 (Sun, 27 Dec 2009)
New Revision: 216

Modified:
   pkg/inst/ChangeLog
Log:
added experimental uncaught exception handling

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2009-12-27 17:15:20 UTC (rev 215)
+++ pkg/inst/ChangeLog	2009-12-27 17:16:28 UTC (rev 216)
@@ -9,6 +9,9 @@
 	* R/exceptions.R : added R side of the exception management, unexported
 	as it is only used by internal C++ code
 	
+	* inst/examples/RcppInline/UncaughtExceptions.r: demo of the 
+	uncaught exception system
+	
 	* src/RcppSexp.{h,cpp} : added method isNULL to test if the 
 	underlying SEXP is NULL
 	

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list