summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* 2013-01-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2013-01-021-15/+24
* 2012-12-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2012-12-272-0/+26
* 2012-12-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2012-12-261-5/+6
* PR fortran/55539 Fix regression in -fno-sign-zero.jb2012-12-251-3/+6
* 2012-12-21 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-12-211-1/+9
* 2012-10-10 Tobias Burnus <burnus@net-b.de>burnus2012-10-101-0/+12
* 2012-09-29 Thomas König <tkoenig@gcc.gnu.org>tkoenig2012-09-292-4/+11
* * io/list_read.c (list_formatted_read_scalar): Fix copying realschwab2012-07-251-1/+1
* PR 39654 FTELL intrinsic function return type.jb2012-06-211-0/+20
* 2012-06-01 Tobias Burnus <burnus@net-b.de>burnus2012-06-012-9/+14
* 2012-05-31 Tobias Burnus <burnus@net-b.de>burnus2012-05-311-2/+2
* 2012-05-30 Tobias Burnus <burnus@net-b.de>burnus2012-05-302-5/+5
* 2012-05-16 Tobias Burnus <burnus@net-b.de>burnus2012-05-161-2/+2
* PR 52428 Range checking when reading integer values.jb2012-05-143-36/+37
* Fix handling of temporary files.jb2012-05-051-47/+78
* 2012-04-22 Tobias Burnus <burnus@net-b.de>burnus2012-04-222-0/+8
* 2012-04-17 Tobias Burnus <burnus@net-b.de>burnus2012-04-171-1/+1
* 2012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-04-152-2/+22
* Combined get_mem and internal_malloc_size.jb2012-03-269-27/+29
* Use calloc instead of malloc and memset.jb2012-03-253-30/+11
* PR libfortran/52608 Move the removal of initial zeros.jb2012-03-171-6/+7
* Share vtables instead of replicating them for each unit.jb2012-03-162-54/+72
* Remove commented out debug printf:sjb2012-03-151-5/+0
* 2012-03-15 Janne Blomqvist <jb@gcc.gnu.org>jb2012-03-152-117/+316
* PR 51646 Use POSIX mode flags in open() argument.jb2011-12-221-2/+2
* 2011-12-08 Tobias Burnus <burnus@net-b.de>burnus2011-12-081-0/+37
* Let the compiler decide whether to inline.jb2011-11-105-20/+14
* Configure cleanup.jb2011-11-091-4/+1
* PR 50016 Slow I/O on MingW due to _commitjb2011-11-092-5/+4
* Revert previous fix for PR 45723.jb2011-11-071-1/+1
* Copyright years and whitespace fix for r180734jb2011-11-012-3/+4
* Cleanup NEWUNIT allocation.jb2011-11-012-10/+8
* Update file position for inquire lazily.jb2011-10-314-43/+33
* Introduce a size member function to struct stream.jb2011-10-316-24/+37
* Simplify handling of special files.jb2011-10-316-117/+43
* 2011-08-18 Tobias Burnus <burnus@net-b.de>burnus2011-08-181-10/+1
* 2011-07-23 Tobias Burnus <burnus@net-b.de>burnus2011-07-221-1/+0
* PR 49296 List read, EOF without preceding separatorjb2011-07-131-6/+6
* PR 49296 List directed read of string ending in EOF.jb2011-06-181-9/+9
* Return error when trying to seek a non-seekable buffered filejb2011-06-111-1/+6
* Figure out whether a file is seekable with lseek()jb2011-06-111-6/+6
* PR 19155 Check for strtod failure via endptrjb2011-05-291-15/+23
* Error printing thread safety, remove GFORTRAN_USE_STDERRjb2011-05-141-55/+0
* 2011-05-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2011-05-051-12/+18
* 2011-05-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2011-05-011-19/+21
* Fix path handlingjb2011-04-291-16/+26
* PR 48488 Typojb2011-04-291-1/+1
* PR 48488 Fix commentsjb2011-04-291-8/+11
* PR 48488 Fix commentsjb2011-04-291-4/+11
* 2011-04-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2011-04-292-57/+41