summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
...
* * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.Hans-Peter Nilsson2018-09-051-2/+2
* io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle2018-09-023-3/+4
* * async.h (ASYNC_IO): Revert _AIX test.David Edelsohn2018-08-231-1/+1
* gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig2018-08-221-10/+13
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-2111-119/+1412
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-3111-1304/+119
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-2511-119/+1304
* re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle2018-06-101-0/+1
* re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2018-05-281-12/+12
* re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle2018-05-261-1/+2
* re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2018-05-261-5/+5
* gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek2018-03-283-4/+4
* re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle2018-02-181-0/+4
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-123-6/+7
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-8/+11
* re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2018-01-141-2/+3
* PR 78534 Regression on 32-bit targetsJanne Blomqvist2018-01-081-5/+7
* PR 78534, 83704 Handle large formatted I/OJanne Blomqvist2018-01-079-148/+153
* Remove unused variableJanne Blomqvist2018-01-061-1/+0
* PR 83704 Use size_t in write_characterDominique d'Humieres2018-01-061-5/+5
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-053-12/+11
* Update copyright years.Jakub Jelinek2018-01-0321-21/+21
* PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2018-01-021-8/+42
* re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2017-12-291-0/+2
* re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle2017-12-291-48/+29
* re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle2017-12-161-9/+13
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-144-8/+27
* re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle2017-12-033-7/+7
* re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle2017-12-033-5/+8
* re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle2017-11-291-1/+1
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-285-16/+36
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-224-14/+9
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-11-213-25/+33
* PR 44292 Handle large record lengthsJanne Blomqvist2017-11-191-17/+20
* PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbersJanne Blomqvist2017-11-181-2/+1
* PR 44292 Enable large record lengths in OPEN and INQUIRE statementsJanne Blomqvist2017-11-181-3/+3
* re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad...Jerry DeLisle2017-10-271-1/+2
* re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle2017-08-284-95/+7
* unix.c (buf_write): Return early if there is nothing to write.Thomas Koenig2017-07-241-0/+3
* Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson2017-06-261-0/+6
* re PR fortran/53029 (missed optimization in internal read (without implied-do...Jerry DeLisle2017-05-291-0/+5
* [multiple changes]Jerry DeLisle2017-05-191-8/+25
* re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle2017-05-172-2/+6
* re PR libfortran/80727 (Crash of runtime gfortran library during integer tran...Jerry DeLisle2017-05-151-10/+17
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-1115-239/+239
* re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle2017-03-291-53/+57
* re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil2017-03-281-10/+18
* list_read.c: Insert /* Fall through.Dominique d'Humieres2017-03-271-1/+2
* re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle2017-03-253-21/+56
* re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle2017-03-114-0/+26