File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33 * DESCRIPTION (Version, Date): Roll minor version again
44
5+ 2017-05-05 Kirill Müller <
[email protected] >
6+
7+ * inst/include/Rcpp/date_datetime/Date.h: Suppress -Wconversion warnings
8+ * inst/include/Rcpp/date_datetime/Datetime.h: Idem
9+ * inst/include/Rcpp/date_datetime/newDateVector.h: Idem
10+ * inst/include/Rcpp/date_datetime/newDatetimeVector.h: Idem
11+ * inst/include/Rcpp/sugar/functions/rowSums.h: Idem
12+ * inst/include/Rcpp/sugar/functions/sample.h: Idem
13+ * inst/include/Rcpp/sugar/functions/strings/trimws.h: Idem
14+
5152017-04-26 Dirk Eddelbuettel <
[email protected] >
616
717 * inst/include/Rcpp/exceptions.h (string_to_try_error): Protect result
Original file line number Diff line number Diff line change 1717 variadic templating for \code {Rcpp :: stop } and \code {Rcpp :: warning }
1818 (James Balamuta in \ghpr {676 }).
1919 \item Exception messages have been rewritten to provide additional
20- information. (James Balamuta in \ghpr {676 } and \ghpr {677 } addressing \ghit {184 }).
20+ information. (James Balamuta in \ghpr {676 } and \ghpr {677 } addressing
21+ \ghit {184 }).
22+ \item One more instance of \code {Rf_mkString } is protected from garbage
23+ collection (Dirk in \ghpr {684 } addressing \ghit {683 }).
24+ \item Several compiler warnings for \code {- Wconversions } are no longer
25+ generated (Kirill Mueller in \ghpr {687 } and \ghpr {688 })
2126 }
2227 \item Changes in Rcpp Documentation :
2328 \itemize {
You can’t perform that action at this time.
0 commit comments