aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2017-01-03PR 78534 Revert r244011Janne Blomqvist8-22/+23
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist8-23/+22
2017-01-01Update copyright years.Jakub Jelinek61-61/+61
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert1-4/+0
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert19-19/+0
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert23-33/+0
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert1-1/+1
2016-12-19Remove unused functions, take 2.Janne Blomqvist2-202/+0
2016-12-19Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert3-710/+0
2016-12-19Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert1-138/+0
2016-12-19chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int.Francois-Xavier Coudert1-7/+1
2016-12-18re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres1-4/+4
2016-09-21Use rand_s on MinGW-w64, fix array bound overflow.Janne Blomqvist1-4/+16
2016-08-19Use a XOR cipher instead of byte shuffling to protect against bad seeds.Janne Blomqvist1-22/+31
2016-08-19Always initialize PRNG using random data from the OS.Janne Blomqvist1-25/+32
2016-08-11Include <stdlib.h> in intrinsics/random.cRainer Orth1-0/+1
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-239/+371
2016-01-15execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -...Jakub Jelinek1-2/+2
2016-01-04Update copyright years.Jakub Jelinek67-67/+67
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-11/+3
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert1-0/+4
2015-08-23re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008 conforming)François-Xavier Coudert1-3/+18
2015-08-10re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)Steven G. Kargl1-0/+2
2015-08-10[multiple changes]Steven G. Kargl1-0/+8
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle1-5/+9
2015-01-05Update copyright years.Jakub Jelinek67-67/+67
2014-11-25env.c (getenv): Remove unused variable res_len.Uros Bizjak1-1/+0
2014-11-16PR 60324 VLA related fixes to random number generator.Janne Blomqvist1-26/+19
2014-11-13access.c: Include <stdlib.h>.Marek Polacek8-0/+8
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist14-282/+152
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist1-0/+3
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert1-0/+7
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist9-18/+18
2014-05-27getcwd.c: Include stdlib.h.Uros Bizjak1-0/+1
2014-05-26PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist1-27/+43
2014-05-12Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist1-11/+26
2014-01-02Update copyright years in libgfortran/Richard Sandiford67-67/+67
2013-12-06Provide _M_2_SQRTPI if missing.Rainer Orth1-0/+3
2013-12-01re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak2-12/+30
2013-11-21re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert1-2/+4
2013-11-20re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert2-6/+52
2013-11-18re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert1-0/+3
2013-04-29Simplify SYSTEM_CLOCK implementation.Janne Blomqvist1-57/+34
2013-04-28Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist1-1/+1
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2-7/+57
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist2-2/+0
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus1-0/+2
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin1-2/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford67-77/+67
2013-01-06re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus1-1/+2