aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2022-01-11libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek2-0/+12
2022-01-11fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek3-40/+242
2022-01-03Update copyright years.Jakub Jelinek66-66/+66
2021-12-16Fix timezone handling near year boundariesFrancois-Xavier Coudert2-14/+24
2021-12-14Fortran: PACK intrinsic should not try to read from zero-sized arrayHarald Anlauf1-0/+9
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-0/+4
2021-09-26Fortran: Fix associated intrinsic with assumed rank [PR101334]Tobias Burnus1-1/+2
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-1/+1
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild1-54/+60
2021-05-05libgfortran/intrinsics/chmod.c: Silence unused var warningTobias Burnus1-1/+4
2021-01-04Update copyright years.Jakub Jelinek66-66/+66
2020-11-21Darwin, libgfortran : Do not use environ directly from the library.Iain Sandoe1-0/+5
2020-10-30PR libfortran/97581 - clean up size calculation of random generator stateHarald Anlauf1-15/+17
2020-08-24Fortran : get_environment_variable runtime error PR96486Mark Eggleston1-5/+2
2020-04-23Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese3-117/+310
2020-04-22libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek1-0/+77
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese3-0/+816
2020-01-01Update copyright years.Jakub Jelinek63-63/+63
2019-09-05Improve PRNG jumping when using threadsJanne Blomqvist1-27/+19
2019-08-13PR fortran/91414 Bugfix for previous commitJanne Blomqvist1-1/+4
2019-08-13PR fortran/91414: Improved PRNGJanne Blomqvist1-114/+99
2019-05-19libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist1-0/+25
2019-05-17libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist1-4/+14
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+49
2019-01-01Update copyright years.Jakub Jelinek62-62/+62
2018-12-28re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl1-0/+8
2018-08-14Include <sys/random.h> for getentropy on SolarisRainer Orth1-0/+3
2018-08-13Use getentropy() for seeding PRNGJanne Blomqvist1-5/+4
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2-3/+3
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+94
2018-03-15re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek1-3/+3
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-39/+12
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2-4/+6
2018-01-31Use pointer sized array indices.Janne Blomqvist1-16/+11
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig4-36/+77
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2-5/+6
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig7-12/+12
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist8-28/+29
2018-01-03Update copyright years.Jakub Jelinek61-61/+61
2017-11-22Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist2-6/+2
2017-11-22PR 83070 Fix -Wsign-compare warningJanne Blomqvist1-1/+1
2017-10-10re PR libfortran/82233 (execute_command_line causes program to stop when comm...Thomas Koenig1-8/+2
2017-07-09eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig1-6/+17
2017-07-02eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig1-36/+108
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike3-6/+6
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig1-0/+12
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist1-1/+1
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl1-1/+1
2017-01-13Revert r244448Janne Blomqvist8-22/+23