summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus2010-08-231-3/+3
* re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN)Jerry DeLisle2010-08-191-12/+2
* re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2010-08-141-1/+12
* re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle2010-08-072-30/+42
* Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist2010-08-021-6/+13
* Use access(2) instead of stat(2) to test file existence.Janne Blomqvist2010-08-011-35/+41
* * io/inquire.c: Include io.h before string.h.David Edelsohn2010-07-311-1/+1
* re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2010-07-293-23/+43
* re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle2010-07-195-62/+134
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-165-29/+141
* re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle2010-07-152-53/+60
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-138-99/+522
* re PR fortran/44698 (I/O: FLUSH does not actually flush the buffer?)Kai Tietz2010-07-111-0/+4
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2010-07-022-8/+4
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle2010-06-301-0/+60
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2010-06-281-0/+29
* decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus2010-06-252-8/+8
* re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle2010-06-192-11/+70
* Fix typo in symbol visibility specificationJanne Blomqvist2010-05-081-1/+1
* Remove free_memJanne Blomqvist2010-05-079-45/+50
* unix.c (raw_truncate): Explicit cast from integer-scal to pointer.Kai Tietz2010-04-301-4/+28
* unix.c (tempfile): Correct logic for mktemp case.Kai Tietz2010-04-241-8/+9
* PR libfortran/43605 FTELL intrinsic, take 2.Janne Blomqvist2010-04-011-15/+16
* transfer.c: Update copyright.Paul Thomas2010-04-018-8/+10
* PR libfortran/43605 Fix FTELL for formatted filesJanne Blomqvist2010-04-011-5/+5
* re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2010-03-301-3/+8
* re PR libfortran/43551 (Buffered direct I/O reads wrong record)Tobias Burnus2010-03-291-7/+11
* re PR fortran/43517 (spurious end-of-file condition when namelist read follow...Jerry DeLisle2010-03-261-0/+3
* re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle2010-03-221-1/+1
* re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle2010-03-203-0/+30
* transfer.c (read_sf_internal): Remove stray function declaration used during ...Jerry DeLisle2010-03-181-3/+1
* re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2010-03-183-34/+83
* format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz2010-03-121-2/+2
* re PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensions (rank) array values.)Tobias Burnus2010-03-111-0/+8
* re PR libfortran/43320 (200.sixtrack fails setup)Jerry DeLisle2010-03-111-0/+2
* re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2010-03-093-23/+65
* libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz2010-03-081-5/+5
* transfer.c (require_type): Subtract one from item_count for output of error m...Jerry DeLisle2010-02-251-1/+8
* * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.Rainer Orth2010-02-241-2/+2
* list_read.c (list_formatted_read_scalar): Remove duplicate code.Jerry DeLisle2010-02-231-3/+0
* re PR libfortran/42742 (Handle very large format strings correctly)Jerry DeLisle2010-02-071-5/+2
* PR libfortranJerry DeLisle2010-02-061-1/+14
* re PR fortran/42901 (reading array of structures from namelist fails)Jerry DeLisle2010-02-041-15/+23
* format.c (parse_format): Set limit on size of format strings that will be cac...Jerry DeLisle2010-01-151-1/+6
* PR libfortran/42420 Large file capable stat for MingWJanne Blomqvist2010-01-031-10/+18
* re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Tobias Burnus2009-12-081-0/+2
* PR libfortran/40812 Large file support for MinGWJanne Blomqvist2009-12-042-22/+55
* unix.c (find_file): Add variable id conditionally for mingw targets.Kai Tietz2009-11-301-1/+4
* pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek2009-11-282-7/+2
* Move includes after include guardsJanne Blomqvist2009-11-193-6/+8