Skip to content

Commit 2ecfcfd

Browse files
author
ripley
committed
tweaks: gcc-15 is still not near release
git-svn-id: https://svn.r-project.org/R/trunk@88081 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 5d08a5e commit 2ecfcfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/NEWS.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
future.
297297
298298
\item This update was mainly bug fixes but contained a barely
299-
documented major change. The set of BLAS routines has been
299+
documented major change. The set of BLAS routines had been
300300
unchanged since 1988, so throughout \R's history. This update
301301
introduced new BLAS routines \code{dgemmtr} and \code{zgemmtr}
302302
which are now used by LAPACK routines. This means that BLAS
@@ -326,14 +326,14 @@
326326
compilation of \R and packages. \R builds can opt out \emph{via} the
327327
\command{configure} flag \option{--without-C23}, unless the
328328
specified or default (usually \command{gcc}) compiler defaults to C23:
329-
\command{gcc}\sspace{}15 does.
329+
\command{gcc}\sspace{}15 will.
330330

331331
%% GCC 13 was released in 2023-04, LLVM 18 was 2024-03, 15 was 2022-09
332332
%% Apple clang 14.0.3 was too old: 15 is the earliest that can be
333333
%% installed on macOS 15.3
334334
%% https://en.cppreference.com/w/c/23
335335
A C23 compiler is known to be selected with
336-
\command{gcc}\sspace{}13--15 (as used on Windows),
336+
\command{gcc}\sspace{}13--15,
337337
\I{LLVM} \command{clang}\sspace{}18--20 (and 15 should),
338338
Apple \command{clang}\sspace{}15--17 and
339339
Intel\sspace{}2024.2--2025.0 (and 2022.2 should).
@@ -503,7 +503,7 @@
503503
including the C99 header \file{stdbool.h}. This is being used
504504
internally in \R to replace \code{Rboolean} by \code{bool}.
505505

506-
\item There are a new functions \code{asRboolean} and
506+
\item There are new functions \code{asRboolean} and
507507
\code{asBool}, variants of \code{asLogical} more suited to
508508
converting logical arguments to \code{Rboolean} or to
509509
\code{bool}. They require a length-one input and throw an error if

0 commit comments

Comments
 (0)