Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 27, 2024
1 parent fde0fcb commit e6d2ffc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_flavors.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Flavors</h2>
<p>
Last updated on 2024-11-26 05:48:34 CET.
Last updated on 2024-11-27 05:49:25 CET.
</p>
<p>
Systems used for CRAN package checking.
Expand Down
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_issue_kinds.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Issue Kinds</h2>
<p>
Last updated on 2024-11-26 05:48:34 CET.
Last updated on 2024-11-27 05:49:25 CET.
</p>
<table border="1">
<tr> <th> Kind </th> <th> Description </th> <th> Details </th> </tr>
Expand Down
11 changes: 6 additions & 5 deletions www.stats.ox.ac.uk/pub/bdr/C23/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ CC='clang -std=gnu23'
Other details as
https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-clang

Details of the upcoming C23 standard can be found at
Details of the C23 standard can be found at

https://en.cppreference.com/w/c/23
https://thephd.dev/c23-is-coming-here-is-what-is-on-the-menu
https://open-std.org/JTC1/SC22/WG14/www/docs/n3054.pdf
https://open-std.org/JTC1/SC22/WG14/www/docs/n3301.pdf

Note that 'bool', 'false' and 'true' have become reserved words.
Note that 'bool', 'false' and 'true' have become reserved words, and
there are newly availablefunctions including iszero..

Some of this, including the new reserved words, is also seen with gcc >= 13.

tth has since had added
tth also does not install using C23, but the current version has

SystemRequirements: USE_C17

to it DESCRIPTION file which ensures compilation with C17.
in its descrition file.

0 comments on commit e6d2ffc

Please sign in to comment.