-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set a format string in Rf_error call (#1288)
* Set a format string in Rf_error call * Roll micro version, update NEWS and ChangeLog
- Loading branch information
1 parent
205a115
commit ecdd22e
Showing
5 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2023-11-26 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version | ||
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem | ||
|
||
* src/attributes.cpp (generateCpp): Add a format string for Rf_error | ||
call to not run afoul of -Wformat-security | ||
|
||
2023-11-24 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: Rcpp | ||
Title: Seamless R and C++ Integration | ||
Version: 1.0.11.4 | ||
Date: 2023-11-24 | ||
Version: 1.0.11.5 | ||
Date: 2023-11-26 | ||
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, | ||
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters