aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-16* io/format.c (write_real): Don't include padding in format.Paul Brook1-4/+3
2004-05-16write.c (write_logical): Don't print extra blank.Janne Blomqvist1-4/+26
2004-05-15re PR libfortran/15311 (Incorrect handling of A edit descriptor)Bud Davis1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1129