Skip to content

Commit d102799

Browse files
committed
update NEWS and ChangeLog for #1038
1 parent edb04b0 commit d102799

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019-12-18 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/Rcpp/XPtr.h: Additional null check, refactored
4+
5+
2019-12-17 Kirill Müller <[email protected]>
6+
7+
* inst/include/Rcpp/XPtr.h: Clear external pointer before finalizer
8+
19
2019-12-17 Dirk Eddelbuettel <[email protected]>
210

311
* R/Attributes.R (sourceCpp): Very minor cosmetic changes

inst/NEWS.Rd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
\item Safer \code{Rcpp_list*}, \code{Rcpp_lang*} and
1111
\code{Function.operator()} (Romain in \ghpr{1014}, \ghit{1015}).
1212
\item A number of \code{#nocov} markers were added (Dirk in
13-
\ghprP1036}).
13+
\ghpr{1036}).
14+
\item Finalizer calls clear external pointer first (Kirill Müller and
15+
Dirk in \ghpr{1038}).
1416
}
1517
\item Changes in Rcpp Attributes:
1618
\itemize{
@@ -22,7 +24,7 @@
2224
\item Unavailable packages referred to in \code{LinkingTo} are now
2325
reported (Dirk in \ghpr{1027} fixing \ghit{1026}).
2426
\item The \code{sourceCpp} function can now create a debug DLL on
25-
Windows (Dirk in \ghpr{1037} fixing \ghit{ghit}).
27+
Windows (Dirk in \ghpr{1037} fixing \ghit{1035}).
2628
}
2729
\item Changes in Rcpp Documentation:
2830
\itemize{
@@ -202,7 +204,7 @@
202204
\itemize{
203205
\item The \code{no_init()} accessor for vectors and matrices is
204206
now wrapped in \code{Shield<>()} to not trigger \code{rchk}
205-
warnings (Kirill Mueller in \ghpr{893} addressing \ghit{892}).
207+
warnings (Kirill Müller in \ghpr{893} addressing \ghit{892}).
206208
\item \code{STRICT_R_HEADERS} will be defined twelve months from
207209
now; until then we protect it via \code{RCPP_NO_STRICT_HEADERS}
208210
which can then be used to avoid the definition; downstream
@@ -337,7 +339,7 @@
337339
\item Changes in Rcpp Attributes:
338340
\itemize{
339341
\item Code generated with \code{cppFunction()} now uses \code{.Call()}
340-
directly (Kirill Mueller in \ghpr{813} addressing \ghit{795}).
342+
directly (Kirill Müller in \ghpr{813} addressing \ghit{795}).
341343
}
342344
\item Changes in Rcpp Documentation:
343345
\itemize{
@@ -507,7 +509,7 @@
507509
\item Rcpp::exceptions can now be constructed without a call stack (Jim
508510
Hester in \ghpr{663} addressing \ghit{664}).
509511
\item Somewhat spurious compiler messages under very verbose settings are
510-
now suppressed (Kirill Mueller in \ghpr{670}, \ghpr{671}, \ghpr{672},
512+
now suppressed (Kirill Müller in \ghpr{670}, \ghpr{671}, \ghpr{672},
511513
\ghpr{687}, \ghpr{688}, \ghpr{691}).
512514
\item Refreshed the included \code{tinyformat} template library
513515
(James Balamuta in \ghpr{674} addressing \ghit{673}).
@@ -813,7 +815,7 @@
813815
\code{Nullable} class (Dan in PR \ghpr{423} closing \ghit{421})
814816
\item The \code{Nullable<>::operator SEXP()} and
815817
\code{Nullable<>::get()} now also work for \code{const} objects
816-
(Kirill Mueller in PR \ghpr{417}).
818+
(Kirill Müller in PR \ghpr{417}).
817819
\item A subsetting error was fixed (Qiang via \ghpr{432} closing
818820
\ghit{431}).
819821
}

0 commit comments

Comments
 (0)