[Rcpp-commits] r297 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 7 14:22:31 CET 2010
Author: edd
Date: 2010-01-07 14:22:31 +0100 (Thu, 07 Jan 2010)
New Revision: 297
Modified:
pkg/inst/ChangeLog
Log:
small cleanup
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-07 13:03:10 UTC (rev 296)
+++ pkg/inst/ChangeLog 2010-01-07 13:22:31 UTC (rev 297)
@@ -9,14 +9,14 @@
to wrap WEAKREFSXP with accessors to the key and value
* src/WeakReference.cpp: implementation
- * src/Rcpp/Rcpp_Rinternals.h: borrowed from Rinternals so that
- we can use VECTOR_PTR (which R forbids unless we define
+ * src/Rcpp/Rcpp_Rinternals.h: borrowed from Rinternals so that
+ we can use VECTOR_PTR (which R forbids unless we define
USE_RINTERNALS, but defining it disables NO_R_REMAP)
- * src/Rcpp/GenericVector.h : added begin and end to allow
+ * src/Rcpp/GenericVector.h : added begin and end to allow
stl type iteration over generic vectors.
-2010-01-06 Dirk Eddelbuettel <deddelbuettel at wtchi-stat-l1.wolve.com>
+2010-01-06 Dirk Eddelbuettel <edd at debian.org>
* src/RcppCommon.h: Protect definition of logTxt by #ifndef
* inst/doc/Rcpp-unitTests.Rnw: Minor LaTeX tweak
More information about the Rcpp-commits
mailing list