Daily bump.
[gcc.git] / libgfortran / intrinsics /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-21 Iain SandoeDarwin, libgfortran : Do not use environ directly from...
2020-10-30 Harald AnlaufPR libfortran/97581 - clean up size calculation of...
2020-08-24 Mark EgglestonFortran : get_environment_variable runtime error...
2020-04-23 Fritz ReeseProtect the trigd functions in libgfortran from unavail...
2020-04-22 Jakub Jelineklibgfortran: Provide some further math library fallback...
2020-04-07 Fritz ReeseFix PR fortran/93871 and re-implement degree-valued...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-09-05 Janne BlomqvistImprove PRNG jumping when using threads
2019-08-13 Janne BlomqvistPR fortran/91414 Bugfix for previous commit
2019-08-13 Janne BlomqvistPR fortran/91414: Improved PRNG
2019-05-19 Janne Blomqvistlibfortran/90038 Reap dead children when wait=.false.
2019-05-17 Janne Blomqvistlibfortran/90038: Use posix_spawn instead of fork
2019-01-07 Thomas Koenigre PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-28 Steven G. Karglre PR libfortran/81984 (NULL string pointer dereferenci...
2018-08-14 Rainer OrthInclude <sys/random.h> for getentropy on Solaris
2018-08-13 Janne BlomqvistUse getentropy() for seeding PRNG
2018-06-01 Steven G. Karglre PR fortran/85816 (nested spread fails with "Integer...
2018-06-01 Steven G. Karglre PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM...
2018-03-15 Jakub Jelinekre PR libfortran/84880 (libgfortran fail to build on...
2018-03-14 Steven G. Karglcheck.c (gfc_check_kill_sub): Remove check for INTEGER...
2018-02-12 Thomas Koeniglibgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension...
2018-01-31 Janne BlomqvistUse pointer sized array indices.
2018-01-30 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2018-01-25 Paul Thomasre PR fortran/37577 ([meta-bug] change internal array...
2018-01-07 Thomas Koeniglibgfortran.h (GFC_DTYPE_COPY): New macro.
2018-01-05 Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-22 Janne BlomqvistMake shift argument to eoshift0 and eoshift2 be of...
2017-11-22 Janne BlomqvistPR 83070 Fix -Wsign-compare warning
2017-10-10 Thomas Koenigre PR libfortran/82233 (execute_command_line causes...
2017-07-09 Thomas Koenigeoshift2.c (eoshift2): Use memcpy for innermost copy...
2017-07-02 Thomas Koenigeoshift0.c: For contiguous arrays, use block algorithm.
2017-03-15 NightStrikeDon't use Win32 functions on CYGWIN.
2017-03-15 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-02-27 Janne BlomqvistDon't try to use rand_s on CYGWIN
2017-01-31 Steven G. Karglre PR fortran/79305 (real128 - undefined reference...
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... random.c: Do not include <sys/types.h> header.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-12-21 Francois-Xavier... re PR libfortran/70311 (libgfortran build dies on ...
2016-12-19 Janne BlomqvistRemove unused functions, take 2.
2016-12-19 Francois-Xavier... Makefile.am: Remove ISO_C_BINDING runtime functions.
2016-12-19 Francois-Xavier... Makefile.am: Remove intrinsics/bit_intrinsics.c.
2016-12-19 Francois-Xavier... chmod.c (chmod_internal): Fix case where mode_t is...
2016-12-18 Dominique d'Humieresre PR fortran/78545 (Possible correction to online...
2016-09-21 Janne BlomqvistUse rand_s on MinGW-w64, fix array bound overflow.
2016-08-19 Janne BlomqvistUse a XOR cipher instead of byte shuffling to protect...
2016-08-19 Janne BlomqvistAlways initialize PRNG using random data from the OS.
2016-08-11 Rainer OrthInclude <stdlib.h> in intrinsics/random.c
2016-08-11 Janne BlomqvistReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-15 Jakub Jelinekexecute_command_line.c (set_cmdstat): Use "%s", msg...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-08-31 Francois-Xavier... re PR fortran/47571 (undefined reference to clock_getti...
2015-08-28 Francois-Xavier... re PR fortran/53668 (Cray-pointer diagnostic enhancement)
2015-08-23 François-Xavier... re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008...
2015-08-10 Steven G. Karglre PR libfortran/67140 (undefined reference to _gfortra...
2015-08-10 Steven G. Kargl[multiple changes]
2015-03-17 Jerry DeLislere PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate)...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-25 Uros Bizjakenv.c (getenv): Remove unused variable res_len.
2014-11-16 Janne BlomqvistPR 60324 VLA related fixes to random number generator.
2014-11-13 Marek Polacekaccess.c: Include <stdlib.h>.
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-09-30 Janne BlomqvistFix -Wmaybe-uninitialized warnings.
2014-07-07 Francois-Xavier... stop.c: Use C11 _Noreturn.
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-05-27 Uros Bizjakgetcwd.c: Include stdlib.h.
2014-05-26 Janne BlomqvistPR 61310 Rewrite implementation of CTIME and FDATE...
2014-05-12 Janne BlomqvistFix stack overflow crash in getcwd intrinsic.
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-12-06 Rainer OrthProvide _M_2_SQRTPI if missing.
2013-12-01 Uros Bizjakre PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs...
2013-11-21 Francois-Xavier... re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90...
2013-11-20 Francois-Xavier... re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)
2013-11-18 Francois-Xavier... re PR libfortran/51828 (libgfortran build warnings)
2013-04-29 Janne BlomqvistSimplify SYSTEM_CLOCK implementation.
2013-04-28 Janne BlomqvistFix sign error in SYSTEM_CLOCK kind=4 Windows version.
2013-04-15 Janne BlomqvistPR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-03-11 Tobias Burnustransfer.c (read_block_direct): Correct condition.
2013-02-19 John David Anglinre PR target/56347 (FAIL: gfortran.dg/integer_exponenti...
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2013-01-06 Tobias Burnusre PR fortran/54678 (second call to get_environment_var...
2012-12-20 Paul Thomasarray.c (resolve_array_list): Apply C4106.
2012-12-03 Janus Weilre PR fortran/55548 (SYSTEM_CLOCK with integer(8) provi...
2012-06-04 Robert MasonPR 53456 Fix typo in gf_cputime.
2012-06-01 Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-05-27 Janne BlomqvistMinor timing cleanups.
2012-05-24 Janne BlomqvistPR 53456 CPU timing fallback using clock_gettime.
2012-05-23 Janne BlomqvistPR 53456 clock_gettime fallback for gf_gettime
2012-05-23 Robert Masonre PR libfortran/53445 (No sticky bit on VxWorks -...
2012-05-11 Tobias Burnusre PR fortran/53310 (EOSHIFT leaks memory)
2012-04-15 Thomas Koenigre PR libfortran/38199 (missed optimization: I/O perfor...
next