]> git.ipfire.org Git - thirdparty/gcc.git/history - libgfortran/intrinsics
i386: Add clear_ratio to processor_costs
[thirdparty/gcc.git] / libgfortran / intrinsics /
2019-09-05  jbImprove PRNG jumping when using threads
2019-08-13  jbPR fortran/91414 Bugfix for previous commit
2019-08-13  jbPR fortran/91414: Improved PRNG
2019-05-19  jblibfortran/90038 Reap dead children when wait=.false.
2019-05-17  jblibfortran/90038: Use posix_spawn instead of fork
2019-01-07  tkoenig2019-01-07 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-01  jakub Update copyright years.
2018-12-28  kargl2018-12-28 Steven G. Kargl <kargl@gcc.gnu.org>
2018-08-14  roInclude <sys/random.h> for getentropy on Solaris
2018-08-13  jbUse getentropy() for seeding PRNG
2018-06-01  kargl2018-06-01 Steven G. Kargl <kargl@gcc.gnu.org>
2018-06-01  kargl2018-06-01 Steven G. Kargl <kargl@gcc.gnu.org>
2018-03-15  jakub PR libgfortran/84880
2018-03-14  kargl2018-03-13 Steven G. Kargl <kargl@gcc.gnu.org>
2018-02-12  tkoenig2018-02-12 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-01-31  jbUse pointer sized array indices.
2018-01-30  tkoenig2018-01-30 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-01-25  pault2018-25-01 Paul Thomas <pault@gcc.gnu.org>
2018-01-07  tkoenig2018-01-07 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-01-05  jbPR 78534 Change character length from int to size_t
2018-01-03  jakub Update copyright years.
2017-11-22  jbMake shift argument to eoshift0 and eoshift2 be of...
2017-11-22  jbPR 83070 Fix -Wsign-compare warning
2017-10-10  tkoenig2017-10-10 Thomas Koenig <tkoenig@gcc.gnu.org>
2017-07-09  tkoenig2017-06-09 Thomas Koenig <tkoenig@gcc.gnu.org>
2017-07-02  tkoenig2017-07-02 Thomas Koenig <tkoenig@gcc.gnu.org>
2017-03-15  jbDon't use Win32 functions on CYGWIN.
2017-03-15  tkoenig2017-03-15 Thomas Koenig <tkoenig@gcc.gnu.org>
2017-02-27  jbDon't try to use rand_s on CYGWIN
2017-01-31  kargl2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
2017-01-13  jbRevert r244448
2017-01-13  jbPR 78534 Change character length from int to size_t
2017-01-03  jbPR 78534 Revert r244011
2017-01-03  jbPR 78534 Change character length from int to size_t
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  jbRemove unused functions, take 2.
2016-12-19  fxcoudert * Makefile.am: Remove ISO_C_BINDING runtime functions.
2016-12-19  fxcoudert * Makefile.am: Remove intrinsics/bit_intrinsics.c.
2016-12-19  fxcoudert * intrinsics/chmod.c (chmod_internal): Fix case where...
2016-12-18  dominiq2016-12-18 Dominique d'Humieres <dominiq@lps.ens.fr>
2016-09-21  jbUse rand_s on MinGW-w64, fix array bound overflow.
2016-08-19  jbUse a XOR cipher instead of byte shuffling to protect...
2016-08-19  jbAlways initialize PRNG using random data from the OS.
2016-08-11  roInclude <stdlib.h> in intrinsics/random.c
2016-08-11  jbReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-15  jakub * intrinsics/execute_command_line.c (set_cmdstat)...
2016-01-04  jakub Update copyright years.
2015-08-31  fxcoudert PR libfortran/47571
2015-08-28  fxcoudert PR fortran/53668
2015-08-23  fxcoudert PR libfortran/62296
2015-08-10  kargl2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>
2015-08-10  kargl2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>
2015-03-17  jvdelisle2015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2015-01-05  jakub Update copyright years.
2014-11-25  uros * intrinsics/env.c (getenv): Remove unused variable...
2014-11-16  jbPR 60324 VLA related fixes to random number generator.
2014-11-13  mpolacek * intrinsics/access.c: Include <stdlib.h>.
2014-11-13  jbPR 60324 Unbounded stack allocations in libgfortran.
2014-09-30  jbFix -Wmaybe-uninitialized warnings.
2014-07-07  fxcoudert * runtime/stop.c: Use C11 _Noreturn.
2014-06-17  jbIntroduce xmallocarray, an overflow checking variant...
2014-05-27  uros * intrinsics/getcwd.c: Include stdlib.h.
2014-05-26  jbPR 61310 Rewrite implementation of CTIME and FDATE...
2014-05-12  jbFix stack overflow crash in getcwd intrinsic.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in libgfortran/
2013-12-13  mrsMerge in trunk.
2013-12-06  roProvide _M_2_SQRTPI if missing.
2013-12-04  rsandifoMerge with trunk.
2013-12-01  uros PR libfortran/59313
2013-11-21  rsandifoMerge with trunk.
2013-11-21  fxcoudert PR libfortran/59227
2013-11-20  fxcoudert PR libfortran/49024
2013-11-18  rsandifoMerge from trunk.
2013-11-18  fxcoudert PR libfortran/51828
2013-04-29  jbSimplify SYSTEM_CLOCK implementation.
2013-04-28  jbFix sign error in SYSTEM_CLOCK kind=4 Windows version.
2013-04-15  jbPR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.
2013-03-19  jbUse C99 bool instead of enum try.
2013-03-11  burnus2013-03-11 Tobias Burnus <burnus@net-b.de>
2013-02-19  danglin PR target/56347
2013-01-14  rsandifoUpdate copyright years in libgfortran.
2013-01-06  burnus2013-01-06 Tobias Burnus <burnus@net-b.de>
2012-12-20  pault2012-12-19 Paul Thomas <pault@gcc.gnu.org>
2012-12-03  janus2012-12-03 Janus Weil <janus@gcc.gnu.org>
2012-06-04  jbPR 53456 Fix typo in gf_cputime.
2012-06-01  burnus2012-06-01 Tobias Burnus <burnus@net-b.de>
2012-05-27  jbMinor timing cleanups.
2012-05-24  jbPR 53456 CPU timing fallback using clock_gettime.
2012-05-23  jbPR 53456 clock_gettime fallback for gf_gettime
2012-05-23  burnus2012-05-23 Robert Mason <rbmj@verizon.net>
2012-05-11  burnus2012-05-11 Tobias Burnus <burnus@net-b.de>
2012-04-15  tkoenig2012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>
2012-03-30  uros PR libgfortran/52758
2012-03-26  jbCombined get_mem and internal_malloc_size.
2012-03-14  roRemove obsolete IRIX 6.5 support
next