aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-17re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus1-1/+1
2012-04-15re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig1-1/+21
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-5/+5
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist1-10/+3
2012-03-15re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist1-4/+4
2011-11-01Copyright years and whitespace fix for r180734Janne Blomqvist1-2/+2
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist1-6/+8
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-20/+0
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-1/+1
2011-10-31Simplify handling of special files.Janne Blomqvist1-27/+13
2011-04-20remove useless if-before-free testsJim Meyering1-6/+3
2010-08-02Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist1-6/+13
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-3/+9
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-2/+6
2010-05-07Remove free_memJanne Blomqvist1-6/+7
2009-11-02Split up io/io.hJanne Blomqvist1-0/+3
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-0/+4
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-15/+35
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-08open.c (already_open): Test for POSIX close return value.Janne Blomqvist1-1/+1
2009-04-05[multiple changes]Jerry DeLisle1-12/+64
2009-03-22Revert part of patch accidentally committed to trunk rather than fortran-dev ...Janne Blomqvist1-62/+11
2009-03-22PR libfortran/25561 libfortran/37754Janne Blomqvist1-11/+62
2009-01-05re PR libfortran/38735 ([4.4 Regresssion] Default BLANK= mode for internal un...Jerry DeLisle1-1/+1
2008-11-16re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle1-1/+1
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-4/+12