aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Fix handling of temporary files.Janne Blomqvist1-47/+78
2012-04-22re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus2-0/+8
2012-04-17re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus1-1/+1
2012-04-15re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig2-2/+22
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist9-27/+29
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist3-30/+11
2012-03-17PR libfortran/52608 Move the removal of initial zeros.Janne Blomqvist1-6/+7
2012-03-16Share vtables instead of replicating them for each unit.Janne Blomqvist2-54/+72
2012-03-15Remove commented out debug printf:sJanne Blomqvist1-5/+0
2012-03-15re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist2-117/+316
2011-12-22PR 51646 Use POSIX mode flags in open() argument.Janne Blomqvist1-2/+2
2011-12-08re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus1-0/+37
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist5-20/+14
2011-11-09Configure cleanup.Janne Blomqvist1-4/+1
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist2-5/+4
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist1-1/+1
2011-11-01Copyright years and whitespace fix for r180734Janne Blomqvist2-3/+4
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist2-10/+8
2011-10-31Update file position for inquire lazily.Janne Blomqvist4-43/+33
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist6-24/+37
2011-10-31Simplify handling of special files.Janne Blomqvist6-117/+43
2011-08-18re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus1-10/+1
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus1-1/+0
2011-07-13PR 49296 List read, EOF without preceding separatorJanne Blomqvist1-6/+6
2011-06-18PR 49296 List directed read of string ending in EOF.Janne Blomqvist1-9/+9
2011-06-11Return error when trying to seek a non-seekable buffered fileJanne Blomqvist1-1/+6
2011-06-11Figure out whether a file is seekable with lseek()Janne Blomqvist1-6/+6
2011-05-29PR 19155 Check for strtod failure via endptrJanne Blomqvist1-15/+23
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist1-55/+0
2011-05-05re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle1-12/+18
2011-05-01re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle1-19/+21
2011-04-29Fix path handlingJanne Blomqvist1-16/+26
2011-04-29PR 48488 TypoJanne Blomqvist1-1/+1
2011-04-29PR 48488 Fix commentsJanne Blomqvist1-8/+11
2011-04-29PR 48488 Fix commentsJanne Blomqvist1-4/+11
2011-04-29re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle2-57/+41
2011-04-20remove useless if-before-free testsJim Meyering5-14/+7
2011-04-20re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle1-2/+4
2011-04-18re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle1-5/+24
2011-04-16Replace sprintf with snprintfJanne Blomqvist7-94/+92
2011-04-15re PR libfortran/48589 (Invalid G0/G0.d editing for NaN/infinity)Jerry DeLisle1-2/+2
2011-04-12Cleanup memsize typesJanne Blomqvist3-16/+15
2011-04-03unix.c: Adapt stat DEFINEs since MinGW64 supports LFS.Tobias Burnus1-13/+14
2011-03-24re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle1-36/+17
2011-03-19re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin3-4/+93
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert1-5/+33
2011-03-12re PR libfortran/48047 (Incorrect output rounding of double precision numbers)Jerry DeLisle1-1/+1
2011-03-01re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-14/+18
2011-02-27re PR fortran/47778 (reading two arrays of structures from namelist fails)Jerry DeLisle1-0/+10
2011-02-26re PR libfortran/45165 (unix.c:fallback_access() leaks file descriptors)Francois-Xavier Coudert1-2/+6