aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-19 00:16:17 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-19 00:16:17 +0000
commitca8c0408bef4b07613148c106e957a6ec48eeaf8 (patch)
treeb801a51ff75364fe7619558c5f19f9eeab2009b6 /libgfortran
parentfd74a2ee40456a1d1621e88738f8e57536194080 (diff)
downloadgcc-ca8c0408bef4b07613148c106e957a6ec48eeaf8.zip
gcc-ca8c0408bef4b07613148c106e957a6ec48eeaf8.tar.gz
gcc-ca8c0408bef4b07613148c106e957a6ec48eeaf8.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 2f366c8..b1311a9 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2021-12-18 François-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * libgfortran.h: include ctype.h, provide safe macros.
+ * io/format.c: use safe macros.
+ * io/list_read.c: use safe macros.
+ * io/read.c: use safe macros.
+ * io/write.c: use safe macros.
+ * runtime/environ.c: use safe macros.
+
2021-12-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* io/file_pos.c: Fix error code.