summaryrefslogtreecommitdiff
path: root/libgfortran/runtime/backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert2021-12-251-0/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Use atomic load/store to access static backtrace state pointerJanne Blomqvist2018-12-021-6/+11
* Initialize backtrace state onceJanne Blomqvist2018-11-301-4/+8
* Use vectored writes when reporting errors and warnings.Janne Blomqvist2018-09-211-8/+19
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-211-1/+0
* re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin2016-01-231-1/+7
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist2015-09-021-9/+31
* re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2015-08-231-212/+85
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-1/+1
* re PR libfortran/36044 (user-requested backtrace)Janus Weil2012-12-201-3/+3
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-1/+1
* Remove configure check for unused fdopen.Janne Blomqvist2012-01-121-4/+3
* re PR fortran/51197 (Backtrace information less useful)Harald Anlauf2012-01-091-2/+2
* Configure cleanup.Janne Blomqvist2011-11-091-0/+1
* PR 46686 Fix incorrect comment.Janne Blomqvist2011-11-091-1/+1
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist2011-11-091-154/+113
* PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist2011-05-291-2/+10
* PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist2011-05-291-0/+2
* PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist2011-05-221-165/+135
* PR 48915 Abort handlingJanne Blomqvist2011-05-141-1/+3
* Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist2011-05-141-11/+27
* Replace sprintf with snprintfJanne Blomqvist2011-04-161-6/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* string.c (compare0): Use gfc_charlen_type.Janne Blomqvist2009-04-081-2/+2
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-04-131-7/+1
* re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert2007-10-181-8/+12
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-8/+1
* re PR fortran/31189 (Support backtracing for non-library errors)Francois-Xavier Coudert2007-08-111-1/+2
* re PR libfortran/32495 (static declaration of 'strcasestr' follows non-static...Adam Nemet2007-06-251-7/+9
* re PR libfortran/32345 (Unconditional snprintf use breaks all gfortran exec t...Rainer Orth2007-06-151-1/+5
* gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert2007-03-151-0/+333