index
:
ampere-computing/gcc.git
common/ipa-str-reorg-v2
dfe-v1
gcc-7_3_0-amp-branch
gcc-7_3_0-retpoline-branch
gcc-7_3_0-retpoline2-branch
gcc-8_2_0-amp-branch
gcc-8_2_0-amp2-branch
gcc-8_2_0-amp3-branch
gcc-8_3_0-amp3-branch
gcc-8_4_0-amp-branch
gcc-9_1_0-amp-branch
gcc-9_3_0-amp-branch
master
master-dbcf2c2b2e
master-retpoline
GCC including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
/
intrinsics
/
random.c
Age
Commit message (
Expand
)
Author
2017-03-15
Don't use Win32 functions on CYGWIN.
jb
2017-02-27
Don't try to use rand_s on CYGWIN
jb
2017-01-01
Update copyright years.
jakub
2016-12-21
* intrinsics/random.c: Do not include <sys/types.h> header.
fxcoudert
2016-12-21
* libgfortran.h: Include <stdlib.h> header.
fxcoudert
2016-09-21
Use rand_s on MinGW-w64, fix array bound overflow.
jb
2016-08-19
Use a XOR cipher instead of byte shuffling to protect against bad seeds.
jb
2016-08-19
Always initialize PRNG using random data from the OS.
jb
2016-08-11
Include <stdlib.h> in intrinsics/random.c
ro
2016-08-11
Replace KISS PRNG with xorshift1024* using per-thread state.
jb
2016-01-04
Update copyright years.
jakub
2015-01-05
Update copyright years.
jakub
2014-11-16
PR 60324 VLA related fixes to random number generator.
jb
2014-11-13
PR 60324 Unbounded stack allocations in libgfortran.
jb
2014-01-02
Update copyright years in libgfortran/
rsandifo
2013-01-14
Update copyright years in libgfortran.
rsandifo
2012-03-10
2012-03-10 Tobias Burnus <burnus@net-b.de>
burnus
2011-11-10
Let the compiler decide whether to inline.
jb
2011-01-03
Update Copyright years for files modified in 2010.
jakub
2010-06-09
* mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and
fxcoudert
2009-06-21
2009-06-21 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
jakub
2008-11-01
2008-11-01 Dennis Wassel <dennis.wassel@gmail.com>
tkoenig
2008-03-11
PR libfortran/32812
fxcoudert
2007-08-31
* m4/minloc1.m4: Update copyright year and ajust headers order.
fxcoudert
2007-08-15
PR fortran/33077
fxcoudert
2007-08-12
PR fortran/30964
fxcoudert
2006-08-01
2006-08-01 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig
2006-06-24
* intrinsics/ierrno.c: Don't include "io/io.h".
fxcoudert
2006-06-06
2006-06-06 Janne Blomqvist <jb@gcc.gnu.org>
jb
2005-12-04
* io/format.c: Removing unused code.
fxcoudert
2005-11-27
* intrinsics/random.c: Include config.h
dje
2005-11-21
gcc/fortran/
jakub
2005-08-17
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook
2005-05-15
Remove extra whitespace.
aj
2005-05-15
* runtime/normalize.c (almostone_r4, almostone_r8): Fix parameter
aj
2005-05-04
2005-05-04 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig
2005-01-12
2005-01-12 Toon Moene <toon@moene.indiv.nluug.nl>
toon
2004-12-12
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.
rth
2004-12-07
* intrinsics/c99_functions.c, intrinsics/eoshift0.c,
rth
2004-06-13
* Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
pbrook
2004-06-13
* random.c: Fix several spelling and formatting mistakes in
tobi
2004-06-13
2004-06-13 Steven G. Kargl <kargls@comcast.net>
tobi
2004-05-30
* iresolve.c (gfc_resolve_random_number): Clean up conditional.
pbrook
2004-05-30
* intrinsics/random.c: Include unistd.h for close and read
aj
2004-05-23
* random.c (random_seed): Use correct variable.
pbrook
2004-05-14
PR fortran/15149
bdavis
2004-05-13
Merge tree-ssa-20020619-branch into mainline.
dnovillo