rs6000: Handle print_operand_address for unexpected RTL (PR87598)
[gcc.git] / libgfortran / io /
2018-10-06 Janne BlomqvistUse gfc_charlen_type instead of int for string lenghts
2018-10-02 Gerald Pfeifer* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.
2018-09-14 Kyrylo Tkachov[libgfortran] Fix uninitialized variable use in fallbac...
2018-09-05 Hans-Peter Nilsson* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.
2018-09-02 Jerry DeLisleio.h: Change declaration of vlist type to gfc_full_arra...
2018-08-23 David Edelsohn* async.h (ASYNC_IO): Revert _AIX test.
2018-08-22 Thomas Koeniggfortran.texi: Mention that asynchronous I/O does not...
2018-08-21 Nicolas Koenigre PR fortran/25829 ([F03] Asynchronous IO support)
2018-07-31 Andre VieiraReverting 'AsyncI/O patch committed' as it is breaking...
2018-07-25 Nicolas Koenigre PR fortran/25829 ([F03] Asynchronous IO support)
2018-06-10 Jerry DeLislere PR libfortran/86070 (gfortran.dg/fmt_zero_digits...
2018-05-28 Jerry DeLislere PR fortran/85840 (Memory leak in write.c)
2018-05-26 Jerry DeLislere PR target/89506 (ICE: in decompose, at rtl.h:2266...
2018-05-26 Jerry DeLislere PR fortran/85840 (Memory leak in write.c)
2018-03-28 Jakub Jelinekgfortran.h (gfc_dt): Rename default_exp field to dec_ext.
2018-02-18 Jerry DeLislere PR fortran/84412 (Erroneous "Inquire statement ident...
2018-02-12 Thomas Koeniglibgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension...
2018-01-25 Paul Thomasre PR fortran/37577 ([meta-bug] change internal array...
2018-01-14 Jerry DeLislere PR libfortran/83811 (fortran 'e' format broken for...
2018-01-08 Janne BlomqvistPR 78534 Regression on 32-bit targets
2018-01-07 Janne BlomqvistPR 78534, 83704 Handle large formatted I/O
2018-01-06 Janne BlomqvistRemove unused variable
2018-01-06 Dominique d'HumieresPR 83704 Use size_t in write_character
2018-01-05 Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-02 Janne BlomqvistPR libgfortran/83649 Chunk large reads and writes
2017-12-29 Jerry DeLislere PR libfortran/83613 (Executing gfortran.dg/inquire_i...
2017-12-29 Jerry DeLislere PR fortran/83560 (list-directed formatting of INTEGE...
2017-12-16 Jerry DeLislere PR libfortran/81937 (stack-buffer-overflow on memcpy...
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-29 Jerry DeLislere PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2...
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-11-18 Janne BlomqvistPR 83036 Make NEXTREC specifier for INQUIRE work for...
2017-11-18 Janne BlomqvistPR 44292 Enable large record lengths in OPEN and INQUIR...
2017-10-27 Jerry DeLislere PR libfortran/81938 (valgrind error message and...
2017-08-28 Jerry DeLislere PR fortran/78387 (OpenMP segfault/stack size exceede...
2017-07-24 Thomas Koenigunix.c (buf_write): Return early if there is nothing...
2017-06-26 Jim WilsonFix for SPEC CPU2017 621.wrf_s failure, add missing...
2017-05-29 Jerry DeLislere PR fortran/53029 (missed optimization in internal...
2017-05-19 Jerry DeLisle[multiple changes]
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-29 Jerry DeLislere PR fortran/78670 ([F03] Incorrect file position...
2017-03-28 Janus Weilre PR fortran/78661 ([OOP] Namelist output missing...
2017-03-27 Dominique d'Humiereslist_read.c: Insert /* Fall through.
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-21 Francois-Xavier... iresolve.c (gfc_resolve_ftell): Call "ftell" instead...
2016-12-16 Jerry DeLislere PR fortran/78662 ([F03] Incorrect parsing of quotes...
2016-11-03 Fritz ReeseDefault missing exponents to 0 with -fdec.
2016-10-31 Jerry DeLislere PR fortran/54679 (Erroneous "Expected P edit descrip...
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 DeLislere PR libfortran/78055 (Many new gfortran test failures)
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-10-09 Janne BlomqvistPR 67585 Handle EINTR
2016-10-05 Jerry DeLislere PR libfortran/77868 (Fail to NULL guard check for...
2016-10-05 Jerry DeLisle2016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
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-09-06 Jerry DeLislere PR libfortran/77393 (Revision r237735 changed the...
2016-08-31 Jerry DeLislere PR libfortran/77393 (Revision r237735 changed the...
2016-08-31 Paul Thomas[multiple changes]
2016-06-23 Jerry DeLislere PR libfortran/48852 (Invalid spaces in list-directed...
2016-05-24 Jerry DeLislere PR libfortran/70684 (incorrect reading of values...
2016-04-19 Jerry DeLislere PR libfortran/70684 (incorrect reading of values...
2016-03-30 Dominique d'Humieres[multiple changes]
2016-02-23 Jerry DeLislere PR fortran/69456 (Namelist value with trailing sign...
2016-02-17 Jerry DeLislere PR libfortran/69651 ([6 Regession] Usage of unitiali...
2016-02-15 Jerry DeLislere PR libfortran/69651 ([6 Regession] Usage of unitiali...
2016-02-12 Jerry DeLislere PR fortran/69668 (Error reading namelist opened...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-29 Jerry DeLislere PR libfortran/68987 (double free or corruption in...
2015-12-15 Jerry DeLislePR libfortran/pr68867
2015-12-05 Juoko Oravare PR fortran/50201 (gfortran with -static causes seg...
2015-11-23 Jerry DeLislere PR fortran/52251 (Nonadvancing I/O and the t edit...
2015-11-22 Jerry DeLislewrite_float.def (output_float): Move block determining...
2015-09-12 Francois-Xavier... re PR libfortran/67527 (io.h sanitizer complains on...
2015-09-03 Janne Blomqvistlibgfortran: Use remove(3) instead of unlink(2) when...
2015-09-02 Janne BlomqvistPR 67414 Better diagnostics on backtrace failure, gf_st...
2015-08-29 Jerry DeLislere PR fortran/67367 (Program crashes on READ(IOSTAT...
2015-08-29 Francois-Xavier... * io/unix.c (min): Remove unused macro.
next