diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-03 00:17:56 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-03 00:17:56 +0000 |
commit | 0163d5052dcb5e517da95a9b518f98a5ba3138dd (patch) | |
tree | f5b3f909dc71e6168353dc711f71ddda31f1e497 /gcc/fortran | |
parent | 67e824c2497176980cb0c5d14bc730fa4ce2e1ad (diff) | |
download | gcc-0163d5052dcb5e517da95a9b518f98a5ba3138dd.zip gcc-0163d5052dcb5e517da95a9b518f98a5ba3138dd.tar.gz gcc-0163d5052dcb5e517da95a9b518f98a5ba3138dd.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0e49f65..d2efacc 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,34 @@ +2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> + + * intrinsic.texi: Fix inconsistent capitalization of argument + names and other minor copy-editing. + +2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> + + PR fortran/47928 + * intrinsic.texi: Move the "Standard" subheading farther down. + +2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> + + PR fortran/47928 + * gfortran.texi: Move all the "Syntax" subheadings ahead of + "Description", and rename to "Synopsis". + * intrinsic.texi: Likewise. + +2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> + + PR fortran/47928 + * intrinsic.texi: Put a blank line between "@item @emph{}" + subheadings, but not more than one. + +2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> + + PR fortran/47928 + * gfortran.texi: Consistently use "@emph{Notes}:" instead of + other spellings. + * intrinsic.texi: Likewise. Also fix an inconsistent capitalization + and remove a redundant "Standard" entry. + 2025-03-01 Harald Anlauf <anlauf@gmx.de> * match.cc (gfc_match_nullify): Free matched expression when |