aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist3-68/+164
2013-01-14Update copyright years in libgfortran.Richard Sandiford21-44/+21
2013-01-02re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new li...Jerry DeLisle1-15/+24
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle2-0/+26
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle1-5/+6
2012-12-26PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist1-3/+6
2012-12-21re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig1-1/+9
2012-10-10re PR fortran/54878 (libgfortran issues found by the Coverity scanner)Tobias Burnus1-0/+12
2012-09-29re PR fortran/52724 (Internal read with character(kind=4) data)Thomas Koenig2-4/+11
2012-07-25list_read.c (list_formatted_read_scalar): Fix copying real value back to temp...Andreas Schwab1-1/+1
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist1-0/+20
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2-9/+14
2012-05-31revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus1-2/+2
2012-05-30decl.c: Fix comment typos.Tobias Burnus2-5/+5
2012-05-16unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus1-2/+2
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist3-36/+37
2012-05-05Fix handling of temporary files.Janne Blomqvist1-47/+78
2012-04-22re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus2-0/+8
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 Koenig2-2/+22
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist9-27/+29
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist3-30/+11
2012-03-17PR libfortran/52608 Move the removal of initial zeros.Janne Blomqvist1-6/+7
2012-03-16Share vtables instead of replicating them for each unit.Janne Blomqvist2-54/+72
2012-03-15Remove commented out debug printf:sJanne Blomqvist1-5/+0
2012-03-15re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist2-117/+316
2011-12-22PR 51646 Use POSIX mode flags in open() argument.Janne Blomqvist1-2/+2
2011-12-08re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus1-0/+37
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist5-20/+14