re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-trap...
[gcc.git] / libgfortran / io / list_read.c
2015-04-21 Jerry DeLislere PR fortran/56743 (Namelist bug with comment and...
2015-02-07 Jerry DeLislere PR fortran/60956 (error reading (and writing) large...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-06-29 Jerry DeLislere PR libfortran/61640 (KIND=4 Character Array Internal...
2014-06-27 Jerry DeLislere PR libfortran/61499 (Internal read of negative integ...
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-05-26 Janne BlomqvistIntroduce xrealloc, use it.
2014-05-26 Jerry DeLisle[multiple changes]
2014-05-24 Jerry DeLislere PR libfortran/61173 (Erroneous "end of file" with...
2014-05-18 Jerry DeLislere PR libfortran/52539 (I/O: Wrong result for UTF-8...
2014-05-07 Jerry DeLislere PR libfortran/61049 (NIST test FM906 fails)
2014-04-26 Jerry DeLislere PR libfortran/52539 (I/O: Wrong result for UTF-8...
2014-03-18 Jerry DeLislere PR libfortran/46800 (Handle CTRL-D correctly with...
2014-03-15 Jerry DeLislere PR fortran/58324 (Bogus END-of-line error with list...
2014-03-13 Jerry DeLislere PR libfortran/38199 (missed optimization: I/O perfor...
2014-03-09 Jerry DeLislere PR libfortran/38199 (missed optimization: I/O perfor...
2014-03-04 Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-01-11 Jerry DeLislere PR fortran/59700 (Misleading/buggy runtime error...
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-10-01 Tobias Burnusre PR fortran/55469 (memory leak on read with istat...
2013-06-20 Tobias Burnusre PR fortran/57633 (I/O: Problem with formatted read...
2013-04-15 Tobias Burnuslist_read.c (finish_separator): Initialize variable.
2013-04-04 Tobias Burnusre PR libfortran/56810 (record-repeat fails kind check...
2013-04-01 Jerry DeLislere PR fortran/56660 (Fails to read NAMELIST with certai...
2013-03-31 Jerry DeLislere PR libfortran/56786 (Namelist read fails with design...
2013-03-29 Tobias Burnusre PR fortran/56735 (Namelist Read Error with question...
2013-03-25 Tilo Schwarzre PR fortran/52512 (Cannot match namelist object name)
2013-03-24 Tobias Burnusre PR libfortran/56696 (Formatted (list-directed) ...
2013-03-20 Tilo Schwarzre PR fortran/51825 (Fortran runtime error: Cannot...
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2013-01-02 Jerry DeLislere PR fortran/55818 (Reading a REAL from a file which...
2012-09-29 Thomas Koenigre PR fortran/52724 (Internal read with character(kind...
2012-07-25 Andreas Schwablist_read.c (list_formatted_read_scalar): Fix copying...
2012-05-30 Tobias Burnusdecl.c: Fix comment typos.
2012-05-14 Janne BlomqvistPR 52428 Range checking when reading integer values.
2012-04-22 Tobias Burnusre PR libfortran/53051 (I/O: Support reading floating...
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-25 Janne BlomqvistUse calloc instead of malloc and memset.
2011-08-18 Tobias Burnusre PR fortran/50109 (Formatted namelist read with multi...
2011-07-22 Tobias Burnusre PR libfortran/49791 (Formatted namelist reads fails...
2011-07-13 Janne BlomqvistPR 49296 List read, EOF without preceding separator
2011-06-18 Janne BlomqvistPR 49296 List directed read of string ending in EOF.
2011-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-04-12 Janne BlomqvistCleanup memsize types
2011-03-19 John David Anglinre PR libfortran/35667 (HP-UX 10 has broken strtod)
2011-02-27 Jerry DeLislere PR fortran/47778 (reading two arrays of structures...
2011-02-17 Jerry DeLislere PR libfortran/47567 (Wrong output for small absolute...
2011-01-05 Jerry DeLislere PR libfortran/47154 (END= does not work in namelist...
2010-11-03 Jerry DeLislere PR fortran/43899 (Wrong unused-variable warning...
2010-11-02 Janne BlomqvistPR 45629 Remove usage of setjmp/longjmp
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-14 Jerry DeLislere PR fortran/45532 (gfortran namelist read error)
2010-08-19 Jerry DeLislere PR fortran/45108 (Namelist read: Not aborted when...
2010-07-02 Tobias Burnusre PR libfortran/43298 (fortran library does not read...
2010-06-28 Tobias Burnusre PR libfortran/43298 (fortran library does not read...
2010-06-25 Tobias Burnusdecl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
2010-05-07 Janne BlomqvistRemove free_mem
2010-04-01 Paul Thomastransfer.c: Update copyright.
2010-03-11 Tobias Burnusre PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensi...
2010-02-23 Jerry DeLislelist_read.c (list_formatted_read_scalar): Remove duplic...
2010-02-04 Jerry DeLislere PR fortran/42901 (reading array of structures from...
2009-11-02 Janne BlomqvistSplit up io/io.h
2009-09-08 Jerry DeLislere PR fortran/41192 (NAMELIST input with just a comment...
2009-08-02 Jerry DeLislere PR fortran/40853 (I/O: Namelist read error)
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-06-07 Jerry DeLislere PR libfortran/40334 (changed BACKSPACE behaviour...
2009-04-10 Janne BlomqvistPR libfortran/39665 libfortran/39702 libfortran/39709
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]
2009-03-24 Jerry DeLislere PR fortran/39528 (repeated entries are not read...
2009-03-22 Janne BlomqvistRevert part of patch accidentally committed to trunk...
2009-03-22 Janne BlomqvistPR libfortran/25561 libfortran/37754
2008-10-23 Jerry DeLislere PR libfortran/37707 (Namelist read of array of deriv...
2008-10-14 Jerry DeLislere PR fortran/37083 (Formatted read of line without...
2008-10-09 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-07-23 Jerry DeLislere PR fortran/36582 (Namelist I/O error: Bogus "Cannot...
2008-07-02 Jerry DeLislere PR fortran/36676 (Namelist Comments Problems)
2008-06-28 Jerry DeLislere PR libfortran/36657 (Namelist reading bug with strin...
2008-06-17 Jerry DeLislere PR libfortran/36546 (Namelist error with tab followi...
2008-06-14 Jerry DeLislere PR libfortran/36538 (namelist failure with tabs...
2008-06-13 Jerry DeLislere PR libfortran/35863 ([F2003] Implement ENCODING...
2008-05-17 Thomas Koeniglist_read.c (list_formatted_read_scalar): Declare type...
2008-05-15 Janne BlomqvistPart 1 of PR 25561.
2008-05-11 Jerry DeLislere PR libfortran/36202 ([mingw] Namelist read fails...
2008-04-09 Jakub Jelineklist_read.c (snprintf): Define if HAVE_SNPRINTF isn...
2008-04-07 Jerry DeLislePR fortran/25829 28655
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-03-20 Jerry DeLislere PR fortran/35627 (namelist read error)
2008-03-18 Jerry DeLislere PR fortran/35617 (read namelist error)
2008-01-05 Jerry DeLislere PR fortran/34676 (IO error delayed)
2008-01-03 Thomas Koenigre PR fortran/34565 (internal write to string array...
2007-12-20 Tobias Burnusre PR libfortran/34530 (namelist read broken when white...
2007-12-17 Jerry DeLislere PR libfortran/34427 (Revision 130708 breaks namelist...
2007-12-13 Tobias Burnusre PR libfortran/34427 (Revision 130708 breaks namelist...
next