summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge2018-04-191-2/+78
* re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig2018-04-041-0/+14
* PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2018-02-232-22/+33
* PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist2018-02-221-5/+5
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-221-9/+9
* Use pointer sized array indices.Janne Blomqvist2018-01-313-10/+7
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-302-13/+29
* Update copyright years.Jakub Jelinek2018-01-0317-17/+17
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-281-4/+0
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-222-35/+0
* +2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres2017-09-241-3/+2
* Typo fixes for "Don't assume __secure_getenv is available"Thomas Schwinge2017-05-121-2/+2
* Don't assume __secure_getenv is availableJanne Blomqvist2017-05-111-0/+11
* 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