Daily bump.
[gcc.git] / libgfortran / io /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-26 Maciej W. Rozyckilibgfortran: Verify the presence of all functions for...
2020-08-20 Mark EgglestonFortran : rejected f0.d edit descriptor PR96436
2020-07-24 Dominique d'HumieresPR 93567, G edit descriptor uses E instead of F editing...
2020-07-24 Dominique d'HumieresPR 93592 - Invalid UP/DOWN rounding with EN descriptor.
2020-06-13 Thomas KoenigDisable -Wstringop-overflow warning after checking...
2020-06-08 Harald AnlaufPR fortran/95195 - Fortran testcase should clean up...
2020-05-28 Harald AnlaufPR fortran/95104 - Segfault on a legal WAIT statement
2020-05-26 Harald AnlaufPR fortran/95104 - Segfault on a legal WAIT statement
2020-05-26 Harald AnlaufPR libfortran/95195 - improve runtime error for namelis...
2020-05-23 Thomas KoenigFixes a hang on an invalid ID in a WAIT statement.
2020-05-14 Thomas KoenigAdd early return for invalid STATUS for close.
2020-02-18 Thomas KönigUse au->lock exclusively for locking in async I/O.
2020-01-18 Jerry DeLislePR93234 INQUIRE on pre-assigned files of ROUND and...
2020-01-17 Jerry DeLislePR90374 Zero width format specifiers.
2020-01-02 Jerry DeLislePR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-01 Jerry DeLislere PR libfortran/90374 (Fortran 2018: Support d0.d...
2019-11-28 Jerry DeLislere PR libfortran/90374 (Fortran 2018: Support d0.d...
2019-11-24 Jerry DeLislere PR libfortran/92100 (Formatted stream IO irreproduci...
2019-11-24 Thomas KoenigFix EOF handling for arrays.
2019-11-07 Jerry DeLislere PR libfortran/90374 (Fortran 2018: Support d0.d...
2019-10-02 Jerry DeLislere PR libfortran/91593 (Implicit enum conversions in...
2019-09-28 Jerry DeLislere PR libfortran/91593 (Implicit enum conversions in...
2019-08-07 Janne BlomqvistPR 53796 Make inquire(file=, recl=) conform to F2018
2019-07-21 Thomas Koenigre PR libfortran/91030 (Poor performance of I/O -fconve...
2019-05-22 Janne Blomqvistfortran/89100: Default widths with -fdec-format-defaults
2019-05-15 Janne BlomqvistAllow opening file on multiple units
2019-03-25 John David Anglinre PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d...
2019-02-26 Uros Bizjaktransfer.c (transfer_array_inner): Do not cast charlen...
2019-02-25 Dominique d'Humieresre PR libfortran/89274 (Inconsistent list directed...
2019-01-28 Sebastian Huberlibgfortran: Use proper gthr.h API
2019-01-27 Jerry DeLislere PR libfortran/89020 (close(status='DELETE') does...
2019-01-27 Jerry DeLislere PR libfortran/89020 (close(status='DELETE') does...
2019-01-26 Jerry DeLislere PR libfortran/89020 (close(status='DELETE') does...
2019-01-14 Jerry DeLislere PR libfortran/88776 (Namelist read from stdin: loss...
2019-01-12 Jerry DeLislere PR libfortran/88776 (Namelist read from stdin: loss...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-09 Thomas Koenigre PR libfortran/88411 (Random crashes for ASYNCHRONOUS...
2018-11-22 Janne BlomqvistReplace sync builtins with atomic builtins
2018-11-09 Jerry DeLislere PR fortran/78351 (comma not terminating READ of...
2018-11-09 Jerry DeLislere PR fortran/78351 (comma not terminating READ of...
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
next