gcc/libgfortran/io
Jakub Jelinek 7ee4f6f3ec gfortran.h (gfc_dt): Rename default_exp field to dec_ext.
* gfortran.h (gfc_dt): Rename default_exp field to dec_ext.
	* ioparm.def (IOPARM_dt_default_exp): Rename to ...
	(IOPARM_dt_dec_ext): ... this.
	* trans-io.c (build_dt): Adjust for default_exp renaming to
	dec_ext and IOPARM_dt_default_exp renaming to IOPARM_dt_dec_ext.
	* io.c (match_io): Likewise.

	* io/io.h (IOPARM_DT_DEFAULT_EXP): Rename to ...
	(IOPARM_DT_DEC_EXT): ... this.
	* io/list_read.c (parse_real): Adjust for IOPARM_DT_DEFAULT_EXP
	renaming to IOPARM_DT_DEC_EXT.
	(read_real): Likewise.
	* io/read.c (read_f): Likewise.

From-SVN: r258920
2018-03-28 13:59:06 +02:00
..
close.c Update copyright years. 2018-01-03 11:03:58 +01:00
fbuf.c PR 78534, 83704 Handle large formatted I/O 2018-01-07 12:17:52 +02:00
fbuf.h PR 78534, 83704 Handle large formatted I/O 2018-01-07 12:17:52 +02:00
file_pos.c Update copyright years. 2018-01-03 11:03:58 +01:00
format.c libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use vaiable members for dim. 2018-02-12 19:53:17 +00:00
format.h Update copyright years. 2018-01-03 11:03:58 +01:00
inquire.c Update copyright years. 2018-01-03 11:03:58 +01:00
intrinsics.c Update copyright years. 2018-01-03 11:03:58 +01:00
io.h gfortran.h (gfc_dt): Rename default_exp field to dec_ext. 2018-03-28 13:59:06 +02:00
list_read.c gfortran.h (gfc_dt): Rename default_exp field to dec_ext. 2018-03-28 13:59:06 +02:00
lock.c Update copyright years. 2018-01-03 11:03:58 +01:00
open.c Update copyright years. 2018-01-03 11:03:58 +01:00
read.c gfortran.h (gfc_dt): Rename default_exp field to dec_ext. 2018-03-28 13:59:06 +02:00
size_from_kind.c Update copyright years. 2018-01-03 11:03:58 +01:00
transfer.c re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file" error) 2018-02-18 15:32:39 +00:00
transfer128.c Update copyright years. 2018-01-03 11:03:58 +01:00
unit.c PR 78534 Change character length from int to size_t 2018-01-05 21:01:12 +02:00
unix.c PR 78534, 83704 Handle large formatted I/O 2018-01-07 12:17:52 +02:00
unix.h PR 78534, 83704 Handle large formatted I/O 2018-01-07 12:17:52 +02:00
write.c libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use vaiable members for dim. 2018-02-12 19:53:17 +00:00
write_float.def Update copyright years. 2018-01-03 11:03:58 +01:00