aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle1-5/+4
2008-12-14re PR fortran/38504 (double minus sign when printing integer?)Jerry DeLisle1-1/+8
2008-11-15re PR libfortran/37294 (Namelist I/O to array character internal units)Jerry DeLisle1-1/+30
2008-10-23re PR libfortran/37707 (Namelist read of array of derived type incorrect)Jerry DeLisle1-13/+1
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-48/+22
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-18/+43
2008-09-02re PR fortran/37228 (F2008: Support g0.<d> edit descriptor)Jerry DeLisle1-22/+43
2008-08-31re PR fortran/36895 (Namelist writting to internal files: Control characters...Jerry DeLisle1-16/+24
2008-08-19re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Tobias Burnus1-0/+1
2008-08-16re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-69/+184
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-37/+185
2008-06-07re PR fortran/36420 (Fortran 2008: g0 edit descriptor)Jerry DeLisle1-7/+11
2008-04-07PR fortran/25829 28655Jerry DeLisle1-9/+9
2008-04-05PR fortran/25829 28655Jerry DeLisle1-10/+19
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