aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle1-0/+14
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle1-1/+1
2010-09-14re PR fortran/45532 (gfortran namelist read error)Jerry DeLisle1-1/+2
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-1/+1
2010-08-23re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus1-3/+3
2010-08-19re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN)Jerry DeLisle1-12/+2
2010-08-14re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle1-1/+12
2010-08-07re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle2-30/+42
2010-08-02Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist1-6/+13
2010-08-01Use access(2) instead of stat(2) to test file existence.Janne Blomqvist1-35/+41
2010-07-31* io/inquire.c: Include io.h before string.h.David Edelsohn1-1/+1
2010-07-29re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle3-23/+43
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle5-62/+134
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle5-29/+141
2010-07-15re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle2-53/+60
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle8-99/+522
2010-07-11re PR fortran/44698 (I/O: FLUSH does not actually flush the buffer?)Kai Tietz1-0/+4
2010-07-02re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2-8/+4
2010-06-30re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle1-0/+60
2010-06-28re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus1-0/+29
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus2-8/+8
2010-06-19re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle2-11/+70
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