aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-11/+13
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-6/+12
2019-11-24re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle1-2/+3
2019-11-24Fix EOF handling for arrays.Thomas Koenig1-15/+51
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle5-37/+52
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2-3/+4
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2-8/+16
2019-08-07PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist1-1/+3
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-12/+35
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist5-14/+136
2019-05-15Allow opening file on multiple unitsJanne Blomqvist1-1/+2
2019-03-25re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin1-2/+3
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak1-1/+1
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres1-0/+4
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber1-1/+1
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-4/+2
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-1/+1
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-2/+9
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle1-4/+12
2019-01-12re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle1-5/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek23-23/+23
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig1-12/+8
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist1-6/+18
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle1-1/+0
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle1-23/+72
2018-10-06Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist2-17/+17
2018-10-02* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer1-0/+3
2018-09-14[libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov1-6/+14
2018-09-05* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.Hans-Peter Nilsson1-2/+2
2018-09-02io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle3-3/+4
2018-08-23* async.h (ASYNC_IO): Revert _AIX test.David Edelsohn1-1/+1
2018-08-22gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig1-10/+13
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig11-119/+1412
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira11-1304/+119
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig11-119/+1304
2018-06-10re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle1-0/+1
2018-05-28re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle1-12/+12
2018-05-26re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle1-1/+2
2018-05-26re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle1-5/+5
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek3-4/+4
2018-02-18re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle1-0/+4
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig3-6/+7
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-8/+11
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle1-2/+3
2018-01-08PR 78534 Regression on 32-bit targetsJanne Blomqvist1-5/+7
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist9-148/+153
2018-01-06Remove unused variableJanne Blomqvist1-1/+0
2018-01-06PR 83704 Use size_t in write_characterDominique d'Humieres1-5/+5
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist3-12/+11