Skip to content

Commit a1459f8

Browse files
committed
added ChangeLog and NEWS entries for KK's PR on R_xlen_t
these are obviously somewhat abbreviated and could be expanded
1 parent 746c667 commit a1459f8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
`character.only=TRUE` from `requireNamespace()` as it happens to flip
1010
the boolean value too
1111

12+
2015-06-03 Qiang Kou <[email protected]>
13+
14+
* inst/include/Rcpp/*: Finish changing R_len_t to R_xlen_t
15+
* src/*: Ditto
16+
17+
2015-05-16 Qiang Kou <[email protected]>
18+
19+
* inst/include/Rcpp/*: Begin changing R_len_t to R_xlen_t
20+
* src/*: Ditto
21+
1222
2015-05-17 Matt P. Dziubinski <[email protected]>
1323

1424
* inst/include/Rcpp/platform/compiler.h: Added RCPP_USING_CXX0X_OR_LATER

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
\itemize{
77
\item Changes in Rcpp API:
88
\itemize{
9+
\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)
912
\item The sugar function \code{sapply} now supports lambda functions
1013
}
1114
\item Changes in Rcpp Attributes:

0 commit comments

Comments
 (0)