aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-10/+0
2011-01-17PR47296 Segfault when running out of file descriptorsJanne Blomqvist1-8/+4
2011-01-16re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek3-19/+9
2011-01-15re PR fortran/47296 (I/O Segfault when running out of file descriptors)Jerry DeLisle1-0/+2
2011-01-05re PR libfortran/47154 (END= does not work in namelist read)Jerry DeLisle1-12/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek2-2/+3
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert5-5/+143
2010-11-09Cache stat values, reduce syscallsJanne Blomqvist1-18/+35
2010-11-09re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle1-1/+2
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist3-25/+29
2010-11-04Remove prot from unix_streamJanne Blomqvist2-34/+6
2010-11-03Remove unused empty_internal_buffer functionJanne Blomqvist2-12/+0
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-1/+13
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist3-179/+245
2010-10-26re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle2-5/+7
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle4-82/+40
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig1-0/+60
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle1-0/+14