Skip to content

Commit 329c336

Browse files
committed
add ChangeLog and NEWS entries for PR #310 by KK
1 parent 23f2b07 commit 329c336

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
* inst/include/Rcpp/Function.h: catch empty error messages
77
* inst/include/Rcpp/api/meat/Rcpp_eval.h: protect call
88

9+
2015-06-24 Qiang Kou <[email protected]>
10+
11+
* inst/include/Rcpp/String.h: Support encodings
12+
* src/String.cpp: Ditto
13+
* inst/unitTests/runit.String.R: Add unit tests
14+
915
2015-06-18 Dirk Eddelbuettel <[email protected]>
1016

1117
* R/Attributes.R (evalCpp): Add support for plugings argument

inst/NEWS.Rd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
\item Changes in Rcpp API:
88
\itemize{
99
\item All internal length variables have been changed from \code{R_len_t}
10-
to \code{R_xlen_t} to support vectors longer than 2^31-1 elements (via a
11-
pull request by Qiang Kou)
10+
to \code{R_xlen_t} to support vectors longer than 2^31-1 elements (via
11+
pull request 303 by Qiang Kou)
1212
\item The sugar function \code{sapply} now supports lambda functions
13+
\item \code{String} constructors now allow encodings (via pull request 310
14+
by Qiang Kou)
1315
}
1416
\item Changes in Rcpp Attributes:
1517
\itemize{

0 commit comments

Comments
 (0)