Skip to content

Commit d559fb8

Browse files
committed
update ChangeLog and NEWS, rolled minor Version
1 parent 8e7340c commit d559fb8

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2015-07-07 Qiang Kou <[email protected]>
2+
3+
* src/include/Rcpp/String.h: Ensure proper initialization of String
4+
objects from two constructors
5+
* inst/unitTests/cpp/String.cpp: New unit test
6+
* inst/unitTests/runit.String.R: Ditto
7+
18
2015-07-21 Kevin Ushey <[email protected]>
29

310
* inst/include/Rcpp/api/meat/Rcpp_eval.h: don't use 'CDDDR'
@@ -84,6 +91,10 @@
8491
* inst/include/Rcpp/*: Finish changing R_len_t to R_xlen_t
8592
* src/*: Ditto
8693

94+
2014-05-27 Romain Francois <[email protected]>
95+
96+
* inst/include/Rcpp/DataFrame.h: Safe DataFram constructor
97+
8798
2015-05-16 Qiang Kou <[email protected]>
8899

89100
* inst/include/Rcpp/*: Begin changing R_len_t to R_xlen_t

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.11.6.4
4-
Date: 2015-07-20
3+
Version: 0.11.6.4.2
4+
Date: 2015-07-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Douglas Bates, and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
\item All internal length variables have been changed from \code{R_len_t}
1313
to \code{R_xlen_t} to support vectors longer than 2^31-1 elements (via
1414
pull request 303 by Qiang Kou).
15-
\item The sugar function \code{sapply} now supports lambda functions.
15+
\item The sugar function \code{sapply} now supports lambda functions
16+
(addressing issue 213 thanks to Matt Dziubinski)
1617
\item The \code{var} sugar function now uses a more robust two-pass
1718
method, supports complex numbers, with new unit tests added (via pull
1819
request 320 by Matt Dziubinski)
1920
\item \code{String} constructors now allow encodings (via pull request 310
20-
by Qiang Kou).
21+
by Qiang Kou)
2122
\item \code{String} objects are preserving the underlying \code{SEXP}
22-
objects better (via pull request 322 by Qiang Kou)
23+
objects better, and are more careful about initializations (via pull
24+
request 322 and 329 by Qiang Kou)
25+
\item DataFrame constructors are now a little more careful (via pull
26+
request 301 by Romain Francois)
2327
}
2428
\item Changes in Rcpp Attributes:
2529
\itemize{

0 commit comments

Comments
 (0)