aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)Author
2016-01-23 PR libfortran/68744John David Anglin
2016-01-04 Update copyright years.Jakub Jelinek
2015-09-04PR 53379 Print backtrace on error termination.Janne Blomqvist
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist
2015-08-26 * libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert
2015-08-23 PR libfortran/54572Francois-Xavier Coudert
2015-08-07 PR libfortran/66458Francois-Xavier Coudert
2015-08-06 * runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge
2015-01-152015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist
2014-08-04 * runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek
2014-07-07 * runtime/stop.c: Use C11 _Noreturn.Francois-Xavier Coudert
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist
2014-05-26Introduce xrealloc, use it.Janne Blomqvist
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-06-172013-06-17 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2013-05-04 * runtime/environ.c: Include unistd.h.David Edelsohn
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist
2013-02-062013-02-06 Janus Weil <janus@gcc.gnu.org>Janus Weil
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-12-202012-12-20 Janus Weil <janus@gcc.gnu.org>Janus Weil
2012-10-062012-10-06 Thomas König <tkoenig@gcc.gnu.org>Thomas Koenig
2012-06-012012-06-01 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-05-232012-05-23 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist
2012-05-05Fix handling of temporary files.Janne Blomqvist
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist
2012-03-102012-03-10 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist
2012-01-12PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist
2012-01-112012-01-11 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-01-11PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist
2012-01-102012-01-10 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-01-092012-01-09 Harald Anlauf <anlauf@gmx.de>Harald Anlauf
2011-11-11PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist
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-11-08 PR libfortran/47972Francois-Xavier Coudert
2011-07-23* libgfortran/intrinsics/ctime.c: Include <stdlib.h>.Andreas Schwab
2011-07-092011-07-09 Tobias Burnus <burnus@net-b.de>Tobias Burnus