Skip to content

Commit 7fcd9c8

Browse files
committed
belatedly update ChangeLog + 'inst/NEWS.Rd'
1 parent 6485e01 commit 7fcd9c8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2015-07-16 Kevin Ushey <[email protected]>
2+
3+
* inst/include/Rcpp/api/meat/Rcpp_eval.h: Don't use 'R_ToplevelExec';
4+
ensure Rcpp_eval respects previously established handlers. Capture
5+
errors + interrupts with R-level 'tryCatch'.
6+
* inst/NEWS.Rd: Add news entry
7+
18
2015-07-14 JJ Allaire <[email protected]>
29

310
* src/attributes.cpp: fix crash on second call to sourceCpp

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 \code{Rcpp_eval()} no longer uses \code{R_ToplevelExec} when evaluating
10+
R expressions; this should resolve errors where calling handlers (e.g.
11+
through \code{suppressMessages()}) were not properly respected.
912
\item All internal length variables have been changed from \code{R_len_t}
1013
to \code{R_xlen_t} to support vectors longer than 2^31-1 elements (via
1114
pull request 303 by Qiang Kou).

0 commit comments

Comments
 (0)