summaryrefslogtreecommitdiff
path: root/libgfortran/runtime/backtrace.c
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist
2018-11-30Initialize backtrace state onceJanne Blomqvist
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin
2016-01-04Update copyright years.Jakub Jelinek
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist
2012-01-09re PR fortran/51197 (Backtrace information less useful)Harald Anlauf
2011-11-09Configure cleanup.Janne Blomqvist
2011-11-09PR 46686 Fix incorrect comment.Janne Blomqvist
2011-11-09PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist
2011-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist
2011-05-29PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist
2011-05-14PR 48915 Abort handlingJanne Blomqvist
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist
2011-04-16Replace sprintf with snprintfJanne Blomqvist
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig
2007-10-18re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert
2007-08-11re PR fortran/31189 (Support backtracing for non-library errors)Francois-Xavier Coudert
2007-06-25re PR libfortran/32495 (static declaration of 'strcasestr' follows non-static...Adam Nemet
2007-06-15re PR libfortran/32345 (Unconditional snprintf use breaks all gfortran exec t...Rainer Orth
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert