summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* PR 78534 Change character length from int to size_tjb2018-01-058-28/+29
* Update copyright years.jakub2018-01-0361-61/+61
* Make shift argument to eoshift0 and eoshift2 be of type index_typejb2017-11-222-6/+2
* PR 83070 Fix -Wsign-compare warningjb2017-11-221-1/+1
* 2017-10-10 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2017-10-101-8/+2
* 2017-06-09 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2017-07-091-6/+17
* 2017-07-02 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2017-07-021-36/+108
* Don't use Win32 functions on CYGWIN.jb2017-03-153-6/+6
* 2017-03-15 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2017-03-151-0/+12
* Don't try to use rand_s on CYGWINjb2017-02-271-1/+1
* 2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>kargl2017-01-311-1/+1
* Revert r244448jb2017-01-138-22/+23
* PR 78534 Change character length from int to size_tjb2017-01-138-23/+22
* PR 78534 Revert r244011jb2017-01-038-22/+23
* PR 78534 Change character length from int to size_tjb2017-01-038-23/+22
* Update copyright years.jakub2017-01-0161-61/+61
* * intrinsics/random.c: Do not include <sys/types.h> header.fxcoudert2016-12-211-4/+0
* * libgfortran.h: Include <stdlib.h> header.fxcoudert2016-12-2119-19/+0
* * intrinsics/abort.c: Remove unused headers.fxcoudert2016-12-2123-33/+0
* PR libfortran/70311fxcoudert2016-12-211-1/+1
* Remove unused functions, take 2.jb2016-12-192-202/+0
* * Makefile.am: Remove ISO_C_BINDING runtime functions.fxcoudert2016-12-193-710/+0
* * Makefile.am: Remove intrinsics/bit_intrinsics.c.fxcoudert2016-12-191-138/+0
* * intrinsics/chmod.c (chmod_internal): Fix case where mode_t isfxcoudert2016-12-191-7/+1
* 2016-12-18 Dominique d'Humieres <dominiq@lps.ens.fr>dominiq2016-12-181-4/+4
* Use rand_s on MinGW-w64, fix array bound overflow.jb2016-09-211-4/+16
* Use a XOR cipher instead of byte shuffling to protect against bad seeds.jb2016-08-191-22/+31
* Always initialize PRNG using random data from the OS.jb2016-08-191-25/+32
* Include <stdlib.h> in intrinsics/random.cro2016-08-111-0/+1
* Replace KISS PRNG with xorshift1024* using per-thread state.jb2016-08-111-239/+371
* * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msgjakub2016-01-151-2/+2
* Update copyright years.jakub2016-01-0467-67/+67
* PR libfortran/47571fxcoudert2015-08-311-11/+3
* PR fortran/53668fxcoudert2015-08-281-0/+4
* PR libfortran/62296fxcoudert2015-08-231-3/+18
* 2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>kargl2015-08-101-0/+2
* 2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>kargl2015-08-101-0/+8
* 2015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-03-171-5/+9
* Update copyright years.jakub2015-01-0567-67/+67
* * intrinsics/env.c (getenv): Remove unused variable res_len.uros2014-11-251-1/+0
* PR 60324 VLA related fixes to random number generator.jb2014-11-161-26/+19
* * intrinsics/access.c: Include <stdlib.h>.mpolacek2014-11-138-0/+8
* PR 60324 Unbounded stack allocations in libgfortran.jb2014-11-1314-282/+152
* Fix -Wmaybe-uninitialized warnings.jb2014-09-301-0/+3
* * runtime/stop.c: Use C11 _Noreturn.fxcoudert2014-07-071-0/+7
* Introduce xmallocarray, an overflow checking variant of xmalloc.jb2014-06-179-18/+18
* * intrinsics/getcwd.c: Include stdlib.h.uros2014-05-271-0/+1
* PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.jb2014-05-261-27/+43
* Fix stack overflow crash in getcwd intrinsic.jb2014-05-121-11/+26
* Update copyright years in libgfortran/rsandifo2014-01-0267-67/+67