]> git.ipfire.org Git - thirdparty/gcc.git/history - libgfortran/io/unix.c
Update copyright years.
[thirdparty/gcc.git] / libgfortran / io / unix.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-21  Thomas Koenigre PR libfortran/91030 (Poor performance of I/O -fconve...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-06  Janne BlomqvistUse gfc_charlen_type instead of int for string lenghts
2018-09-14  Kyrylo Tkachov[libgfortran] Fix uninitialized variable use in fallbac...
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-01-07  Janne BlomqvistPR 78534, 83704 Handle large formatted I/O
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-02  Janne BlomqvistPR libgfortran/83649 Chunk large reads and writes
2017-12-14  Jerry DeLislere PR libfortran/78549 (Very slow formatted internal...
2017-07-24  Thomas Koenigunix.c (buf_write): Return early if there is nothing...
2017-04-11  Jerry DeLisleclose.c: Fix white space in pointer declarations and...
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-10-26  Fritz ReeseNew I/O specifiers CARRIAGECONTROL, READONLY, SHARE...
2016-10-09  Janne BlomqvistPR 67585 Handle EINTR
2016-08-31  Paul Thomas[multiple changes]
2016-01-04  Jakub JelinekUpdate copyright years.
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-08-29  Jerry DeLislere PR fortran/67367 (Program crashes on READ(IOSTAT...
2015-08-29  Francois-Xavier... * io/unix.c (min): Remove unused macro.
2015-08-09  Francois-Xavier... re PR libfortran/66936 (io/unix.c gratuitously uses...
2015-07-14  Janne BlomqvistPR 66861 Fix null pointer crash on mingw.
2015-03-11  Janne BlomqvistPR 65200 Handle EPERM in addition to EACCES.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-09-16  Janne BlomqvistPR libfortran/62768 Handle filenames with embedded...
2014-06-29  Jerry DeLislere PR libfortran/61640 (KIND=4 Character Array Internal...
2014-06-08  Janne BlomqvistPR 56981 Flush buffer at record boundary if possible.
2014-05-22  Janne BlomqvistPR 60324 Handle long path names, don't use PATH_MAX.
2014-05-16  Janne BlomqvistPR 61187 Fix use of uninitialized memory.
2014-03-18  Ulrich Weigandconfigure.ac: Check for presence of fcntl.
2014-01-02  Richard SandifordUpdate copyright years in libgfortran/
2013-12-17  Andreas Toblerunix.c (tempfile_open): Only use the needed flag O_CLOEXEC.
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-05-04  David Edelsohnenviron.c: Include unistd.h.
2013-04-29  Janne BlomqvistPR 56981 Improve unbuffered performance on special...
2013-02-21  Janne BlomqvistFix regression when writing formatted sequential to...
2013-01-14  Richard SandifordUpdate copyright years in libgfortran.
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-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-16  Tobias Burnusunix.c (tempfile_open): Pass mode to "open" for O_CREAT.
2012-05-05  Janne BlomqvistFix handling of temporary files.
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-16  Janne BlomqvistShare vtables instead of replicating them for each...
2011-12-22  Janne BlomqvistPR 51646 Use POSIX mode flags in open() argument.
2011-11-09  Janne BlomqvistPR 50016 Slow I/O on MingW due to _commit
2011-10-31  Janne BlomqvistIntroduce a size member function to struct stream.
2011-10-31  Janne BlomqvistSimplify handling of special files.
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-14  Janne BlomqvistError printing thread safety, remove GFORTRAN_USE_STDERR
2011-04-29  Janne BlomqvistFix path handling
2011-04-20  Jim Meyeringremove useless if-before-free tests
2011-04-16  Janne BlomqvistReplace sprintf with snprintf
2011-04-03  Tobias Burnusunix.c: Adapt stat DEFINEs since MinGW64 supports LFS.
2011-03-19  Francois-Xavier... re PR libfortran/47439 (Fun with scratch files on Windo...
2011-02-26  Francois-Xavier... re PR libfortran/45165 (unix.c:fallback_access() leaks...
2011-01-27  Janne BlomqvistPR 47432 Use ttyname_r() if available
2011-01-21  Janne BlomqvistPR 46267 strerror thread safety
2011-01-17  Janne BlomqvistPR47296 Segfault when running out of file descriptors
2011-01-15  Jerry DeLislere PR fortran/47296 (I/O Segfault when running out...
2010-11-09  Janne BlomqvistCache stat values, reduce syscalls
2010-11-04  Janne BlomqvistPR 44931 Move struct unix_stream to unix.c
2010-11-03  Janne BlomqvistRemove prot from unix_stream
2010-11-03  Janne BlomqvistRemove unused empty_internal_buffer function
2010-08-01  Janne BlomqvistUse access(2) instead of stat(2) to test file existence.
2010-07-29  Jerry DeLislere PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME=...
2010-07-19  Jerry DeLislere PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1...
2010-07-13  Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-07-11  Kai Tietzre PR fortran/44698 (I/O: FLUSH does not actually flush...
2010-05-07  Janne BlomqvistRemove free_mem
2010-04-30  Kai Tietzunix.c (raw_truncate): Explicit cast from integer-scal...
2010-04-24  Kai Tietzunix.c (tempfile): Correct logic for mktemp case.
2010-04-01  Paul Thomastransfer.c: Update copyright.
2010-03-29  Tobias Burnusre PR libfortran/43551 (Buffered direct I/O reads wrong...
2010-03-20  Jerry DeLislere PR fortran/43409 (I/O: INQUIRE for SIZE does not...
2010-01-03  Janne BlomqvistPR libfortran/42420 Large file capable stat for MingW
2009-12-04  Janne BlomqvistPR libfortran/40812 Large file support for MinGW
2009-11-30  Kai Tietzunix.c (find_file): Add variable id conditionally for...
2009-11-28  Jakub Jelinekpack_generic.c (pack_internal): Remove unused zero_size...
2009-11-02  Janne BlomqvistSplit up io/io.h
2009-08-14  Jerry DeLislere PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN...
2009-07-23  Jerry DeLislere PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN...
2009-04-17  Janne Blomqvistio.h (is_preconnected): Remove prototype.
2009-04-10  Janne Blomqvistio.h (move_pos_offset): Remove prototype.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-04-08  Janne Blomqvistopen.c (already_open): Test for POSIX close return...
2009-04-06  H.J. Lure PR libfortran/39664 (Revision 145571 breaks stdio)
2009-04-06  David Edelsohnio.h (struct stream): Rename truncate to trunc.
2009-04-05  Jerry DeLisle[multiple changes]
next