summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR 53379 Print backtrace on error termination.jb2015-09-042-17/+36
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixjb2015-09-024-14/+89
* * libgfortran.h (show_variables): Remove prototype.fxcoudert2015-08-262-249/+67
* PR libfortran/54572fxcoudert2015-08-235-400/+92
* PR libfortran/66458fxcoudert2015-08-071-1/+5
* * runtime/compile_options.c (set_options): Fix typos.fxcoudert2015-08-061-2/+2
* libgfortran LIBGFOR_MINIMAL enhancements.tschwinge2015-03-111-3/+55
* 2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-01-151-0/+4
* Update copyright years.jakub2015-01-0517-17/+17
* Add support for a minimal version of libgfortran for accelerator targets.bernds2014-11-282-1/+162
* PR 60324 Unbounded stack allocations in libgfortran.jb2014-11-131-0/+14
* PR 47007 and 61847 Locale failures in libgfortran.jb2014-11-101-2/+21
* PR 63589 Fix splitting of PATH in find_addr2line.jb2014-10-201-16/+28
* * runtime/memory.c (xmallocarray): Avoid division for the common case.jakub2014-08-041-1/+3
* * runtime/stop.c: Use C11 _Noreturn.fxcoudert2014-07-071-8/+4
* Introduce xmallocarray, an overflow checking variant of xmalloc.jb2014-06-174-5/+32
* Introduce xrealloc, use it.jb2014-05-261-0/+14
* PR 60324 Handle long path names, don't use PATH_MAX.jb2014-05-221-0/+1
* PR 60324 Handle long path names, don't use PATH_MAX.jb2014-05-222-18/+89
* Update copyright years in libgfortran/rsandifo2014-01-0216-16/+16
* 2013-06-17 Tobias Burnus <burnus@net-b.de>burnus2013-06-172-0/+57
* * runtime/environ.c: Include unistd.h.dje2013-05-043-0/+12
* Use C99 bool instead of enum try.jb2013-03-191-4/+4
* 2013-02-06 Janus Weil <janus@gcc.gnu.org>janus2013-02-061-0/+3
* Update copyright years in libgfortran.rsandifo2013-01-1416-25/+16
* 2012-12-20 Janus Weil <janus@gcc.gnu.org>janus2012-12-203-5/+7
* 2012-10-06 Thomas König <tkoenig@gcc.gnu.org>tkoenig2012-10-061-14/+28
* 2012-06-01 Tobias Burnus <burnus@net-b.de>burnus2012-06-011-1/+1
* 2012-05-23 Tobias Burnus <burnus@net-b.de>burnus2012-05-231-0/+4
* PR 52428 Range checking when reading integer values.jb2012-05-141-3/+4
* Fix handling of temporary files.jb2012-05-052-4/+16
* Combined get_mem and internal_malloc_size.jb2012-03-264-30/+14
* Use calloc instead of malloc and memset.jb2012-03-251-1/+18
* 2012-03-10 Tobias Burnus <burnus@net-b.de>burnus2012-03-103-17/+17
* Remove configure check for unused fdopen.jb2012-01-121-4/+3
* PR 51803 Avoid malloc if getcwd fails or is not available.jb2012-01-121-3/+8
* 2012-01-11 Tobias Burnus <burnus@net-b.de>burnus2012-01-111-4/+12
* PR 51803 Handle getcwd failure and lack of the function better.jb2012-01-111-1/+3
* 2012-01-10 Tobias Burnus <burnus@net-b.de>burnus2012-01-101-13/+48
* 2012-01-09 Harald Anlauf <anlauf@gmx.de>burnus2012-01-092-3/+51
* PR 51090 Fix r181288 to conform to GNU stylejb2011-11-111-1/+1
* PR 51090 Check that getenv result != NULL before proceeding.jb2011-11-111-0/+2
* Configure cleanup.jb2011-11-093-29/+3
* PR 46686 Fix incorrect comment.jb2011-11-091-1/+1
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.jb2011-11-091-154/+113
* PR libfortran/47972fxcoudert2011-11-081-13/+7
* * libgfortran/intrinsics/ctime.c: Include <stdlib.h>.schwab2011-07-231-0/+1
* 2011-07-09 Tobias Burnus <burnus@net-b.de>burnus2011-07-091-1/+1
* 2011-07-05 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-07-051-2/+2
* PR 48931 Use async-signal-safe execve instead of execvpjb2011-05-293-2/+60