aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-2/+0
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin1-1/+7
2016-01-04Update copyright years.Jakub Jelinek17-17/+17
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist2-17/+36
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist4-14/+89
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2-249/+67
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert5-400/+92
2015-08-07re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert1-1/+5
2015-08-06* runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert1-2/+2
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge1-3/+55
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-0/+4
2015-01-05Update copyright years.Jakub Jelinek17-17/+17
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2-1/+162
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-0/+14
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-2/+21
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist1-16/+28
2014-08-04* runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek1-1/+3
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert1-8/+4
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist4-5/+32
2014-05-26Introduce xrealloc, use it.Janne Blomqvist1-0/+14
2014-05-23PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-0/+1
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2-18/+89
2014-01-02Update copyright years in libgfortran/Richard Sandiford16-16/+16
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2-0/+57
2013-05-04environ.c: Include unistd.h.David Edelsohn3-0/+12
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-4/+4
2013-02-06re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil1-0/+3
2013-01-14Update copyright years in libgfortran.Richard Sandiford16-25/+16
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil3-5/+7
2012-10-06re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig1-14/+28
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus1-1/+1
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus1-0/+4
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-3/+4
2012-05-05Fix handling of temporary files.Janne Blomqvist2-4/+16
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist4-30/+14
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist1-1/+18
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus3-17/+17
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist1-4/+3
2012-01-12PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist1-3/+8
2012-01-11main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus1-4/+12
2012-01-11PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist1-1/+3
2012-01-10re PR fortran/51197 (Backtrace information less useful)Tobias Burnus1-13/+48
2012-01-09re PR fortran/51197 (Backtrace information less useful)Harald Anlauf2-3/+51
2011-11-11PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist1-1/+1
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist1-0/+2
2011-11-09Configure cleanup.Janne Blomqvist3-29/+3
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-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-13/+7
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab1-0/+1