summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-0117-17/+17
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-211-2/+0
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-215-6/+0
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-216-18/+0
* re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2016-12-212-0/+2
* trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert2016-12-191-12/+5
* trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert2016-12-191-18/+0
* Remove unused libgfortran functionsJanne Blomqvist2016-12-191-9/+0
* Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist2016-08-111-2/+0
* re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin2016-01-231-1/+7
* Update copyright years.Jakub Jelinek2016-01-0417-17/+17
* PR 53379 Print backtrace on error termination.Janne Blomqvist2015-09-052-17/+36
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist2015-09-024-14/+89
* libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2015-08-262-249/+67
* re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2015-08-235-400/+92
* re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert2015-08-071-1/+5
* * runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert2015-08-061-2/+2
* libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge2015-03-111-3/+55
* re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2015-01-151-0/+4
* Update copyright years.Jakub Jelinek2015-01-0517-17/+17
* Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2014-11-282-1/+162
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-0/+14
* PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist2014-11-101-2/+21
* PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist2014-10-201-16/+28
* * runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek2014-08-041-1/+3
* stop.c: Use C11 _Noreturn.Francois-Xavier Coudert2014-07-071-8/+4
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-174-5/+32
* Introduce xrealloc, use it.Janne Blomqvist2014-05-261-0/+14
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-231-0/+1
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-222-18/+89
* Update copyright years in libgfortran/Richard Sandiford2014-01-0216-16/+16
* gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2013-06-172-0/+57
* environ.c: Include unistd.h.David Edelsohn2013-05-043-0/+12
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-191-4/+4
* re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil2013-02-061-0/+3
* Update copyright years in libgfortran.Richard Sandiford2013-01-1416-25/+16
* re PR libfortran/36044 (user-requested backtrace)Janus Weil2012-12-203-5/+7
* re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2012-10-061-14/+28
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-1/+1
* re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus2012-05-231-0/+4
* PR 52428 Range checking when reading integer values.Janne Blomqvist2012-05-141-3/+4
* Fix handling of temporary files.Janne Blomqvist2012-05-052-4/+16
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-264-30/+14
* Use calloc instead of malloc and memset.Janne Blomqvist2012-03-251-1/+18
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-103-17/+17
* Remove configure check for unused fdopen.Janne Blomqvist2012-01-121-4/+3
* PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist2012-01-121-3/+8
* main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus2012-01-111-4/+12
* PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist2012-01-111-1/+3
* re PR fortran/51197 (Backtrace information less useful)Tobias Burnus2012-01-101-13/+48