summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-0466-66/+66
* Darwin, libgfortran : Do not use environ directly from the library.Iain Sandoe2020-11-211-0/+5
* PR libfortran/97581 - clean up size calculation of random generator stateHarald Anlauf2020-10-301-15/+17
* Fortran : get_environment_variable runtime error PR96486Mark Eggleston2020-08-241-5/+2
* Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese2020-04-233-117/+310
* libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek2020-04-221-0/+77
* Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese2020-04-073-0/+816
* Update copyright years.Jakub Jelinek2020-01-0163-63/+63
* Improve PRNG jumping when using threadsJanne Blomqvist2019-09-051-27/+19
* PR fortran/91414 Bugfix for previous commitJanne Blomqvist2019-08-131-1/+4
* PR fortran/91414: Improved PRNGJanne Blomqvist2019-08-131-114/+99
* libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist2019-05-191-0/+25
* libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist2019-05-171-4/+14
* re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig2019-01-071-0/+49
* Update copyright years.Jakub Jelinek2019-01-0162-62/+62
* re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl2018-12-281-0/+8
* Include <sys/random.h> for getentropy on SolarisRainer Orth2018-08-141-0/+3
* Use getentropy() for seeding PRNGJanne Blomqvist2018-08-131-5/+4
* re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2018-06-012-3/+3
* re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl2018-06-011-0/+94
* re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek2018-03-151-3/+3
* check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl2018-03-141-39/+12
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-122-4/+6
* Use pointer sized array indices.Janne Blomqvist2018-01-311-16/+11
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-304-36/+77
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-252-5/+6
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-077-12/+12
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-058-28/+29
* Update copyright years.Jakub Jelinek2018-01-0361-61/+61
* Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist2017-11-222-6/+2
* PR 83070 Fix -Wsign-compare warningJanne Blomqvist2017-11-221-1/+1
* re PR libfortran/82233 (execute_command_line causes program to stop when comm...Thomas Koenig2017-10-101-8/+2
* eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig2017-07-091-6/+17
* eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig2017-07-021-36/+108
* Don't use Win32 functions on CYGWIN.NightStrike2017-03-153-6/+6
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-151-0/+12
* Don't try to use rand_s on CYGWINJanne Blomqvist2017-02-271-1/+1
* re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl2017-01-311-1/+1
* Revert r244448Janne Blomqvist2017-01-138-22/+23
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-138-23/+22
* PR 78534 Revert r244011Janne Blomqvist2017-01-038-22/+23
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-038-23/+22
* Update copyright years.Jakub Jelinek2017-01-0161-61/+61
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-211-4/+0
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-2119-19/+0
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-2123-33/+0
* re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2016-12-211-1/+1
* Remove unused functions, take 2.Janne Blomqvist2016-12-192-202/+0
* Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert2016-12-193-710/+0
* Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert2016-12-191-138/+0