]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/io.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / io.c
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-23  Steven G. Karglre PR fortran/88328 (ICE in resolve_tag_format, at...
2018-12-11  Steven G. Karglre PR fortran/88249 (ICE in gfc_resolve_filepos, at...
2018-12-11  Steven G. Kargl2018-12-10 Steven G. Kargl <kargl@gcc.gnu.org>
2018-12-10  Steven G. Karglre PR fortran/88269 (ICE in gfc_format_decoder, at...
2018-12-09  Steven G. Karglre PR fortran/88205 (ICE in gfc_wide_strncasecmp, at...
2018-03-28  Jakub Jelinekgfortran.h (gfc_dt): Rename default_exp field to dec_ext.
2018-03-26  Thomas Koenigre PR fortran/66709 (ICE on formatted io with parameter...
2018-02-18  Jerry DeLislere PR fortran/84389 (Defined output: unexpected compile...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-07  Thomas Koeniggfortran.h (async_io_dt): Add external reference.
2017-10-03  Thomas Koenigio.c (match_wait_element): Correctly match END and...
2017-05-18  Fritz Reesere PR fortran/79968 (diagnostics: merge similar diagnos...
2017-05-13  Jerry DeLisleio.c (gfc_resolve_dt): Fix returns to bool type.
2017-05-11  Jerry DeLislere PR fortran/78659 ([F03] Spurious "requires DTIO...
2017-04-23  Jerry DeLislere PR fortran/80484 (Three syntax errors involving...
2017-03-22  Dominique d'Humieresre PR fortran/79602 (translation: globally replace...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-16  Jerry DeLislere PR fortran/78662 ([F03] Incorrect parsing of quotes...
2016-11-17  Steven G. Karglre PR fortran/58001 (Make it possible to silence "Exten...
2016-11-03  Fritz ReeseDefault missing exponents to 0 with -fdec.
2016-10-31  Jerry DeLislere PR fortran/54679 (Erroneous "Expected P edit descrip...
2016-10-26  Fritz ReeseNew I/O specifiers CARRIAGECONTROL, READONLY, SHARE...
2016-09-30  Jerry DeLislere PR fortran/66643 (Missing compilation error for...
2016-09-23  Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-08-31  Paul Thomas[multiple changes]
2016-07-30  Steven G. Karglre PR fortran/70006 (Duplicate errors "label not defined")
2016-06-11  Dominique d'Humieresre PR fortran/60751 (Extra comma in WRITE statement...
2016-06-05  Jerry DeLislere PR fortran/71404 (416.gamess in SPEC CPU 2006 failed...
2016-06-01  Jerry DeLislere PR fortran/52393 (I/O: "READ format" statement with...
2016-02-27  Jerry DeLislere PR fortran/69910 (ICE with NEWUNIT)
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-10  David MalcolmFix misleading indentation in gcc/fortran/io.c
2015-12-09  Tobias Burnusre PR fortran/68815 (Error/warning diagnostic: '%s...
2015-11-13  Steven G. Karglre PR fortran/68319 (ICE on using interface with includ...
2015-10-26  Louis Kruppre PR fortran/66056 (ICEs and endless compilation for...
2015-10-02  Steven G. Karglre PR fortran/66979 (gfortran internal compiler error...
2015-08-19  Trevor Saundersremove more useless typedefs
2015-07-17  Steven G. Karglre PR fortran/66724 (ICE on input/output statements...
2015-07-09  Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-06  Steven G. Karglio.c (check_char_variable): New function.
2015-07-04  Steven G. Kargl[multiple changes]
2015-05-18  Steven G. Karglre PR fortran/66039 (ICE on incomplete parentheses...
2015-05-16  Jerry DeLislere PR fortran/65903 (Line continuation followed by...
2015-02-01  Joseph MyersAlways pass 0 or option number to gfc_warning*.
2015-01-26  Tobias Burnusio.c (gfc_match_inquire): Replace "-1" by a defined...
2015-01-15  Jerry DeLislere PR fortran/61933 (Inquire on internal units)
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-16  Tobias Burnusre PR fortran/54687 (Use gcc option machinery for gfortran)
2014-12-12  Tobias Burnuserror.c (gfc_error): Add variant which takes a va_list.
2014-12-03  Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-06-06  Francois-Xavier... io.c (resolve_tag): Warn on non-default kind for NUMBER...
2014-03-20  Tobias Burnusre PR fortran/60543 (Function with side effect removed...
2014-03-19  Tobias Burnusre PR fortran/60543 (Function with side effect removed...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-08-09  Janus Weilgfortran.h (gfc_get_code): Modified prototype.
2013-07-08  Tobias Burnusre PR fortran/50554 (INQUIRE cannot redefine DO index...
2013-04-10  Janne BlomqvistReplace enum gfc_try with bool type.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-27  Jerry DeLislere PR fortran/48976 (INQUIRE with STREAM= not supported)
2012-10-28  Tobias Burnusre PR fortran/54958 (Wrongly rejects ac-implied-DO...
2012-10-04  Tobias Burnusexpr.c (scalarize_intrinsic_call): Plug memory leak.
2012-07-17  Janus Weilre PR fortran/51081 ([F03] Proc-pointer assignment...
2012-07-08  Steven Bosschergfortran.h: Do not include coretypes.h here.
2012-02-22  Tobias Burnusre PR fortran/52335 (I/O: -std=f95 rejects valid DELIM...
2012-02-17  Tobias Burnusre PR translation/52232 (translatable string typos...
2011-11-08  Francois-Xavier... re PR fortran/50404 (SIGSEGV in gfc_resolve_close)
2011-10-20  Steven G. Kargl2011-10-16 Steven G. Kargl<kargl@gcc.gnu.org>
2011-06-20  Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-13  Tobias Burnusre PR fortran/48972 (OPEN with Unicode file name)
2011-04-18  Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-02-09  Jerry DeLisleio.c (match_io_element): Do not set dt if not inquire.
2011-01-08  Paul Thomasre PR fortran/46896 (Wrong code with transpose(a) passe...
2010-12-11  Jerry DeLislere PR fortran/46705 (Spurious "Missing '&' in continued...
2010-09-25  Daniel Kraftre PR fortran/45776 (Full implementation of variable...
2010-07-05  Steven G. Karglio.c (resolve_tag): Check EXIST tag is a default logical.
2010-06-25  Tobias Burnusdecl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
2010-04-24  Jerry DeLislere PR fortran/43832 (OPEN statement not diagnosing...
2010-04-13  Jerry DeLisle[multiple changes]
2010-04-09  Bud Davisre PR fortran/28039 (Warn when ignoring extra character...
2009-11-28  Jakub Jelinektrans-common.c (create_common): Remove unused offset...
2009-10-11  Jerry DeLislere PR fortran/38439 (I/O PD edit descriptor inconsistency)
2009-09-29  Jerry DeLislere PR libfortran/35862 ([F2003] Implement new rounding...
2009-08-26  Bud Davisre PR fortran/28039 (Warn when ignoring extra character...
2009-08-25  Jerry DeLislere PR fortran/41162 (416.gamess in SPEC CPU 2006 failed...
2009-08-25  Jerry DeLislere PR fortran/41154 (Comma required after P descriptor)
2009-08-24  Jerry DeLislere PR fortran/35754 (-std=f95: Reject "1P2E12.4" w...
2009-08-24  Jerry DeLislere PR fortran/37446 (Diagnostic of edit descriptors...
2009-08-23  Bud Davis[multiple changes]
2009-08-17  Jerry DeLislere PR fortran/41075 ([F2008] Implement unlimited format...
2009-07-23  Jakub Jelinekre PR fortran/40839 (gfortran segmentation fault when...
2009-06-07  Jerry DeLislere PR fortran/40008 (F2008: Add NEWUNIT= for OPEN state...
2009-05-14  Jakub Jelinekre PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)
2009-05-13  Steven G. Karglgfortran.h (gfc_code): Rename struct member expr to...
2008-12-21  Jerry DeLislere PR fortran/38398 (g0.w edit descriptor: Update for...
2008-12-07  Jerry DeLislere PR fortran/38425 (I/O: POS= compile-time diagnostics)
2008-12-06  Jerry DeLislere PR fortran/38291 (Rejects I/O with POS= if FMT=*)
2008-11-22  Jakub Jelinekre PR libfortran/37839 (st_parameter_dt has unwanted...
2008-11-15  Jerry DeLislere PR fortran/37988 (Edit descriptor checking (compile...
next