PR 78534, 83704 Handle large formatted I/O
[gcc.git] / libgfortran / io / write.c
2018-01-07 Janne BlomqvistPR 78534, 83704 Handle large formatted I/O
2018-01-06 Janne BlomqvistRemove unused variable
2018-01-06 Dominique d'HumieresPR 83704 Use size_t in write_character
2018-01-05 Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-29 Jerry DeLislere PR fortran/83560 (list-directed formatting of INTEGE...
2017-12-03 Jerry DeLislere PR fortran/83191 (Writing a namelist with repeated...
2017-11-29 Jerry DeLislere PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2...
2017-11-22 Janne BlomqvistPR 83097 Use __BYTE_ORDER__ predefined macro instead...
2017-08-28 Jerry DeLislere PR fortran/78387 (OpenMP segfault/stack size exceede...
2017-04-11 Jerry DeLisleclose.c: Fix white space in pointer declarations and...
2017-03-28 Janus Weilre PR fortran/78661 ([OOP] Namelist output missing...
2017-03-11 Jerry DeLislere PR fortran/78854 ([F03] DTIO namelist output not...
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-10-26 Fritz ReeseNew I/O specifiers CARRIAGECONTROL, READONLY, SHARE...
2016-08-31 Jerry DeLislere PR libfortran/77393 (Revision r237735 changed the...
2016-08-31 Paul Thomas[multiple changes]
2016-06-23 Jerry DeLislere PR libfortran/48852 (Invalid spaces in list-directed...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Jerry DeLislePR libfortran/pr68867
2015-09-12 Francois-Xavier... re PR libfortran/67527 (io.h sanitizer complains on...
2015-09-02 Janne BlomqvistPR 67414 Better diagnostics on backtrace failure, gf_st...
2015-03-26 Jerry DeLislere PR fortran/65541 (namelist regression)
2015-02-07 Jerry DeLislere PR fortran/60956 (error reading (and writing) large...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-04-26 Jerry DeLislere PR libfortran/52539 (I/O: Wrong result for UTF-8...
2014-03-04 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2011-11-10 Janne BlomqvistLet the compiler decide whether to inline.
2011-04-29 Janne BlomqvistPR 48488 Typo
2011-04-29 Janne BlomqvistPR 48488 Fix comments
2011-04-29 Janne BlomqvistPR 48488 Fix comments
2011-04-29 Jerry DeLislere PR libfortran/48488 (Wrong default format for real...
2011-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-04-12 Janne BlomqvistCleanup memsize types
2010-11-16 Francois-Xavier... re PR fortran/32049 (Support on x86_64 also kind=16)
2010-10-26 Jerry DeLislere PR fortran/46010 (I/O: Namelist-reading bug)
2010-10-19 Jerry DeLisleio.h: Remove definition of the BT enumerator.
2010-09-23 Jerry DeLislere PR fortran/45710 (Adjust format and padding for...
2010-08-23 Tobias Burnusre PR libfortran/45323 (warnings compiling libgfortran...
2010-07-19 Jerry DeLislere PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1...
2010-07-16 Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-07-13 Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-05-07 Janne BlomqvistRemove free_mem
2009-11-28 Jakub Jelinekpack_generic.c (pack_internal): Remove unused zero_size...
2009-11-02 Janne BlomqvistSplit up io/io.h
2009-10-29 Jerry DeLislere PR libfortran/41711 ([F08] BOZ edit-descr does not...
2009-09-12 Jerry DeLislere PR fortran/41219 (libgfortran build warnings)
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-04-15 Danny Smithwrite.c (itoa): Rename back to gfc_itoa.
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-04-08 Janne Blomqviststring.c (compare0): Use gfc_charlen_type.
2009-04-05 Jerry DeLisle[multiple changes]
2008-12-21 Jerry DeLislere PR fortran/38398 (g0.w edit descriptor: Update for...
2008-12-14 Jerry DeLislere PR fortran/38504 (double minus sign when printing...
2008-11-15 Jerry DeLislere PR libfortran/37294 (Namelist I/O to array character...
2008-10-23 Jerry DeLislere PR libfortran/37707 (Namelist read of array of deriv...
2008-09-26 Jerry DeLislere PR fortran/37498 (Incorrect array value returned...
2008-09-23 Jerry DeLislere PR fortran/37498 (Incorrect array value returned...
2008-09-02 Jerry DeLislere PR fortran/37228 (F2008: Support g0.<d> edit descriptor)
2008-08-31 Jerry DeLislere PR fortran/36895 (Namelist writting to internal...
2008-08-19 Tobias Burnusre PR libfortran/35863 ([F2003] Implement ENCODING...
2008-08-16 Jerry DeLislere PR libfortran/35863 ([F2003] Implement ENCODING...
2008-06-13 Jerry DeLislere PR libfortran/35863 ([F2003] Implement ENCODING...
2008-06-07 Jerry DeLislere PR fortran/36420 (Fortran 2008: g0 edit descriptor)
2008-04-07 Jerry DeLislePR fortran/25829 28655
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-01-18 Tobias Burnuswrite.c (write_real): Increase default precision for
2007-10-02 Francois-Xavier... re PR libfortran/33469 (Default formats for real input...
2007-09-06 Jerry DeLislere PR libfortran/33253 (namelist: reading back a string...
2007-09-05 Jerry DeLislere PR libfortran/33225 (Missing last digit in some...
2007-08-31 Francois-Xavier... minloc1.m4: Update copyright year and ajust headers...
2007-08-31 Jerry DeLislere PR libfortran/33225 (Missing last digit in some...
2007-08-28 Jerry DeLislewrite.c (stdbool.h): Add include.
2007-07-29 Thomas Koenigre PR libfortran/32858 (printf-capabilities for runtime...
2007-07-15 Jerry DeLislere PR libfortran/32611 (Print sign of negative zero)
2007-07-01 Jerry DeLislere PR fortran/32554 ([4.2 Only] Bug in P formatting)
2007-06-24 Jerry DeLislere PR fortran/32446 (F0.n output format fails with...
2007-05-26 Janne Blomqviststring.c (compare0): Use gfc_charlen_type instead of...
2007-04-06 Francois-Xavier... cpu_time.c: Don't include headers already included...
2007-02-23 Jerry DeLislere PR fortran/30910 ([Regression 4.2, 4.3] Gfortran...
2006-10-18 Jerry DeLislere PR fortran/29277 (Formated stream output: Translate...
2006-10-18 Tobias Burnusin_pack.m4: Fixed a typo.
2006-08-28 Jerry DeLislere PR libfortran/28354 ([4.1 Only] 0.99999 printed...
2006-04-10 Jakub Jelinekre PR libfortran/24685 (real(16) formatted input is...
2006-04-04 Jerry DeLislewrite.c (output_float): Update condition to not error...
2006-02-08 François-Xavier... re PR libfortran/25425 ([4.1 only] F95 and F2003 differ...
2006-02-05 Francois-Xavier... re PR libfortran/24685 (real(16) formatted input is...
2005-11-27 Francois-Xavier... * io/write.c (namelist_write): Correct type in previous...
2005-11-27 Francois-Xavier... re PR libfortran/24919 ([4.0] CRLF support in libgfortran)
next