]> git.ipfire.org Git - thirdparty/gcc.git/history - libgfortran/runtime
rs6000: New iterator CCEITHER
[thirdparty/gcc.git] / libgfortran / runtime /
2019-06-14  jbUse __builtin_mul_overflow in xmallocarray
2019-04-14  pault2019-04-14 Paul Thomas <pault@gcc.gnu.org>
2019-02-23  pault2019-02-23 Paul Thomas <pault@gcc.gnu.org>
2019-01-12  pault2019-01-12 Paul Thomas <pault@gcc.gnu.org>
2019-01-01  jakub Update copyright years.
2018-12-02  jbUse atomic load/store to access static backtrace state...
2018-11-30  jbInitialize backtrace state once
2018-11-23  jbMake recursion_check work for multiple threads
2018-09-21  jbUse vectored writes when reporting errors and warnings.
2018-09-12  amsFix interleaving of Fortran STOP messages
2018-09-12  amsFix Fortran STOP.
2018-09-07  jbRemove unused init_unsigned_integer function.
2018-08-21  koenigni2018-08-21 Nicolas Koenig <koenigni@gcc.gnu.org>
2018-07-31  avieiraReverting 'AsyncI/O patch committed' as it is breaking...
2018-07-25  koenigni2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
2018-04-19  tschwingePR85463 '[nvptx] "exit" in offloaded region doesn't...
2018-04-04  tkoenig2018-04-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-02-23  jbPR 84519 Handle optional QUIET specifier for STOP and...
2018-02-22  jbPR 78534, 84509 Fix libgfortran API for PAUSE statement
2018-02-22  jbCharacter length cleanup for Coarray Fortran library
2018-01-31  jbUse pointer sized array indices.
2018-01-30  tkoenig2018-01-30 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-01-03  jakub Update copyright years.
2017-11-28  jbPR 53796 Improve INQUIRE(RECL=...) handling
2017-11-22  jbPR 83097 Use __BYTE_ORDER__ predefined macro instead...
2017-09-24  dominiq+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>
2017-05-12  tschwingeTypo fixes for "Don't assume __secure_getenv is available"
2017-05-11  jbDon't assume __secure_getenv is available
2017-01-01  jakub Update copyright years.
2016-12-21  fxcoudert * intrinsics/random.c: Do not include <sys/types.h...
2016-12-21  fxcoudert * libgfortran.h: Include <stdlib.h> header.
2016-12-21  fxcoudert * intrinsics/abort.c: Remove unused headers.
2016-12-21  fxcoudert PR libfortran/70311
2016-12-19  fxcoudert * trans-decl.c (create_main_function): Remove unused...
2016-12-19  fxcoudert * trans.h: Remove gfor_fndecl_stop_numeric_f08.
2016-12-19  jbRemove unused libgfortran functions
2016-08-11  jbReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-23  danglin PR libfortran/68744
2016-01-04  jakub Update copyright years.
2015-09-04  jbPR 53379 Print backtrace on error termination.
2015-09-02  jbPR 67414 Better diagnostics on backtrace failure, gf_st...
2015-08-26  fxcoudert * libgfortran.h (show_variables): Remove prototype.
2015-08-23  fxcoudert PR libfortran/54572
2015-08-07  fxcoudert PR libfortran/66458
2015-08-06  fxcoudert * runtime/compile_options.c (set_options): Fix typos.
2015-03-11  tschwingelibgfortran LIBGFOR_MINIMAL enhancements.
2015-01-15  jvdelisle2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2015-01-05  jakub Update copyright years.
2014-11-28  berndsAdd support for a minimal version of libgfortran for...
2014-11-13  jbPR 60324 Unbounded stack allocations in libgfortran.
2014-11-10  jbPR 47007 and 61847 Locale failures in libgfortran.
2014-10-20  jbPR 63589 Fix splitting of PATH in find_addr2line.
2014-08-04  jakub * runtime/memory.c (xmallocarray): Avoid division...
2014-07-07  fxcoudert * runtime/stop.c: Use C11 _Noreturn.
2014-06-17  jbIntroduce xmallocarray, an overflow checking variant...
2014-05-26  jbIntroduce xrealloc, use it.
2014-05-22  jbPR 60324 Handle long path names, don't use PATH_MAX.
2014-05-22  jbPR 60324 Handle long path names, don't use PATH_MAX.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in libgfortran/
2013-06-17  burnus2013-06-17 Tobias Burnus <burnus@net-b.de>
2013-05-04  dje * runtime/environ.c: Include unistd.h.
2013-03-19  jbUse C99 bool instead of enum try.
2013-02-06  janus2013-02-06 Janus Weil <janus@gcc.gnu.org>
2013-01-14  rsandifoUpdate copyright years in libgfortran.
2012-12-20  janus2012-12-20 Janus Weil <janus@gcc.gnu.org>
2012-10-06  tkoenig2012-10-06 Thomas König <tkoenig@gcc.gnu.org>
2012-06-01  burnus2012-06-01 Tobias Burnus <burnus@net-b.de>
2012-05-23  burnus2012-05-23 Tobias Burnus <burnus@net-b.de>
2012-05-14  jbPR 52428 Range checking when reading integer values.
2012-05-05  jbFix handling of temporary files.
2012-03-26  jbCombined get_mem and internal_malloc_size.
2012-03-25  jbUse calloc instead of malloc and memset.
2012-03-10  burnus2012-03-10 Tobias Burnus <burnus@net-b.de>
2012-01-12  jbRemove configure check for unused fdopen.
2012-01-12  jbPR 51803 Avoid malloc if getcwd fails or is not available.
2012-01-11  burnus2012-01-11 Tobias Burnus <burnus@net-b.de>
2012-01-11  jbPR 51803 Handle getcwd failure and lack of the function...
2012-01-10  burnus2012-01-10 Tobias Burnus <burnus@net-b.de>
2012-01-09  burnus2012-01-09 Harald Anlauf <anlauf@gmx.de>
2011-11-11  jbPR 51090 Fix r181288 to conform to GNU style
2011-11-11  jbPR 51090 Check that getenv result != NULL before procee...
2011-11-09  jbConfigure cleanup.
2011-11-09  jbPR 46686 Fix incorrect comment.
2011-11-09  jbPR 46686 Implement backtrace with _Unwind_Backtrace...
2011-11-08  fxcoudert PR libfortran/47972
2011-07-23  schwab* libgfortran/intrinsics/ctime.c: Include <stdlib.h>.
2011-07-09  burnus2011-07-09 Tobias Burnus <burnus@net-b.de>
2011-07-05  tkoenig2011-07-05 Thomas Koenig <tkoenig@gcc.gnu.org>
2011-05-29  jbPR 48931 Use async-signal-safe execve instead of execvp
2011-05-29  jbPR 49214 fd_gets should return NULL if nothing was...
2011-05-22  burnus2011-05-22 Tobias Burnus <burnus@net-b.de>
2011-05-22  jbPR 48931 Make backtrace async-signal-safe, reformat...
2011-05-14  burnus2011-05-14 Tobias Burnus <burnus@net-b.de>
2011-05-14  jbPR 48915 Abort handling
2011-05-14  jbError printing thread safety, remove GFORTRAN_USE_STDERR
2011-04-16  jbReplace sprintf with snprintf
2011-01-21  jbPR 46267 strerror thread safety
2011-01-03  jakubUpdate Copyright years for files modified in 2010.
2010-11-16  burnus/
next