aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-24re PR fortran/47878 (187.facerec miscompares)Jakub Jelinek1-6/+7
2011-02-24re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-19/+0
2011-02-23PR 47694 Read from named pipe failsJanne Blomqvist2-20/+22
2011-02-19re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-1/+1
2011-02-17re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-11/+26
2011-02-14re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek2-5/+7
2011-02-05re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-7/+7
2011-01-29re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle1-14/+32
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist4-30/+54
2011-01-27re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle1-15/+22