summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)Author
2020-04-23Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese
2020-04-22libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese
2020-01-01Update copyright years.Jakub Jelinek
2019-09-05Improve PRNG jumping when using threadsJanne Blomqvist
2019-08-13PR fortran/91414 Bugfix for previous commitJanne Blomqvist
2019-08-13PR fortran/91414: Improved PRNGJanne Blomqvist
2019-05-19libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist
2019-05-17libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl
2018-08-14Include <sys/random.h> for getentropy on SolarisRainer Orth
2018-08-13Use getentropy() for seeding PRNGJanne Blomqvist
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl
2018-03-15re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig
2018-01-31Use pointer sized array indices.Janne Blomqvist
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-11-22Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist
2017-11-22PR 83070 Fix -Wsign-compare warningJanne Blomqvist
2017-10-10re PR libfortran/82233 (execute_command_line causes program to stop when comm...Thomas Koenig
2017-07-09eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig
2017-07-02eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert
2016-12-19Remove unused functions, take 2.Janne Blomqvist
2016-12-19Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert
2016-12-19Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert
2016-12-19chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int.Francois-Xavier Coudert
2016-12-18re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres
2016-09-21Use rand_s on MinGW-w64, fix array bound overflow.Janne Blomqvist
2016-08-19Use a XOR cipher instead of byte shuffling to protect against bad seeds.Janne Blomqvist