aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/error.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12libgfortran: Fix compilation of gf_vsnprintfIan McInerney1-4/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert1-31/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki1-1/+1
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-1/+45
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist1-7/+36
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist1-51/+137
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+59
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-56/+19
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+56
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist1-15/+34
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist1-3/+11
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert1-1/+1
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-2/+21
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-4/+4
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil1-1/+2
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus1-0/+4
2011-11-09Configure cleanup.Janne Blomqvist1-7/+0
2011-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-13/+7
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus1-1/+1
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-47/+55
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist1-18/+93
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-3/+39
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-1/+14
2010-05-07Remove free_memJanne Blomqvist1-2/+2
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz1-3/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+11
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist1-40/+3
2008-09-02error.c: Fix cast for printf.Jerry DeLisle1-2/+2
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-0/+15
2008-05-02re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle1-0/+5
2007-12-27re PR fortran/34594 (On error and END, no jump to ERR=<label>)Thomas Koenig1-0/+7
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-24/+24
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-5/+2
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-2/+8