aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unit.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-03-12Fortran: Fix libgfortran I/O race with newunit_free [PR99529]Tobias Burnus1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki1-3/+3
2020-05-28PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf1-3/+6
2020-01-17PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle1-8/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-23/+31
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-31/+23
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-23/+31
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle1-0/+2
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-1/+8
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle1-0/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-11/+22
2017-11-21re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-2/+1
2017-08-28re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle1-79/+5
2017-06-26Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson1-0/+6
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-16/+16
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle1-0/+14
2017-01-13Revert r244448Janne Blomqvist1-1/+2
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-1/+2
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+6
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist1-23/+85
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-70/+93
2016-08-31[multiple changes]Paul Thomas1-16/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-25unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert1-4/+4
2015-03-28re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle1-1/+1
2015-01-24PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-0/+32
2014-10-05re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo...Jerry DeLisle1-0/+1
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-13/+6
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-1/+1
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-6/+1
2014-04-12re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle1-3/+1
2014-03-13re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-21/+48
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-0/+2
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus1-1/+2