aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-0/+27
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-2/+3
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle1-0/+4
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle1-4/+6
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-2/+8
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist1-3/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-3/+1
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle1-0/+2
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-4/+4
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-2/+2
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-0/+9
2011-11-01Copyright years and whitespace fix for r180734Janne Blomqvist1-1/+2
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist1-4/+0
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-3/+0
2011-04-12Cleanup memsize typesJanne Blomqvist1-6/+5
2011-03-19re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin1-0/+3
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist1-3/+4
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle1-10/+2
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-0/+3
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-0/+2
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1
2010-03-22re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle1-1/+1
2010-03-18re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-3/+0
2010-03-09re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-1/+1
2009-11-02Split up io/io.hJanne Blomqvist1-281/+7
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-1/+2
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle1-1/+1
2009-07-13re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus1-1/+1
2009-07-09re PR libfortran/40330 (incorrect IO)Jerry DeLisle1-1/+3
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-0/+8
2009-04-17io.h (is_preconnected): Remove prototype.Janne Blomqvist1-3/+0
2009-04-10io.h (move_pos_offset): Remove prototype.Janne Blomqvist1-3/+0
2009-04-10PR libfortran/39665 libfortran/39702 libfortran/39709Janne Blomqvist1-3/+2
2009-04-09re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist1-4/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-13/+10
2009-04-06io.h (struct stream): Rename truncate to trunc.David Edelsohn1-2/+3
2009-04-05[multiple changes]Jerry DeLisle1-47/+106
2009-03-22Revert part of patch accidentally committed to trunk rather than fortran-dev ...Janne Blomqvist1-81/+45
2009-03-22PR libfortran/25561 libfortran/37754Janne Blomqvist1-45/+81
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle1-1/+3
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek1-175/+93
2008-10-18re PR fortran/37863 (Display of a value close but less to 1 shows 2 with '(F3...Jerry DeLisle1-1/+1
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-3/+3
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-93/+180
2008-09-02re PR fortran/37228 (F2008: Support g0.<d> edit descriptor)Jerry DeLisle1-0/+3
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-0/+6
2008-06-07re PR fortran/36420 (Fortran 2008: g0 edit descriptor)Jerry DeLisle1-0/+3
2008-05-16Part 1.1 of PR25561.Janne Blomqvist1-1/+1
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-9/+45