Skip to content

Commit d1f27e8

Browse files
author
Kirill Müller
committed
NEWS
1 parent c7124a5 commit d1f27e8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-06-02 Kirill Müller <[email protected]>
2+
3+
* inst/include/Rcpp/algorithm.h: Use "long long" only if available
4+
* inst/include/Rcpp/exceptions.h: Annotate stop() with NORET
5+
16
2016-05-18 Daniel C. Dillon <[email protected]>
27

38
* inst/include/Rcpp/algorithm.h: New approach for sugar

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10+
\item The \code{long long} data type is used only if it is available,
11+
to avoid compiler warnings (Kirill Müller in \ghpr{488}).
12+
\item The compiler is made aware that \code{stop()} never returns, to
13+
improve code path analysis (Kirill Müller in \ghpr{487} addressing issue
14+
\ghit{486}).
1015
\item String replacement was corrected (Qiang in \ghpr{479} following
1116
mailing list bug report by Masaki Tsuda)
1217
}

0 commit comments

Comments
 (0)