aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-03Update copyright years.Jakub Jelinek21-21/+21
2018-01-02PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist1-8/+42
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle1-0/+2
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle1-48/+29
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle1-9/+13
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle4-8/+27
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle3-7/+7
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle3-5/+8
2017-11-29re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle1-1/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist5-16/+36
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist4-14/+9