[Rcpp-commits] r177 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 16 02:32:40 CET 2009
Author: edd
Date: 2009-11-16 02:32:40 +0100 (Mon, 16 Nov 2009)
New Revision: 177
Modified:
pkg/inst/ChangeLog
Log:
document all changes in src/*
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2009-11-16 01:22:17 UTC (rev 176)
+++ pkg/inst/ChangeLog 2009-11-16 01:32:40 UTC (rev 177)
@@ -1,3 +1,18 @@
+2009-11-15 Dirk Eddelbuettel <edd at debian.org>
+
+ * src/RcppDateVector.{cpp,h}: Moved out of Rcpp.{h,cpp}
+ * src/RcppDatetimeVector.{cpp,h}: idem
+ * src/RcppFunction.{cpp,h}: idem
+ * src/RcppMatrix.{cpp,h}: idem
+ * src/RcppMatrixView.{cpp,h}: idem
+ * src/RcppNumList.{cpp,h}: idem
+ * src/RcppResultSet.{cpp,h}: idem
+ * src/RcppStringVector.{cpp,h}: idem
+ * src/RcppStringVectorView.{cpp,h}: idem
+ * src/RcppVector.{cpp,h}: idem
+ * src/RcppVectorView.{cpp,h}: idem
+ * src/RcppCommon.cpp: takes remaining utility function from Rcpp.cpp
+
2009-11-09 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.6.8
@@ -17,7 +32,7 @@
2009-11-06 Dirk Eddelbuettel <edd at debian.org>
- * src/RcppList.{h,cppp}: Added a simple class to accept list()
+ * src/RcppList.{h,cpp}: Added a simple class to accept list()
objects in order to cope with non-rectangular data-types -- this
comes from the RProtoBuf code currently only on r-forge where
we need accept lists that are potentially nested.
More information about the Rcpp-commits
mailing list