aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-59/+8
2007-06-24re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle1-0/+14
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-0/+1
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-1/+14
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-1/+0
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-0/+6
2007-01-21* runtime/error.c: Include sys/time.h before sys/resource.h.François-Xavier Coudert1-4/+6
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-0/+59
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert1-100/+0