summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
Commit message (Expand)AuthorAgeFilesLines
* Worked with Samy Kamkar to improve LCG entropy. Rasmus Lerdorf2010-01-081-1/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: ws + folding tagsJani Taskinen2007-11-061-7/+10
* Get rid of a useless RINIT and an empty RSHUTDOWN on non-WindowsRasmus Lerdorf2007-05-171-8/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* ext/standard/fsock.hAnantha Kesari H Y2005-07-251-2/+0
* removed the redundant NEW_LIBC checksAnantha Kesari H Y2004-09-251-4/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* TS issue, noticed by Sebastian BergmannSascha Schumann2003-03-311-0/+2
* Ensure that the seed function has been called, even if we are used bySascha Schumann2003-03-311-0/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+6
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-1/+1
* Fix warning on Win32 (thanks to Sebastian)Sascha Schumann2001-09-211-1/+3
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-211-11/+28
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* revert bad commit.foobar2001-09-051-6/+1
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-1/+6
* WhitespaceZeev Suraski2001-08-111-4/+4
* killed a compile warning.foobar2001-08-071-2/+2
* more tsrm cleanupSascha Schumann2001-08-061-3/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+3
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* The lcg needs to operate on signed 32-bit integers, so useSascha Schumann2001-07-181-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+9
* Moved ts_alloca_id() into MINIT like Andi requested.foobar2001-05-061-5/+9
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-061-3/+8
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-15/+1
* More protos.Egon Schmid2000-02-241-1/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Fix some warningsSascha Schumann1999-12-051-1/+1
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-2/+0
* Fix a maintainer-mode warningRasmus Lerdorf1999-12-051-3/+5
* - Get rid of warning on win32, non-threadsafe mode.Andi Gutmans1999-09-221-0/+4
* moved lcg stuff to ext/standardStig Bakken1999-08-291-0/+98