re PR fortran/66082 (memory leak with automatic array dummy argument with derived...
[gcc.git] / libgfortran / io / unix.c
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]
2008-05-15 Janne BlomqvistPart 1 of PR 25561.
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-03-27 Jerry DeLisleunix.c (fd_close): Do not close STDIN.
2008-03-05 Hans-Peter Nilssonre PR libfortran/35293 (truncation errors with gfortran...
2008-01-20 Jerry DeLisleinquire.c (inquire_via_unit): If a unit is opened...
2008-01-03 Thomas Koenigre PR fortran/34565 (internal write to string array...
2007-10-19 Francois-Xavier... re PR fortran/33795 (Environment variable GFORTRAN_UNBU...
2007-09-20 Francois-Xavier... re PR libfortran/23272 ([mingw32] inquire via filename...
2007-09-15 Francois-Xavier... re PR libfortran/21185 (Improve testsuite results on...
2007-09-06 David Edelsohnlibgfortran.h: Include config.h first.
2007-08-31 Francois-Xavier... minloc1.m4: Update copyright year and ajust headers...
2007-08-03 Thomas Koenigre PR libfortran/32977 (All gfortran tests fail on...
2007-07-29 Thomas Koenigre PR libfortran/32858 (printf-capabilities for runtime...
2007-07-27 Francois-Xavier... * io/unix.c (stream_ttyname): Mark argument as potentia...
2007-07-15 Jerry DeLislere PR libfortran/32752 (Segfault on WRITE with modified...
2007-07-10 Jerry DeLislere PR libfortran/32702 (crash when printing big charact...
2007-05-26 Janne Blomqvistunix.c (unix_stream): Rearrange struct members, remove...
2007-05-10 Jerry DeLislere PR libfortran/31880 ([4.2 only] silent data corrupti...
2007-05-04 Daniel Frankere PR target/22539 (Internal compiler error with maximu...
2007-03-23 Jerry DeLislere PR libfortran/31052 ([4.2 only] Bad IOSTAT values...
2007-03-18 Jerry DeLislere PR libfortran/31052 ([4.2 only] Bad IOSTAT values...
2007-03-14 Jakub Jelinekunix.c (regular_file): For ACTION_UNSPECIFIED retry...
2007-01-18 Francois-Xavier... re PR libfortran/29649 (Force core dump on runtime...
2007-01-17 Francois-Xavier... re PR libfortran/27107 (Make dependency on io/io.h...
2007-01-06 Jerry DeLislere PR libfortran/30162 (Document when sequential I...
2006-09-23 Danny Smithre PR libfortran/27964 (Wrong line ends on windows...
2006-05-29 Jerry DeLislere PR libfortran/27757 (Problems with direct access io)
next