aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist4-6/+6
2014-06-08PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist3-23/+39
2014-05-26Introduce xrealloc, use it.Janne Blomqvist2-14/+6
2014-05-26[multiple changes]Jerry DeLisle1-0/+37
2014-05-24re PR libfortran/61173 (Erroneous "end of file" with internal read)Jerry DeLisle1-7/+11
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist5-114/+99
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2-142/+177
2014-05-16PR 61187 Fix use of uninitialized memory.Janne Blomqvist1-2/+12
2014-05-07re PR libfortran/61049 (NIST test FM906 fails)Jerry DeLisle1-14/+2
2014-04-26re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2-53/+210
2014-04-12re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle1-3/+1
2014-03-21re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-1/+2
2014-03-18configure.ac: Check for presence of fcntl.Ulrich Weigand1-1/+1
2014-03-18re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)Jerry DeLisle1-8/+22
2014-03-15re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w...Jerry DeLisle1-4/+9
2014-03-13re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle3-26/+62
2014-03-09re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-4/+46
2014-03-08re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres1-22/+31
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle6-68/+99
2014-02-21re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus1-26/+20
2014-01-21write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle1-2/+2
2014-01-19re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle1-9/+13
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle2-23/+28
2014-01-02Update copyright years in libgfortran/Richard Sandiford21-21/+21
2013-12-18read.c (read_f): Convert assert to runtime error.Steven G. Kargl1-1/+3
2013-12-17unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler1-1/+1
2013-12-17re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle3-38/+53
2013-11-16When file status is unknown, don't set O_CREAT when opening read-only.Janne Blomqvist1-7/+13
2013-11-10Set close-on-exec flag when opening files.Janne Blomqvist1-6/+37
2013-10-01re PR fortran/55469 (memory leak on read with istat.ne.0)Tobias Burnus1-4/+28
2013-07-21trans-decl.c: Fix comment typos.Ondřej Bílka1-3/+3
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2-2/+28
2013-06-20re PR fortran/57633 (I/O: Problem with formatted read: reading CR-LF files (\...Tobias Burnus1-2/+1
2013-06-03re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus1-4/+32
2013-05-04environ.c: Include unistd.h.David Edelsohn3-0/+9
2013-04-29PR 56981 Improve unbuffered performance on special files.Janne Blomqvist3-21/+49
2013-04-15list_read.c (finish_separator): Initialize variable.Tobias Burnus1-2/+3
2013-04-04re PR libfortran/56810 (record-repeat fails kind check on complex read)Tobias Burnus1-3/+6
2013-04-01re PR fortran/56660 (Fails to read NAMELIST with certain form array syntax)Jerry DeLisle1-8/+7
2013-03-31re PR libfortran/56786 (Namelist read fails with designators containing embed...Jerry DeLisle2-17/+36
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-12/+6
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-2/+10
2013-03-29re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus1-7/+9
2013-03-25re PR fortran/52512 (Cannot match namelist object name)Tilo Schwarz1-6/+6
2013-03-24re PR libfortran/56696 (Formatted (list-directed) input fails to signal end ...Tobias Burnus1-1/+0
2013-03-20re PR fortran/51825 (Fortran runtime error: Cannot match namelist object name)Tilo Schwarz1-7/+8
2013-03-20re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed)Tilo Schwarz1-5/+9
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist5-67/+63
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus1-1/+1
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist2-12/+11