aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist8-23/+22
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