[Rcpp-commits] r1285 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 20 09:14:53 CEST 2010


Author: edd
Date: 2010-05-20 09:14:53 +0200 (Thu, 20 May 2010)
New Revision: 1285

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
a visit from the '80 columns it is' police


Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-05-19 12:16:55 UTC (rev 1284)
+++ pkg/Rcpp/inst/ChangeLog	2010-05-20 07:14:53 UTC (rev 1285)
@@ -1,17 +1,17 @@
-
 2010-05-19  Romain Francois <romain at r-enthusiasts.com>
 
-	* inst/include/Rcpp/as.h: add throw specification to as specialization, 
-	reported by suncc compiler on CRAN checks
+	* inst/include/Rcpp/as.h: add throw specification to as
+	specialization, reported by suncc compiler on CRAN checks
 
-	* inst/include/Rcpp/Module.h : adding the concept of Rcpp modules, inspired
-	from boost.python
-	
+	* inst/include/Rcpp/Module.h : adding the concept of Rcpp modules,
+	inspired from boost.python
+
 	* R/Module.R: R side support for modules
-	
-	* R/getDLL.R: generic (s4) function to get the DLL based on either its name
-	e.g. getDLL( "Rcpp" ) or an object of class CFunc (from the inline package)
 
+	* R/getDLL.R: generic (s4) function to get the DLL based on either
+	its name e.g. getDLL( "Rcpp" ) or an object of class CFunc (from the
+	inline package)
+
 2010-05-17  Dirk Eddelbuettel  <edd at debian.org>
 
 	* DESCRIPTION: Release 0.8.0
@@ -26,10 +26,11 @@
 2010-05-10  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/Dimension.h: added a const operator[], requested
-	in the Rcpp-devel thread : http://article.gmane.org/gmane.comp.lang.r.rcpp/327
+	in the Rcpp-devel thread :
+	http://article.gmane.org/gmane.comp.lang.r.rcpp/327
 
-	* inst/include/Rcpp/preprocessor.h: added __rcpp_info__ pseudo reflection information
-	to RCPP_XP_FIELD
+	* inst/include/Rcpp/preprocessor.h: added __rcpp_info__ pseudo
+	reflection information to RCPP_XP_FIELD
 
 	* inst/unitTests/runit.macros.R: testing RCPP_XP_FIELD
 



More information about the Rcpp-commits mailing list