aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-2/+2
2014-04-26re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle1-1/+4
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-54/+67
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-1/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-3/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-3/+4
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-9/+1
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 DeLisle1-14/+22
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-8/+8
2011-04-12Cleanup memsize typesJanne Blomqvist1-1/+1
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-0/+1
2010-10-26re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle1-1/+1
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle1-11/+11
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle1-0/+14
2010-08-23re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus1-3/+3
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle1-34/+57
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-0/+23
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-21/+177
2010-05-07Remove free_memJanne Blomqvist1-4/+4
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek1-3/+1
2009-11-02Split up io/io.hJanne Blomqvist1-0/+2
2009-10-29re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Jerry DeLisle1-16/+247
2009-09-12re PR fortran/41219 (libgfortran build warnings)Jerry DeLisle1-1/+1
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-4/+4
2009-04-15write.c (itoa): Rename back to gfc_itoa.Danny Smith1-4/+9
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist1-17/+56
2009-04-05[multiple changes]Jerry DeLisle1-4/+3
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