Don't use Win32 functions on CYGWIN.
[gcc.git] / libgfortran / intrinsics / random.c
2017-03-15 NightStrikeDon't use Win32 functions on CYGWIN.
2017-02-27 Janne BlomqvistDon't try to use rand_s on CYGWIN
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... random.c: Do not include <sys/types.h> header.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-09-21 Janne BlomqvistUse rand_s on MinGW-w64, fix array bound overflow.
2016-08-19 Janne BlomqvistUse a XOR cipher instead of byte shuffling to protect...
2016-08-19 Janne BlomqvistAlways initialize PRNG using random data from the OS.
2016-08-11 Rainer OrthInclude <stdlib.h> in intrinsics/random.c
2016-08-11 Janne BlomqvistReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-16 Janne BlomqvistPR 60324 VLA related fixes to random number generator.
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2012-03-10 Tobias Burnuslibgfortran.h (descriptor_dimension, [...]): Rename...
2011-11-10 Janne BlomqvistLet the compiler decide whether to inline.
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-06-09 Francois-Xavier... mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and...
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2008-11-01 Dennis Wasselre PR fortran/37159 (RANDOM_SEED: GET= check array...
2008-03-11 Francois-Xavier... re PR libfortran/32812 (random_seed and date_and_time)
2007-08-31 Francois-Xavier... minloc1.m4: Update copyright year and ajust headers...
2007-08-15 Francois-Xavier... re PR fortran/33077 (RANDOM_SEED failure for integer...
2007-08-12 Francois-Xavier... re PR fortran/30964 (optional arguments to random_seed)
2006-08-01 Thomas Koenigre PR libfortran/28452 (__gfortran_random_r10 not found)
2006-06-24 Francois-Xavier... ierrno.c: Don't include "io/io.h".
2006-06-06 Janne Blomqvistin_pack.m4: Add TODO comment about detecting temporaries...
2005-12-04 Francois-Xavier... format.c: Removing unused code.
2005-11-27 David Edelsohnrandom.c: Include config.h
2005-11-21 Jakub Jelinekre PR fortran/14943 (read/write code generation is...
2005-08-17 Kelley CookAll files: Update FSF address.
2005-05-15 Andreas JaegerRemove extra whitespace.
2005-05-15 Andreas Jaegernormalize.c (almostone_r4, [...]): Fix parameter list.
2005-05-04 Thomas Koenigre PR libfortran/21354 ([4.0 only] Rank 7 not handled...
2005-01-12 Toon Moenere PR libfortran/19280 (Inconsistent licensing of libgf...
2004-12-12 Richard Hendersonacinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY):...
2004-12-07 Richard Hendersonc99_functions.c, [...]: Whitespace fixes.
2004-06-13 Paul BrookMakefile.am (gfor_helper_src): Add runtime/normalize...
2004-06-13 Steven G. Karglrandom.c: Fix several spelling and formatting mistakes...
2004-06-13 Tobias Schlüterrandom.c (random_r4): Burn a random number.
2004-05-30 Steven G. Kargliresolve.c (gfc_resolve_random_number): Clean up condit...
2004-05-30 Andreas Jaegerrandom.c: Include unistd.h for close and read prototypes...
2004-05-23 Steven G. Kargl* random.c (random_seed): Use correct variable.
2004-05-14 Bud Davisre PR libfortran/15149 (problem computing Pi)
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.