aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-26 00:16:17 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-26 00:16:17 +0000
commit10ae9946dce5fec3702cb3f18f3aa51dc6dff9c4 (patch)
tree25e9c2ba55490a80f23090bee06840ed20595e27 /libgfortran
parent4ae906e46c4c173b79c9c60c6157ff68e05f7464 (diff)
downloadgcc-10ae9946dce5fec3702cb3f18f3aa51dc6dff9c4.zip
gcc-10ae9946dce5fec3702cb3f18f3aa51dc6dff9c4.tar.gz
gcc-10ae9946dce5fec3702cb3f18f3aa51dc6dff9c4.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index dcdf94d..1ebbe36 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,21 @@
+2021-12-25 Francois-Xavier Coudert <fxcoudert@gmail.com>
+
+ PR libfortran/81986
+ PR libfortran/99191
+ * libgfortran.h: Remove gfc_xtoa(), adjust gfc_itoa() and
+ GFC_ITOA_BUF_SIZE.
+ * io/write.c (write_decimal): conversion parameter is always
+ gfc_itoa(), so remove it. Protect from overflow.
+ (xtoa): Move gfc_xtoa and update its name.
+ (xtoa_big): Renamed from ztoa_big for consistency.
+ (write_z): Adjust to new function names.
+ (write_i, write_integer): Remove last arg of write_decimal.
+ * runtime/backtrace.c (error_callback): Comment on the use of
+ gfc_itoa().
+ * runtime/error.c (gfc_xtoa): Move to io/write.c.
+ * runtime/string.c (gfc_itoa): Take an unsigned argument,
+ remove the handling of negative values.
+
2021-12-22 Francois-Xavier Coudert <fxcoudert@gmail.com>
* kinds-override.h: Move GFC_REAL_16_IS_* macros...