gcc/libgfortran/io
Francois-Xavier Coudert 4ae906e46c Fortran: simplify library code for integer-to-decimal conversion
libgfortran/ChangeLog:

	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-25 15:07:12 +01:00
..
async.c Fortran: Async I/O - avoid unlocked unlocking [PR100352] 2021-05-02 18:16:17 +02:00
async.h Update copyright years. 2021-01-04 10:26:59 +01:00
close.c Update copyright years. 2021-01-04 10:26:59 +01:00
fbuf.c Update copyright years. 2021-01-04 10:26:59 +01:00
fbuf.h Update copyright years. 2021-01-04 10:26:59 +01:00
file_pos.c Fix FLUSH IOSTAT value 2021-12-16 17:46:28 +01:00
format.c Fortran: Cast arguments of <ctype.h> functions to unsigned char 2021-12-18 09:21:16 +01:00
format.h Update copyright years. 2021-01-04 10:26:59 +01:00
inquire.c Update copyright years. 2021-01-04 10:26:59 +01:00
intrinsics.c Update copyright years. 2021-01-04 10:26:59 +01:00
io.h Fortran: Async I/O - avoid unlocked unlocking [PR100352] 2021-05-02 18:16:17 +02:00
list_read.c Fortran: Cast arguments of <ctype.h> functions to unsigned char 2021-12-18 09:21:16 +01:00
lock.c Update copyright years. 2021-01-04 10:26:59 +01:00
open.c Update copyright years. 2021-01-04 10:26:59 +01:00
read.c Fortran: Cast arguments of <ctype.h> functions to unsigned char 2021-12-18 09:21:16 +01:00
size_from_kind.c Update copyright years. 2021-01-04 10:26:59 +01:00
transfer.c Fix "tailing" typo. 2021-06-08 09:42:18 +02:00
transfer128.c Update copyright years. 2021-01-04 10:26:59 +01:00
unit.c Fortran: Fix libgfortran I/O race with newunit_free [PR99529] 2021-03-12 16:31:32 +01:00
unix.c Update copyright years. 2021-01-04 10:26:59 +01:00
unix.h Update copyright years. 2021-01-04 10:26:59 +01:00
write.c Fortran: simplify library code for integer-to-decimal conversion 2021-12-25 15:07:12 +01:00
write_float.def Update copyright years. 2021-01-04 10:26:59 +01:00