aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-09re PR libfortran/40330 (incorrect IO)Jerry DeLisle1-2/+2
2009-06-30re PR fortran/40576 (Endless loop in internal write)Jerry DeLisle1-1/+1
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-24/+21
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-1/+1
2009-05-07re PR libfortran/22423 (Warnings when building libgfortran)François-Xavier Coudert1-1/+1
2009-04-18re PR fortran/39782 (IO depends on uninitialised value)Janne Blomqvist1-6/+0
2009-04-15re PR libfortran/38668 (advance="no": no buffering, truncate and seek)Janne Blomqvist1-1/+0
2009-04-10io.h (move_pos_offset): Remove prototype.Janne Blomqvist1-2/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist1-39/+28
2009-04-05[multiple changes]Jerry DeLisle1-514/+733
2009-03-22Revert part of patch accidentally committed to trunk rather than fortran-dev ...Janne Blomqvist1-351/+353
2009-03-22PR libfortran/25561 libfortran/37754Janne Blomqvist1-353/+351
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle1-6/+1
2008-12-09re PR fortran/38430 (gfortran.dg/streamio_1.f90, 10, 14, 2, 6 now fails)Jerry DeLisle1-12/+13
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle1-2/+14