[Rcpp-commits] r851 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 7 14:32:29 CET 2010
Author: romain
Date: 2010-03-07 14:32:29 +0100 (Sun, 07 Mar 2010)
New Revision: 851
Modified:
pkg/Rcpp/inst/ChangeLog
Log:
changelog
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-03-07 13:27:34 UTC (rev 850)
+++ pkg/Rcpp/inst/ChangeLog 2010-03-07 13:32:29 UTC (rev 851)
@@ -1,3 +1,12 @@
+2010-03-07 Romain Francois <romain at r-enthusiasts.com>
+
+ * src/Rcpp/StringTransformer.h: new class template StringTransformer
+ that allows using a character by character function to modify
+ elements of a string vector (example available in package RcppExamples)
+
+ * src/Rcpp/Vector.h: string_proxy::iterator is made const char* because
+ R uses a global cache for the CHARSXP
+
2010-03-05 Romain Francois <romain at r-enthusiasts.com>
* src/Rcpp/Vector.h: string_proxy gains begin(), end(),
More information about the Rcpp-commits
mailing list