aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/backtrace.c
AgeCommit message (Expand)AuthorFilesLines
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