PR 78534, 83704 Handle large formatted I/O
[gcc.git] / libgfortran / io / transfer.c
2018-01-07 Janne BlomqvistPR 78534, 83704 Handle large formatted I/O
2018-01-05 Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-14 Jerry DeLislere PR libfortran/78549 (Very slow formatted internal...
2017-12-03 Jerry DeLislere PR fortran/83191 (Writing a namelist with repeated...
2017-12-03 Jerry DeLislere PR fortran/83225 (runtime error in transfer.c)
2017-11-28 Janne BlomqvistPR 53796 Improve INQUIRE(RECL=...) handling
2017-11-22 Janne BlomqvistPR 83097 Use __BYTE_ORDER__ predefined macro instead...
2017-11-21 Jerry DeLislere PR libfortran/78549 (Very slow formatted internal...
2017-11-18 Janne BlomqvistPR 44292 Handle large record lengths
2017-08-28 Jerry DeLislere PR fortran/78387 (OpenMP segfault/stack size exceede...
2017-05-17 Jerry DeLislere PR fortran/80741 ([Regression 7/8] DTIO wrong code...
2017-05-15 Jerry DeLislere PR libfortran/80727 (Crash of runtime gfortran libra...
2017-04-11 Jerry DeLisleclose.c: Fix white space in pointer declarations and...
2017-03-25 Jerry DeLislere PR fortran/78881 ([F03] reading from string with...
2017-03-11 Jerry DeLislere PR fortran/78854 ([F03] DTIO namelist output not...
2017-02-20 Paul Thomasre PR fortran/79382 (DTIO ICE)
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-12-16 Jerry DeLislere PR fortran/78662 ([F03] Incorrect parsing of quotes...
2016-10-30 Jerry DeLislere PR libfortran/78123 (Short reads with T edit descrip...
2016-10-26 Fritz ReeseNew I/O specifiers CARRIAGECONTROL, READONLY, SHARE...
2016-10-24 Jerry DeLislere PR libfortran/77828 (Linking gfortran-7 compiled...
2016-10-21 Jerry DeLisletransfer.c (finalize_transfer): Free format data in...
2016-10-18 Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-10-16 Janne BlomqvistPR 48587 Newunit allocator, cleanup
2016-10-15 Janne BlomqvistPR 48587 Newunit allocator
2016-09-28 Jerry DeLislere PR fortran/77707 (formatted direct access: nextrec...
2016-09-23 Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-08-31 Paul Thomas[multiple changes]
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-23 Jerry DeLislere PR fortran/52251 (Nonadvancing I/O and the t edit...
2015-04-15 Jerry DeLislere PR fortran/65089 (FAIL: gfortran.dg/io_real_boz...
2015-03-28 Jerry DeLislere PR fortran/65596 (NAMELIST bug with f2003: reads...
2015-03-22 Jerry DeLislere PR libfortran/59513 (Fortran runtime error: Sequenti...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-11-10 Janne BlomqvistPR 47007 and 61847 Locale failures in libgfortran.
2014-09-09 Janne BlomqvistFix pad status check.
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-06-08 Janne BlomqvistPR 56981 Flush buffer at record boundary if possible.
2014-03-21 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-03-04 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-12-17 Jerry DeLislere PR libfortran/59419 (Failing OPEN with FILE='xxx...
2013-07-21 Ondřej Bílkatrans-decl.c: Fix comment typos.
2013-04-29 Janne BlomqvistPR 56981 Improve unbuffered performance on special...
2013-03-31 Jerry DeLislere PR libfortran/56786 (Namelist read fails with design...
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-03-11 Tobias Burnustransfer.c (read_block_direct): Correct condition.
2013-01-23 Janne BlomqvistImprove performance of byte-swapped I/O.
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
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-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-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-02-24 Jakub Jelinekre PR fortran/47878 (187.facerec miscompares)
2011-02-23 Janne BlomqvistPR 47694 Read from named pipe fails
2010-11-16 Francois-Xavier... re PR fortran/32049 (Support on x86_64 also kind=16)
2010-11-09 Jerry DeLislere PR libfortran/46373 (fflush called when reading...
2010-11-02 Janne BlomqvistPR 45629 Remove usage of setjmp/longjmp
2010-10-19 Jerry DeLisleio.h: Remove definition of the BT enumerator.
2010-10-16 Thomas Koenigre PR tree-optimization/20165 (Pointer does not really...
2010-07-19 Jerry DeLislere PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1...
2010-07-16 Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-07-15 Jerry DeLislere PR fortran/44934 (Bogus "Missing format for FORMATTE...
2010-07-13 Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-06-25 Tobias Burnusdecl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
2010-06-19 Jerry DeLislere PR fortran/44477 (Sequential I/O with END FILE:...
2010-04-01 Paul Thomastransfer.c: Update copyright.
2010-03-30 Jerry DeLislere PR fortran/43265 (No EOF condition if reading with...
2010-03-18 Jerry DeLisletransfer.c (read_sf_internal): Remove stray function...
2010-03-18 Jerry DeLislere PR fortran/43265 (No EOF condition if reading with...
2010-03-11 Jerry DeLislere PR libfortran/43320 (200.sixtrack fails setup)
2010-03-09 Jerry DeLislere PR fortran/43265 (No EOF condition if reading with...
2010-02-25 Jerry DeLisletransfer.c (require_type): Subtract one from item_count...
2010-02-06 Jerry DeLislePR libfortran
2009-11-19 Jerry DeLislere PR fortran/42090 (I/O: Problems when reading partial...
2009-11-02 Janne BlomqvistSplit up io/io.h
2009-09-29 Jerry DeLislere PR libfortran/35862 ([F2003] Implement new rounding...
2009-09-19 Jerry DeLislere PR fortran/41328 (bad iostat when reading DOS file...
2009-09-13 Jerry DeLislere PR fortran/41328 (bad iostat when reading DOS file...
2009-07-17 Janne BlomqvistWhen finalizing I/O transfer, set current_record to...
2009-07-09 Jerry DeLislere PR libfortran/40330 (incorrect IO)
2009-06-30 Jerry DeLislere PR fortran/40576 (Endless loop in internal write)
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-06-07 Jerry DeLislere PR fortran/40008 (F2008: Add NEWUNIT= for OPEN state...
2009-05-07 François-Xavier... re PR libfortran/22423 (Warnings when building libgfortran)
2009-04-18 Janne Blomqvistre PR fortran/39782 (IO depends on uninitialised value)
2009-04-15 Janne Blomqvistre PR libfortran/38668 (advance="no": no buffering...
2009-04-10 Janne Blomqvistio.h (move_pos_offset): Remove prototype.
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
next