aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
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
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