aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-1/+2
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+1
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert1-1/+0
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-1/+140
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle1-17/+60
2016-08-31[multiple changes]Paul Thomas1-36/+122
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle1-56/+218
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15PR libfortran/pr68867Jerry DeLisle1-0/+7
2015-09-12re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert1-1/+2
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist1-41/+0
2015-03-26re PR fortran/65541 (namelist regression)Jerry DeLisle1-1/+7
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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