aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-2/+2
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-12/+43
2014-09-10Fix pad status check.Janne Blomqvist1-1/+1
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-2/+2
2014-06-08PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist1-1/+1
2014-03-21re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-1/+2
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-3/+8
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-12-17re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle1-2/+6
2013-07-21trans-decl.c: Fix comment typos.Ondřej Bílka1-3/+3
2013-04-29PR 56981 Improve unbuffered performance on special files.Janne Blomqvist1-14/+14
2013-03-31re PR libfortran/56786 (Namelist read fails with designators containing embed...Jerry DeLisle1-1/+1
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-11/+11
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus1-1/+1
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist1-63/+156
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-4/+4
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 Blomqvist1-8/+1
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-2/+3
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-3/+3
2011-10-31Simplify handling of special files.Janne Blomqvist1-12/+7
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-2/+4
2011-02-24re PR fortran/47878 (187.facerec miscompares)Jakub Jelinek1-6/+7
2011-02-23PR 47694 Read from named pipe failsJanne Blomqvist1-20/+16
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-3/+17
2010-11-09re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle1-1/+2
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist1-9/+4
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle1-34/+3
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig1-0/+60
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle1-9/+41
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-10/+65
2010-07-15re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle1-52/+52
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-20/+24
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus1-7/+7
2010-06-19re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle1-7/+17
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1
2010-03-30re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-3/+8
2010-03-18transfer.c (read_sf_internal): Remove stray function declaration used during ...Jerry DeLisle1-3/+1
2010-03-18re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-30/+71
2010-03-11re PR libfortran/43320 (200.sixtrack fails setup)Jerry DeLisle1-0/+2
2010-03-09re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-17/+3
2010-02-25transfer.c (require_type): Subtract one from item_count for output of error m...Jerry DeLisle1-1/+8
2010-02-06PR libfortranJerry DeLisle1-1/+14
2009-11-19re PR fortran/42090 (I/O: Problems when reading partial records in formatted ...Jerry DeLisle1-1/+3
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/+80
2009-09-19re PR fortran/41328 (bad iostat when reading DOS file in a character array (n...Jerry DeLisle1-1/+1
2009-09-13re PR fortran/41328 (bad iostat when reading DOS file in a character array (n...Jerry DeLisle1-10/+15
2009-07-17When finalizing I/O transfer, set current_record to 0 before returning.Janne Blomqvist1-1/+5