summaryrefslogtreecommitdiff
path: root/libgfortran/io/unit.c
Commit message (Expand)AuthorAgeFilesLines
* PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf2020-08-171-3/+6
* PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle2020-01-171-8/+8
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-211-23/+31
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-311-31/+23
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-251-23/+31
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-051-2/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2017-12-291-0/+2
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-141-1/+8
* re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle2017-12-031-0/+1
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-281-11/+22
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-11-211-2/+1
* re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle2017-08-281-79/+5
* Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson2017-06-261-0/+6
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-111-16/+16
* re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle2017-03-111-0/+14
* Revert r244448Janne Blomqvist2017-01-131-1/+2
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-131-2/+1
* PR 78534 Revert r244011Janne Blomqvist2017-01-031-1/+2
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-031-2/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-0/+6
* PR 48587 Newunit allocatorJanne Blomqvist2016-10-151-23/+85
* re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2016-09-231-70/+93
* [multiple changes]Paul Thomas2016-08-311-16/+16
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert2015-08-251-4/+4
* re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle2015-03-281-1/+1
* PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist2015-01-241-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist2014-11-101-0/+32
* re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo...Jerry DeLisle2014-10-051-0/+1
* PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist2014-09-171-13/+6
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-171-1/+1
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-221-6/+1
* re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle2014-04-121-3/+1
* re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle2014-03-131-21/+48
* re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2014-03-041-0/+2
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-2/+1
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-1/+2
* re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus2012-04-171-1/+1
* re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig2012-04-151-1/+21
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-261-5/+5
* Use calloc instead of malloc and memset.Janne Blomqvist2012-03-251-10/+3
* re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist2012-03-151-4/+4