aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2017-09-24+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres1-3/+2
2017-05-12Typo fixes for "Don't assume __secure_getenv is available"Thomas Schwinge1-2/+2
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist1-0/+11
2017-01-01Update copyright years.Jakub Jelinek17-17/+17
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert1-2/+0
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert5-6/+0
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert6-18/+0
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2-0/+2
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert1-12/+5
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert1-18/+0
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-9/+0
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