aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-27* io/write.c: Update copyright years.Tobias Schlüter1-1/+1
2005-02-27re PR libfortran/20101 (zero prints incorrectly with 1pe12.4)Francois-Xavier Coudert1-1/+2
2005-02-27write.c (output_float): Fix typo in condition.Tobias Schlüter1-1/+1
2005-02-21* io/write.c(output_float): Typo in error message.Steven G. Kargl1-1/+1
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-0/+9
2004-12-19libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise1-2/+2
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-12/+2
2004-11-23re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher1-1/+1
2004-11-21* io/write.c (write_float, list_formatted_write): Fix indentation.Roger Sayle1-57/+56
2004-11-20re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou1-0/+4
2004-10-04re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)Paul Brook1-2/+15
2004-10-03abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise1-2/+2
2004-09-06[multiple changes]Paul Brook1-5/+2
2004-09-02format.c (parse_format_list): Set repeat count for P descriptors.Paul Brook1-3/+12
2004-08-28re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook1-191/+315
2004-08-23io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter1-53/+52
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman1-3/+6
2004-08-01write.c (write_float): Use the slightly more portable isnan in preference to ...Roger Sayle1-1/+1
2004-07-08re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5)Andreas Krebbel1-3/+3
2004-06-28re PR libfortran/12839 (incorrect IO of Inf)Bud Davis1-4/+4
2004-06-12re PR libfortran/12839 (incorrect IO of Inf)Bud Davis1-7/+17