[Rcpp-commits] r2715 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Dec 4 21:30:05 CET 2010
Author: edd
Date: 2010-12-04 21:30:05 +0100 (Sat, 04 Dec 2010)
New Revision: 2715
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/NEWS
Log:
doc entries for rev2714 with bug reported by he who shall not be named
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2010-12-04 20:21:24 UTC (rev 2714)
+++ pkg/Rcpp/ChangeLog 2010-12-04 20:30:05 UTC (rev 2715)
@@ -1,15 +1,19 @@
+2010-12-04 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/include/Rcpp/Date.h: Remove addition of 1900 in getYear()
+
2010-12-04 Romain Francois <romain at r-enthusiasts.com>
- * inst/doc/Rcpp-quickref/Rcpp-quickref.Rnw: documentation patch by
- Christian Gunnning <xian at unm.edu>
-
- * inst/include/Rcpp/vector/matrix.h: fix SubMatrix. Bug reported by
- Christian Gunnning <xian at unm.edu> on Rcpp-devel
-
- * inst/include/Rcpp/vector/SubMatrix.h: factored out of matrix.h
-
- * inst/include/Rcpp/sprintf.h: new sprintf template to format strings
+ * inst/doc/Rcpp-quickref/Rcpp-quickref.Rnw: documentation patch by
+ Christian Gunnning <xian at unm.edu>
+ * inst/include/Rcpp/vector/matrix.h: fix SubMatrix. Bug reported by
+ Christian Gunnning <xian at unm.edu> on Rcpp-devel
+
+ * inst/include/Rcpp/vector/SubMatrix.h: factored out of matrix.h
+
+ * inst/include/Rcpp/sprintf.h: new sprintf template to format strings
+
2010-12-03 Dirk Eddelbuettel <edd at debian.org>
* inst/unitTests/runit.RObject.R: fix 'inherits' test added today
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2010-12-04 20:21:24 UTC (rev 2714)
+++ pkg/Rcpp/inst/NEWS 2010-12-04 20:30:05 UTC (rev 2715)
@@ -3,6 +3,8 @@
o The classic api was factored out in its own package RcppClassic, to be
released
+ o Date::getYear() corrected (where addition of 1900 was not called for)
+
0.8.9 2010-11-27
o Many improvements were made to in 'Rcpp modules':
More information about the Rcpp-commits
mailing list