Skip to content

Commit 811aacf

Browse files
committed
add NEWS entry for #1139 (and edited ChangeLog slightly)
1 parent d7e50fe commit 811aacf

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
* README.md: Mention the Rcpp drap repo and its release candidates in
77
installation section
88

9+
2021-01-30 Iñaki Ucar <iucar@fedoraproject.org>
10+
11+
* inst/include/test_global_rostream.R: Added test new (optionally)
12+
global Rcout and Rcerr objects
13+
914
2021-01-28 Iñaki Ucar <iucar@fedoraproject.org>
1015

11-
* inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
12-
adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
13-
std::cout/cerr. Required initialization code is automatically generated.
16+
* inst/include/Rcpp/iostream/Rstreambuf.h: Support for global
17+
Rcout/Rcerr by defining `-DRCPP_USE_GLOBAL_ROSTREAM`; this mimics
18+
std::cout/cerr; initialization code is automatically generated.
1419
* inst/include/Rcpp/routines.h: Ditto
1520
* src/api.cpp: Ditto
1621
* src/attributes.cpp: Ditto

inst/NEWS.Rd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp patch release version 1.0.7 (2021-07-xx)}{
6+
\section{Changes in Rcpp release version 1.0.7 (unreleased, expected 2021-07-xx)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -12,6 +12,8 @@
1212
fixing \ghit{382} and \ghit{1081}).
1313
\item A spuriously assigned variable was removed (Dirk in
1414
\ghpr{1138} fixing \ghit{1137})
15+
\item Global \code{Rcout} and \code{Rcerr} objects are supported
16+
via a compiler directive (Iñaki in \ghpr{1139} fixing \ghit{928})
1517
}
1618
\item Changes in Rcpp Attributes:
1719
\itemize{
@@ -23,7 +25,7 @@
2325
}
2426
}
2527

26-
\section{Changes in Rcpp patch release version 1.0.6 (2021-01-14)}{
28+
\section{Changes in Rcpp release version 1.0.6 (2021-01-14)}{
2729
\itemize{
2830
\item Changes in Rcpp API:
2931
\itemize{
@@ -57,7 +59,7 @@
5759
}
5860
}
5961

60-
\section{Changes in Rcpp patch release version 1.0.5 (2020-07-01)}{
62+
\section{Changes in Rcpp release version 1.0.5 (2020-07-01)}{
6163
\itemize{
6264
\item Changes in Rcpp API:
6365
\itemize{

0 commit comments

Comments
 (0)