summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)Author
2017-05-19Don't assume __secure_getenv is availablejb
2017-01-01 Update copyright years.jakub
2016-12-21 * intrinsics/random.c: Do not include <sys/types.h> header.fxcoudert
2016-12-21 * libgfortran.h: Include <stdlib.h> header.fxcoudert
2016-12-21 * intrinsics/abort.c: Remove unused headers.fxcoudert
2016-12-21 PR libfortran/70311fxcoudert
2016-12-19 * trans-decl.c (create_main_function): Remove unused elements tofxcoudert
2016-12-19 * trans.h: Remove gfor_fndecl_stop_numeric_f08.fxcoudert
2016-12-19Remove unused libgfortran functionsjb
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.jb
2016-01-23 PR libfortran/68744danglin
2016-01-04 Update copyright years.jakub
2015-09-04PR 53379 Print backtrace on error termination.jb
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixjb
2015-08-26 * libgfortran.h (show_variables): Remove prototype.fxcoudert
2015-08-23 PR libfortran/54572fxcoudert
2015-08-07 PR libfortran/66458fxcoudert
2015-08-06 * runtime/compile_options.c (set_options): Fix typos.fxcoudert
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.tschwinge
2015-01-152015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2015-01-05 Update copyright years.jakub
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.bernds
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.jb
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.jb
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.jb
2014-08-04 * runtime/memory.c (xmallocarray): Avoid division for the common case.jakub
2014-07-07 * runtime/stop.c: Use C11 _Noreturn.fxcoudert
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.jb
2014-05-26Introduce xrealloc, use it.jb
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.jb
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.jb
2014-01-02Update copyright years in libgfortran/rsandifo
2013-06-172013-06-17 Tobias Burnus <burnus@net-b.de>burnus
2013-05-04 * runtime/environ.c: Include unistd.h.dje
2013-03-19Use C99 bool instead of enum try.jb
2013-02-062013-02-06 Janus Weil <janus@gcc.gnu.org>janus
2013-01-14Update copyright years in libgfortran.rsandifo
2012-12-202012-12-20 Janus Weil <janus@gcc.gnu.org>janus
2012-10-062012-10-06 Thomas König <tkoenig@gcc.gnu.org>tkoenig
2012-06-012012-06-01 Tobias Burnus <burnus@net-b.de>burnus
2012-05-232012-05-23 Tobias Burnus <burnus@net-b.de>burnus
2012-05-14PR 52428 Range checking when reading integer values.jb
2012-05-05Fix handling of temporary files.jb
2012-03-26Combined get_mem and internal_malloc_size.jb
2012-03-25Use calloc instead of malloc and memset.jb
2012-03-102012-03-10 Tobias Burnus <burnus@net-b.de>burnus
2012-01-12Remove configure check for unused fdopen.jb
2012-01-12PR 51803 Avoid malloc if getcwd fails or is not available.jb
2012-01-112012-01-11 Tobias Burnus <burnus@net-b.de>burnus
2012-01-11PR 51803 Handle getcwd failure and lack of the function better.jb