lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" to indica...
[gcc.git] / libgfortran / io /
2006-02-12 Janne Blomqvistre PR libfortran/25949 (Unbounded I/O buffer memory...
2006-02-08 François-Xavier... re PR libfortran/25425 ([4.1 only] F95 and F2003 differ...
2006-02-06 Thomas Koenigre PR fortran/23815 (Add -byteswapio flag)
2006-02-05 Francois-Xavier... re PR libfortran/24685 (real(16) formatted input is...
2006-01-25 Jerry DeLislere PR libfortran/25835 (Segfault or Bad Address error...
2006-01-18 Jerry DeLislere PR libfortran/25697 (libfortran - Segmentation fault...
2006-01-18 Jerry DeLislere PR libfortran/25631 (tl format specifier not working...
2006-01-06 Jerry DeLislere PR libfortran/25598 (gfortran - Fortran runtime...
2006-01-01 Jerry DeLislere PR libfortran/25594 (LAPACK regression in schkbl.f)
2005-12-28 Jerry DeLislere PR libfortran/25139 ("Invalid argument" error on...
2005-12-28 Jerry DeLislere PR libfortran/25550 (file data corrupted after readi...
2005-12-28 Jerry DeLislere PR libfortran/25419 (gfortran read does not take...
2005-12-22 Jerry DeLislere PR libfortran/25307 (internal read with end=label...
2005-12-19 Jerry DeLislere PR libfortran/25463 (T edit descriptor and ADVANCE...
2005-12-16 Jerry DeLislere PR fortran/25264 (write to internal unit from the...
2005-12-10 Thomas Koenigre PR fortran/23815 (Add -byteswapio flag)
2005-12-09 Jerry DeLislere PR libfortran/25039 ([4.1 only] comma short-circuit...
2005-12-04 Francois-Xavier... format.c: Removing unused code.
2005-12-02 Francois-Xavier... re PR libfortran/25116 ([4.0] namelist read from non...
2005-11-28 Jakub Jelinekacinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...
2005-11-28 Jerry DeLislere PR fortran/25109 (formatted reads with embedded...
2005-11-27 David Edelsohnrandom.c: Include config.h
2005-11-27 Francois-Xavier... * io/write.c (namelist_write): Correct type in previous...
2005-11-27 Francois-Xavier... re PR libfortran/24919 ([4.0] CRLF support in libgfortran)
2005-11-26 Richard Hendersonlist_read.c (nml_parse_qualifier): Use ssize_t instead...
2005-11-26 Janne Blomqvistlibgfortran ChangeLog:
2005-11-25 Richard Hendersonlist_read.c (nml_parse_qualifier): Use memcpy to extrac...
2005-11-23 Alan Modraopen.c (new_unit): Use the right unit number when check...
2005-11-23 Jerry DeLislere PR libfortran/24794 (problem with namelist input...
2005-11-22 David Edelsohnio.h (_LARGE_FILES): Undefine for AIX.
2005-11-21 Jakub Jelinekre PR fortran/14943 (read/write code generation is...
2005-11-17 Francois-Xavier... re PR libfortran/24892 (ACCESS argument to the OPEN...
2005-11-13 Francois-Xavier... fget.c: New file.
2005-11-11 Jerry DeLislePR libgfortran/24699, 24700, 24719, 24785
2005-11-06 Janne Blomqvistgfortran ChangeLog
2005-10-31 Jerry DeLislere PR libfortran/24584 (Segfault when reading empty...
2005-10-30 Francois-Xavier... re PR libfortran/20179 (cannot mix C and Fortran I/O)
2005-10-25 Jerry DeLislere PR libfortran/24224 (Generalized internal array...
2005-10-24 Paul Thomasre PR libfortran/24416 (Wrong reading following namelis...
2005-10-24 Jerry DeLislere PR libfortran/24489 (read_block wrong execution...
2005-10-23 Francois-Xavier... re PR libfortran/23272 ([mingw32] inquire via filename...
2005-10-21 Francois-Xavier... re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)
2005-10-13 Thomas Koenigunix.c (fd_alloc_r_at): Use read() instead of do_read...
2005-10-12 Janne Blomqvistunix.c: Remove parts of patch of 2005/10/07 that cause...
2005-10-07 Janne Blomqvistre PR libfortran/16339 (Unformatted i/o on large arrays...
2005-10-07 Jerry DeLisletransfer.c (write_block): Add test for end-of-file...
2005-10-01 Jakub Jelineklibgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.
2005-09-30 Janne Blomqvistre PR libfortran/24112 (Reopening file with STATUS...
2005-09-29 Jakub Jelinekstring.c (find_option): Change 3rd argument to const...
2005-09-27 Steve Ellceyre PR target/23552 (FAIL: gfortran.dg/large_real_kind_1...
2005-09-26 Janne Blomqvist[multiple changes]
2005-09-14 Jerry DeLislePR fortran/21875 Internal Unit Array I/O, NIST
2005-09-11 Francois-Xavier... re PR libfortran/20179 (cannot mix C and Fortran I/O)
2005-09-10 Janne Blomqvistunix.c: Remove mmap code.
2005-09-09 Francois-Xavier... re PR libfortran/23784 (close doesn't reset ioparm...
2005-09-09 Thomas Koeniggfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filep...
2005-09-07 Francois-Xavier... re PR libfortran/23262 ([mingw32] rewind truncates...
2005-09-07 Steve Ellceyre PR libfortran/23419 (unformatted complex I/O with...
2005-09-05 Thomas Koeniglist_read.c: Adjust size of of value to 32 (to hold...
2005-09-04 Thomas Koenigre PR libfortran/23321 (Direct unformatted read beyond...
2005-09-03 Jakub Jelinekread.c (read_x): Take int argument instead of fnode...
2005-09-02 Francois-Xavier... unix.c (stream_ttyname): Protect use of ttyname by...
2005-09-02 Andreas Jaegerlibgfortran.h: Add prototype for init_compile_options.
2005-08-31 Steve Ellcey* io/read.c (set_integer): Use memcpy to fill buffer.
2005-08-31 Steve Ellceyre PR target/23556 (FAIL: gfortran.dg/pr18122.f90)
2005-08-29 Thomas Koenig[multiple changes]
2005-08-27 Francois-Xavier... acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add...
2005-08-17 Kelley CookAll files: Update FSF address.
2005-08-16 Thomas Koenigre PR libfortran/23428 (inquire(iolength= ) for complex...
2005-08-11 Francois-Xavier... re PR libfortran/20006 ($ format extension doesn't...
2005-08-09 François-Xavier... check.c (gfc_check_ttynam_sub, [...]): Add check functi...
2005-08-09 Jerry DeLislere PR libfortran/23154 (Currupt string and segfault...
2005-08-07 Steven G. KarglForgot to remove and add these files in the previous...
2005-08-06 Francois-Xavier... io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var...
2005-08-06 Francois-Xavier... * io/unix.c: Add O_RDWR to open() call.
2005-08-04 Paul Thomastransfer.c (data_transfer_init): Truncate file in seque...
2005-07-30 Francois-Xavier... re PR libfortran/22436 (print *,tiny(1._10) yields...
2005-07-30 Paul ThomasPR fortran/22570 and related issues.
2005-07-24 Jerry DeLislewrite.c (write_float): Revise output of IEEE exceptiona...
2005-07-22 Jerry DeLislere PR libfortran/22570 (Null Characters instead of...
2005-07-22 Paul Thomas[multiple changes]
2005-07-17 Jerry DeLislewrite.c (write_float): Fix field width checks for print...
2005-07-14 Paul Thomas[multiple changes]
2005-07-13 Paul Thomas[multiple changes]
2005-07-12 Thomas Koenigio/unix.c: Add member special_file to type unix_stream.
2005-07-12 David Edelsohnre PR libfortran/22412 ([4.0 only] Fortran B edit descr...
2005-07-09 Jerry DeLislePR libfortran/21875 (FM111.f)
2005-07-09 Thomas Koenig[multiple changes]
2005-07-07 Feng WangFor the 60th anniversary of Chinese people��s Anti...
2005-07-01 Andreas Jaegerunpack_generic.c: Remove const from parameter.
2005-06-28 Francois-Xavier... re PR libfortran/22170 ([4.0 only] Handle format slash...
2005-06-23 Francois-Xavier... c99_functions.c (log10l): New log10l function for syste...
2005-06-18 Janne Blomqvistunix.c (stream_at_bof): Don't assume that all non-mmapp...
2005-06-17 Francois-Xavier... re PR libfortran/19155 ([4.0 only] blanks not treated...
2005-06-16 Francois-Xavier... re PR libfortran/19216 (list directed read with leading...
2005-06-16 Francois-Xavier... * io/transfer.c (formatted_transfer): Fix typo in error...
2005-06-16 Francois-Xavier... re PR libfortran/16436 (gfortran TL edit descriptor...
2005-06-12 Francois-Xavier... re PR libfortran/19155 ([4.0 only] blanks not treated...
2005-05-30 Francois-Xavier... re PR libfortran/20179 (cannot mix C and Fortran I/O)
2005-05-29 Francois-Xavier... re PR libfortran/20006 ($ format extension doesn't...
next