Fix A12 multilib rule.
[platform/upstream/gcc.git] / libgfortran / io /
2014-03-21 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-03-18 Ulrich Weigandconfigure.ac: Check for presence of fcntl.
2014-03-18 Jerry DeLislere PR libfortran/46800 (Handle CTRL-D correctly with...
2014-03-15 Jerry DeLislere PR fortran/58324 (Bogus END-of-line error with list...
2014-03-13 Jerry DeLislere PR libfortran/38199 (missed optimization: I/O perfor...
2014-03-09 Jerry DeLislere PR libfortran/38199 (missed optimization: I/O perfor...
2014-03-08 Dominique d'Humieresre PR fortran/60128 (Wrong ouput using en edit descriptor)
2014-03-04 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-02-21 Tobias Burnusre PR fortran/60286 (INQUIRE reports STDOUT as not...
2014-01-21 Jerry DeLislewrite_float.def (output_float): Remove inadvertent...
2014-01-19 Jerry DeLislere PR libfortran/59771 (Cleanup handling of Gw.0 and...
2014-01-11 Jerry DeLislere PR fortran/59700 (Misleading/buggy runtime error...
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-12-18 Steven G. Karglread.c (read_f): Convert assert to runtime error.
2013-12-17 Andreas Toblerunix.c (tempfile_open): Only use the needed flag O_CLOEXEC.
2013-12-17 Jerry DeLislere PR libfortran/59419 (Failing OPEN with FILE='xxx...
2013-11-15 Janne BlomqvistWhen file status is unknown, don't set O_CREAT when...
2013-11-10 Janne BlomqvistSet close-on-exec flag when opening files.
2013-10-01 Tobias Burnusre PR fortran/55469 (memory leak on read with istat...
2013-07-21 Ondřej Bílkatrans-decl.c: Fix comment typos.
2013-07-21 Tobias Burnusre PR libfortran/35862 ([F2003] Implement new rounding...
2013-06-20 Tobias Burnusre PR fortran/57633 (I/O: Problem with formatted read...
2013-06-03 Tobias Burnusre PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10...
2013-05-04 David Edelsohnenviron.c: Include unistd.h.
2013-04-29 Janne BlomqvistPR 56981 Improve unbuffered performance on special...
2013-04-15 Tobias Burnuslist_read.c (finish_separator): Initialize variable.
2013-04-04 Tobias Burnusre PR libfortran/56810 (record-repeat fails kind check...
2013-04-01 Jerry DeLislere PR fortran/56660 (Fails to read NAMELIST with certai...
2013-03-31 Jerry DeLislere PR libfortran/56786 (Namelist read fails with design...
2013-03-29 Tobias Burnusre PR libfortran/56737 (Wrong I/O result with format...
2013-03-29 Tobias Burnusre PR libfortran/56737 (Wrong I/O result with format...
2013-03-29 Tobias Burnusre PR fortran/56735 (Namelist Read Error with question...
2013-03-25 Tilo Schwarzre PR fortran/52512 (Cannot match namelist object name)
2013-03-24 Tobias Burnusre PR libfortran/56696 (Formatted (list-directed) ...
2013-03-20 Tilo Schwarzre PR fortran/51825 (Fortran runtime error: Cannot...
2013-03-20 Tilo Schwarzre PR libfortran/48618 (Negative unit number in OPEN...
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-03-11 Tobias Burnustransfer.c (read_block_direct): Correct condition.
2013-02-21 Janne BlomqvistFix regression when writing formatted sequential to...
2013-01-23 Janne BlomqvistImprove performance of byte-swapped I/O.
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2013-01-02 Jerry DeLislere PR fortran/55818 (Reading a REAL from a file which...
2012-12-27 Jerry DeLislere PR fortran/48976 (INQUIRE with STREAM= not supported)
2012-12-26 Jerry DeLislere PR libfortran/48960 (OPEN statement modifies NEWUNIT...
2012-12-25 Janne BlomqvistPR fortran/55539 Fix regression in -fno-sign-zero.
2012-12-21 Thomas Koenigre PR libfortran/30162 (Document when sequential I...
2012-10-10 Tobias Burnusre PR fortran/54878 (libgfortran issues found by the...
2012-09-29 Thomas Koenigre PR fortran/52724 (Internal read with character(kind...
2012-07-25 Andreas Schwablist_read.c (list_formatted_read_scalar): Fix copying...
2012-06-21 Janne BlomqvistPR 39654 FTELL intrinsic function return type.
2012-06-01 Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-05-31 Tobias Burnusrevert: unix.c (tempfile_open): Pass mode to "open...
2012-05-30 Tobias Burnusdecl.c: Fix comment typos.
2012-05-16 Tobias Burnusunix.c (tempfile_open): Pass mode to "open" for O_CREAT.
2012-05-14 Janne BlomqvistPR 52428 Range checking when reading integer values.
2012-05-05 Janne BlomqvistFix handling of temporary files.
2012-04-22 Tobias Burnusre PR libfortran/53051 (I/O: Support reading floating...
2012-04-17 Tobias Burnusre PR libfortran/38199 (missed optimization: I/O perfor...
2012-04-15 Thomas Koenigre PR libfortran/38199 (missed optimization: I/O perfor...
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-25 Janne BlomqvistUse calloc instead of malloc and memset.
2012-03-17 Janne BlomqvistPR libfortran/52608 Move the removal of initial zeros.
2012-03-16 Janne BlomqvistShare vtables instead of replicating them for each...
2012-03-15 Janne BlomqvistRemove commented out debug printf:s
2012-03-15 Janne Blomqvistre PR libfortran/52434 (Insufficient number of digits...
2011-12-22 Janne BlomqvistPR 51646 Use POSIX mode flags in open() argument.
2011-12-08 Tobias Burnusre PR fortran/50815 (ICE on allocation of deferred...
2011-11-10 Janne BlomqvistLet the compiler decide whether to inline.
2011-11-09 Janne BlomqvistConfigure cleanup.
2011-11-09 Janne BlomqvistPR 50016 Slow I/O on MingW due to _commit
2011-11-07 Janne BlomqvistRevert previous fix for PR 45723.
2011-11-01 Janne BlomqvistCopyright years and whitespace fix for r180734
2011-11-01 Janne BlomqvistCleanup NEWUNIT allocation.
2011-10-31 Janne BlomqvistUpdate file position for inquire lazily.
2011-10-31 Janne BlomqvistIntroduce a size member function to struct stream.
2011-10-31 Janne BlomqvistSimplify handling of special files.
2011-08-18 Tobias Burnusre PR fortran/50109 (Formatted namelist read with multi...
2011-07-22 Tobias Burnusre PR libfortran/49791 (Formatted namelist reads fails...
2011-07-13 Janne BlomqvistPR 49296 List read, EOF without preceding separator
2011-06-18 Janne BlomqvistPR 49296 List directed read of string ending in EOF.
2011-06-11 Janne BlomqvistReturn error when trying to seek a non-seekable buffere...
2011-06-11 Janne BlomqvistFigure out whether a file is seekable with lseek()
2011-05-29 Janne BlomqvistPR 19155 Check for strtod failure via endptr
2011-05-14 Janne BlomqvistError printing thread safety, remove GFORTRAN_USE_STDERR
2011-05-05 Jerry DeLislere PR libfortran/48787 (Invalid UP/DOWN rounding with...
2011-05-01 Jerry DeLislere PR libfortran/48787 (Invalid UP/DOWN rounding with...
2011-04-29 Janne BlomqvistFix path handling
2011-04-29 Janne BlomqvistPR 48488 Typo
2011-04-29 Janne BlomqvistPR 48488 Fix comments
2011-04-29 Janne BlomqvistPR 48488 Fix comments
2011-04-29 Jerry DeLislere PR libfortran/48488 (Wrong default format for real...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-04-20 Jerry DeLislere PR libfortran/48602 (Invalid F conversion of G descr...
2011-04-18 Jerry DeLislere PR libfortran/48602 (Invalid F conversion of G descr...
2011-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-04-15 Jerry DeLislere PR libfortran/48589 (Invalid G0/G0.d editing for...
2011-04-12 Janne BlomqvistCleanup memsize types
2011-04-03 Tobias Burnusunix.c: Adapt stat DEFINEs since MinGW64 supports LFS.
2011-03-24 Jerry DeLislere PR libfortran/48030 (Implement read_x using fbuf_getc)
2011-03-19 John David Anglinre PR libfortran/35667 (HP-UX 10 has broken strtod)
next