[Rcpp-commits] r938 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Mar 23 11:23:21 CET 2010
Author: romain
Date: 2010-03-23 11:23:21 +0100 (Tue, 23 Mar 2010)
New Revision: 938
Modified:
pkg/Rcpp/NEWS
pkg/Rcpp/inst/ChangeLog
Log:
log bugfix
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-03-23 10:19:08 UTC (rev 937)
+++ pkg/Rcpp/NEWS 2010-03-23 10:23:21 UTC (rev 938)
@@ -7,7 +7,10 @@
Named(.,.) and Named(.)=. are preserved, and extended to work also on
simple vectors (through Vector<>::create)
- o Applied patch by Alistair Gee to make ColDatum more robust
+ o Applied patch by Alistair Gee to make ColDatum more robust
+
+ o fixed a bug in Vector that caused random behavior due to the lack of
+ copy constructor in the Vector template
0.7.10 2010-03-15
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-03-23 10:19:08 UTC (rev 937)
+++ pkg/Rcpp/inst/ChangeLog 2010-03-23 10:23:21 UTC (rev 938)
@@ -1,3 +1,13 @@
+2010-03-23 Romain Francois <romain at r-enthusiasts.com>
+
+ * src/Rcpp/Vector.h: fixed critical bug. Vector did not have copy constructor
+ and assignement operators
+
+ * src/exceptions.cpp: added the demangle helper function to help debugging
+
+ * src/RcppCommon.h: added the DEMANGLE macro and the RCPP_DEBUG macro to help
+ debugging.
+
2010-03-20 Romain Francois <romain at r-enthusiasts.com>
* src/Rcpp/Vector.h : Vector gains a templated fill method to fill all
More information about the Rcpp-commits
mailing list