Skip to content

Commit f3c5a34

Browse files
committed
updated NEWS and ChangeLog
1 parent 2cb0d5e commit f3c5a34

File tree

2 files changed

+38
-32
lines changed

2 files changed

+38
-32
lines changed

ChangeLog

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2018-06-22 Kevin Ushey <[email protected]>
2+
3+
* inst/include/Rcpp/api/meat/Rcpp_eval.h: Ensure R_BaseEnv is used
14

25
2018-06-21 Lionel Henry <[email protected]>
36

@@ -24,45 +27,45 @@
2427

2528
2018-06-13 Filip Schouwenaars <[email protected]>
2629

27-
* inst/unitTests/runit.embeddedR.R: Evaluate in environment derived
28-
of baseenv
30+
* inst/unitTests/runit.embeddedR.R: Evaluate in environment derived
31+
of baseenv
2932

3033
2018-06-11 Romain Francois <[email protected]>
3134

32-
* inst/include/Rcpp/exceptions.h: Control call and stack display
33-
after exception / stop
34-
* inst/unitTests/cpp/Exceptions_nocall.cpp: new test
35-
* inst/unitTests/runit.Exceptions_nocall.R: idem
35+
* inst/include/Rcpp/exceptions.h: Control call and stack display
36+
after exception / stop
37+
* inst/unitTests/cpp/Exceptions_nocall.cpp: new test
38+
* inst/unitTests/runit.Exceptions_nocall.R: idem
3639

3740
2018-06-09 Qiang Kou <[email protected]>
3841

39-
* inst/include/Rcpp/DataFrame.h: Use Rcpp_fast_eval, not Rcpp_eval
40-
* inst/include/Rcpp/Environment.h: Idem
41-
* inst/include/Rcpp/Function.h: Idem
42-
* inst/include/Rcpp/Language.h: Idem
43-
* inst/include/Rcpp/Module.h: Idem
44-
* inst/include/Rcpp/Reference.h: Idem
45-
* inst/include/Rcpp/exceptions.h: Idem
46-
* inst/include/Rcpp/generated/Function__operator.h: Idem
47-
* inst/include/Rcpp/proxy/FieldProxy.h: Idem
48-
* inst/include/Rcpp/proxy/NamesProxy.h: Idem
49-
* inst/include/Rcpp/r_cast.h: Idem
50-
* inst/include/Rcpp/vector/Vector.h: Idem
51-
* inst/examples/SugarPerformance/sugarBenchmarks.R: Idem
52-
* inst/unitTests/cpp/language.c: Idem
53-
* inst/unitTests/cpp/misc.c: Idem
54-
* src/barrier.c: Idem
42+
* inst/include/Rcpp/DataFrame.h: Use Rcpp_fast_eval, not Rcpp_eval
43+
* inst/include/Rcpp/Environment.h: Idem
44+
* inst/include/Rcpp/Function.h: Idem
45+
* inst/include/Rcpp/Language.h: Idem
46+
* inst/include/Rcpp/Module.h: Idem
47+
* inst/include/Rcpp/Reference.h: Idem
48+
* inst/include/Rcpp/exceptions.h: Idem
49+
* inst/include/Rcpp/generated/Function__operator.h: Idem
50+
* inst/include/Rcpp/proxy/FieldProxy.h: Idem
51+
* inst/include/Rcpp/proxy/NamesProxy.h: Idem
52+
* inst/include/Rcpp/r_cast.h: Idem
53+
* inst/include/Rcpp/vector/Vector.h: Idem
54+
* inst/examples/SugarPerformance/sugarBenchmarks.R: Idem
55+
* inst/unitTests/cpp/language.c: Idem
56+
* inst/unitTests/cpp/misc.c: Idem
57+
* src/barrier.c: Idem
5558

5659
2018-06-09 Dirk Eddelbuettel <[email protected]>
5760

58-
* inst/unitTests/runit.embeddedR.R: Suspend test for now
61+
* inst/unitTests/runit.embeddedR.R: Suspend test for now
5962

6063
2018-06-08 Dirk Eddelbuettel <[email protected]>
6164

6265
* DESCRIPTION (Version, Date): Roll minor version
6366
* inst/include/Rcpp/config.h: Idem
6467

65-
* Contributing.md: Minor update coding style
68+
* Contributing.md: Minor update coding style
6669

6770
2018-06-07 Kevin Ushey <[email protected]>
6871

@@ -103,7 +106,7 @@
103106

104107
2018-06-01 Romain Francois <[email protected]>
105108

106-
* inst/include/Rcpp/Environment.h: Make Environment::new_child() const
109+
* inst/include/Rcpp/Environment.h: Make Environment::new_child() const
107110

108111
2018-05-31 Lionel Henry <[email protected]>
109112

@@ -154,16 +157,16 @@
154157

155158
2018-05-27 Romain Francois <[email protected]>
156159

157-
* inst/include/Rcpp/vector/string_proxy.h: Make
158-
StringProxy::operator== const
159-
* inst/unitTests/cpp/Vector.cpp: New test
160-
* inst/unitTests/runit.Vector.R: Idem
160+
* inst/include/Rcpp/vector/string_proxy.h: Make
161+
StringProxy::operator== const
162+
* inst/unitTests/cpp/Vector.cpp: New test
163+
* inst/unitTests/runit.Vector.R: Idem
161164

162165
2018-05-09 Filip Schouwenaars <[email protected]>
163166

164-
* R/Attributes.R: Set local environment in source()
165-
* inst/unitTests/cpp/embeddedR.cpp: New test
166-
* inst/unitTests/runit.embeddedR.R: Idem
167+
* R/Attributes.R: Set local environment in source()
168+
* inst/unitTests/cpp/embeddedR.cpp: New test
169+
* inst/unitTests/runit.embeddedR.R: Idem
167170

168171
2018-05-09 Dirk Eddelbuettel <[email protected]>
169172

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
\code{Rcpp_eval} though this still requires setting
3131
\code{RCPP_PROTECTED_EVAL} before including \code{Rcpp.h} (Qiang
3232
Kou in \ghpr{867} closing \ghit{866}).
33+
\item The \code{Rcpp::unwindProtect()} function extracts the
34+
unwinding from the \code{Rcpp_fast_eval()} function and makes it
35+
more generally available. (Lionel in \ghpr{873}).
3336
}
3437
}
3538
}

0 commit comments

Comments
 (0)