aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-18write.c (write_real): Increase default precision forTobias Burnus1-2/+2
2007-10-02re PR libfortran/33469 (Default formats for real input are not precise enough)Francois-Xavier Coudert1-6/+6
2007-09-06re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-8/+12
2007-09-05re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle1-755/+2
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-4/+1
2007-08-31re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle1-2/+754
2007-08-28write.c (stdbool.h): Add include.Jerry DeLisle1-754/+2
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-2/+2
2007-07-15re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle1-4/+18
2007-07-01re PR fortran/32554 ([4.2 Only] Bug in P formatting)Jerry DeLisle1-16/+3
2007-06-24re PR fortran/32446 (F0.n output format fails with large numbers)Jerry DeLisle1-7/+12
2007-05-27string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist1-13/+32
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-1/+0
2007-02-23re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle1-1/+1
2006-10-18re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle1-7/+68
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-1/+1
2006-08-28re PR libfortran/28354 ([4.1 Only] 0.99999 printed as 0. instead of 1. by for...Jerry DeLisle1-0/+9
2006-04-10re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Jakub Jelinek1-14/+24
2006-04-04write.c (output_float): Update condition to not error when decimal precision ...Jerry DeLisle1-1/+1
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert1-1/+2
2006-02-05re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Francois-Xavier Coudert1-2/+2
2005-11-27* io/write.c (namelist_write): Correct type in previous commit.Francois-Xavier Coudert1-1/+1
2005-11-27re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert1-0/+12
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-161/+156
2005-11-06gfortran ChangeLogJanne Blomqvist1-23/+32
2005-10-07transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle1-2/+8
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek1-30/+31
2005-09-27re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey1-3/+0
2005-09-26[multiple changes]Janne Blomqvist1-2/+25
2005-09-07re PR libfortran/23419 (unformatted complex I/O with kind=10)Steve Ellcey1-14/+70
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-07-30re PR libfortran/22436 (print *,tiny(1._10) yields asterisks)Francois-Xavier Coudert1-5/+20
2005-07-24write.c (write_float): Revise output of IEEE exceptional values to comply wit...Jerry DeLisle1-4/+34
2005-07-17write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'.Jerry DeLisle1-3/+3
2005-07-14[multiple changes]Paul Thomas1-3/+4
2005-07-11re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error)David Edelsohn1-3/+3
2005-07-09[multiple changes]Thomas Koenig1-1/+35
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-42/+71
2005-05-22re PR libfortran/21376 (libfortran "E" output format causes FPE)Peter Wainwright1-2/+5
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger1-8/+8
2005-05-15system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger1-1/+1
2005-05-15Remove extra whitespace.Andreas Jaeger1-16/+15
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger1-1/+1
2005-04-23Fix bug that causes testsuite failure in namelist_13.f90 on some systems.Paul Thomas1-1/+2
2005-04-17re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas1-36/+327
2005-04-05re PR libfortran/20755 (gfortran - prints the same number with 1p4G12.3 two d...Francois-Xavier Coudert1-1/+3
2005-03-23* libgfortran/io/write.c (output_float): fix typo in last commit.François-Xavier Coudert1-1/+1
2005-03-23re PR libfortran/18025 (libgfortran: format, incompatible "minimum width" edi...Francois-Xavier Coudert1-1/+1
2005-03-16write.c (output_float): special check when writing 0.0 with EN and ES formats.Francois-Xavier Coudert1-2/+4
2005-03-11[multiple changes]Francois-Xavier Coudert1-1/+17