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