aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)Author
2012-06-012012-06-01 Tobias Burnus <burnus@net-b.de>burnus
2012-05-312012-05-31 Tobias Burnus <burnus@net-b.de>burnus
2012-05-302012-05-30 Tobias Burnus <burnus@net-b.de>burnus
2012-05-162012-05-16 Tobias Burnus <burnus@net-b.de>burnus
2012-05-14PR 52428 Range checking when reading integer values.jb
2012-05-05Fix handling of temporary files.jb
2012-04-222012-04-22 Tobias Burnus <burnus@net-b.de>burnus
2012-04-172012-04-17 Tobias Burnus <burnus@net-b.de>burnus
2012-04-152012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig
2012-03-26Combined get_mem and internal_malloc_size.jb
2012-03-25Use calloc instead of malloc and memset.jb
2012-03-17PR libfortran/52608 Move the removal of initial zeros.jb
2012-03-16Share vtables instead of replicating them for each unit.jb
2012-03-15Remove commented out debug printf:sjb
2012-03-152012-03-15 Janne Blomqvist <jb@gcc.gnu.org>jb
2011-12-22PR 51646 Use POSIX mode flags in open() argument.jb
2011-12-082011-12-08 Tobias Burnus <burnus@net-b.de>burnus
2011-11-10Let the compiler decide whether to inline.jb
2011-11-09Configure cleanup.jb
2011-11-09PR 50016 Slow I/O on MingW due to _commitjb
2011-11-07Revert previous fix for PR 45723.jb
2011-11-01Copyright years and whitespace fix for r180734jb
2011-11-01Cleanup NEWUNIT allocation.jb
2011-10-31Update file position for inquire lazily.jb
2011-10-31Introduce a size member function to struct stream.jb
2011-10-31Simplify handling of special files.jb
2011-08-182011-08-18 Tobias Burnus <burnus@net-b.de>burnus
2011-07-222011-07-23 Tobias Burnus <burnus@net-b.de>burnus
2011-07-13PR 49296 List read, EOF without preceding separatorjb
2011-06-18PR 49296 List directed read of string ending in EOF.jb
2011-06-11Return error when trying to seek a non-seekable buffered filejb
2011-06-11Figure out whether a file is seekable with lseek()jb
2011-05-29PR 19155 Check for strtod failure via endptrjb
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRjb
2011-05-052011-05-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-05-012011-05-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-04-29Fix path handlingjb
2011-04-29PR 48488 Typojb
2011-04-29PR 48488 Fix commentsjb
2011-04-29PR 48488 Fix commentsjb
2011-04-292011-04-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-04-20remove useless if-before-free testsmeyering
2011-04-202011-04-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-04-182011-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-04-16Replace sprintf with snprintfjb
2011-04-152011-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-04-12Cleanup memsize typesjb
2011-04-032011-04-04 Tobias Burnus <burnus@net-b.de>burnus
2011-03-242011-03-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2011-03-19 PR fortran/35667danglin