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