aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2010-03-11re PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensions (rank) array values.)Tobias Burnus1-0/+8
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 DeLisle3-23/+65
2010-03-08libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz1-5/+5
2010-02-25transfer.c (require_type): Subtract one from item_count for output of error m...Jerry DeLisle1-1/+8
2010-02-24* io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.Rainer Orth1-2/+2
2010-02-23list_read.c (list_formatted_read_scalar): Remove duplicate code.Jerry DeLisle1-3/+0
2010-02-07re PR libfortran/42742 (Handle very large format strings correctly)Jerry DeLisle1-5/+2
2010-02-06PR libfortranJerry DeLisle1-1/+14
2010-02-04re PR fortran/42901 (reading array of structures from namelist fails)Jerry DeLisle1-15/+23
2010-01-15format.c (parse_format): Set limit on size of format strings that will be cac...Jerry DeLisle1-1/+6
2010-01-03PR libfortran/42420 Large file capable stat for MingWJanne Blomqvist1-10/+18
2009-12-08re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Tobias Burnus1-0/+2
2009-12-04PR libfortran/40812 Large file support for MinGWJanne Blomqvist2-22/+55
2009-11-30unix.c (find_file): Add variable id conditionally for mingw targets.Kai Tietz1-1/+4
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek2-7/+2
2009-11-19Move includes after include guardsJanne Blomqvist3-6/+8
2009-11-19re PR fortran/42090 (I/O: Problems when reading partial records in formatted ...Jerry DeLisle1-1/+3
2009-11-03Forgot files from r153825Janne Blomqvist3-0/+368
2009-11-02Split up io/io.hJanne Blomqvist14-282/+31
2009-10-29re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Jerry DeLisle1-16/+247
2009-10-13re PR libfortran/41683 (F2003 Repeat specification after P descriptor rejected)Jerry DeLisle1-1/+2
2009-10-12re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle1-7/+4
2009-10-11re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle1-16/+10
2009-10-06re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-10/+9
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle5-15/+195
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-09-12re PR fortran/41219 (libgfortran build warnings)Jerry DeLisle1-1/+1
2009-09-08re PR fortran/41192 (NAMELIST input with just a comment ("&NAME ! comment \")...Jerry DeLisle1-8/+8
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle2-2/+36
2009-08-14re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle1-0/+21
2009-08-02re PR fortran/40853 (I/O: Namelist read error)Jerry DeLisle1-1/+1
2009-07-23re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle1-0/+20
2009-07-17When finalizing I/O transfer, set current_record to 0 before returning.Janne Blomqvist1-1/+5
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 DeLisle3-29/+35
2009-06-30re PR fortran/40576 (Endless loop in internal write)Jerry DeLisle1-1/+1
2009-06-23re PR fortran/40508 (memory leak in internal write of gfortran)Jerry DeLisle1-1/+4
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig3-38/+36
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle4-18/+51
2009-06-07re PR libfortran/40334 (changed BACKSPACE behaviour at end of file.)Jerry DeLisle1-0/+5
2009-06-04re PR libfortran/40330 (incorrect IO)Janne Blomqvist1-2/+11
2009-05-20re PR libfortran/37754 (READ I/O Performance regression from 4.3 to 4.4/4.5)Jerry DeLisle1-5/+4
2009-05-07re PR libfortran/22423 (Warnings when building libgfortran)François-Xavier Coudert1-1/+1
2009-04-30Fix PR libfortran/39667Janne Blomqvist2-19/+15
2009-04-18re PR fortran/39782 (IO depends on uninitialised value)Janne Blomqvist1-6/+0
2009-04-17io.h (is_preconnected): Remove prototype.Janne Blomqvist2-14/+0
2009-04-15re PR libfortran/38668 (advance="no": no buffering, truncate and seek)Janne Blomqvist1-1/+0
2009-04-15write.c (itoa): Rename back to gfc_itoa.Danny Smith1-4/+9