aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2010-05-08Fix typo in symbol visibility specificationJanne Blomqvist1-1/+1
2010-05-07Remove free_memJanne Blomqvist9-45/+50
2010-04-30unix.c (raw_truncate): Explicit cast from integer-scal to pointer.Kai Tietz1-4/+28
2010-04-24unix.c (tempfile): Correct logic for mktemp case.Kai Tietz1-8/+9
2010-04-01PR libfortran/43605 FTELL intrinsic, take 2.Janne Blomqvist1-15/+16
2010-04-01transfer.c: Update copyright.Paul Thomas8-8/+10
2010-04-01PR libfortran/43605 Fix FTELL for formatted filesJanne Blomqvist1-5/+5
2010-03-30re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-3/+8
2010-03-29re PR libfortran/43551 (Buffered direct I/O reads wrong record)Tobias Burnus1-7/+11
2010-03-26re PR fortran/43517 (spurious end-of-file condition when namelist read follow...Jerry DeLisle1-0/+3
2010-03-22re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle1-1/+1
2010-03-20re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle3-0/+30
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 DeLisle3-34/+83
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz1-2/+2
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