Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | improve seed calculation | Stanislav Malyshev | 2008-03-07 | 1 | -2/+2 |
| | | | | | # better solution would be to port mt's multi-value seed procedure | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) | foobar | 2004-01-19 | 1 | -1/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed bug #25170 (Problem with generation of random numbers on solaris) | Ilia Alshanetsky | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | Prevent carryover when max-min > signed int max | Sara Golemon | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). | foobar | 2003-08-11 | 1 | -0/+6 |
| | | | | | # Also cleaned up the code a bit with this fix. | ||||
* | Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris) | Ilia Alshanetsky | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Make RAND_RANGE() an API macro. | Andrei Zmievski | 2002-06-09 | 1 | -0/+3 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -23/+4 |
| | |||||
* | export the mt rand functions... | Sterling Hughes | 2001-09-09 | 1 | -0/+8 |
| | |||||
* | revert bad commit. | foobar | 2001-09-05 | 1 | -86/+31 |
| | |||||
* | fix zts+win32 build | Daniel Beulshausen | 2001-09-04 | 1 | -5/+5 |
| | |||||
* | - Fix broken build | Derick Rethans | 2001-09-03 | 1 | -1/+1 |
| | | | | | #- Please test before commit! | ||||
* | Removed outdated comment until I've got a better one | Jeroen van Wolffelaar | 2001-09-03 | 1 | -19/+0 |
| | |||||
* | Kill some warnings/errors (reported by Sebastian, more to come, but | Jeroen van Wolffelaar | 2001-09-03 | 1 | -1/+6 |
| | | | | | could take some time. Update of ZTS-builderrors is welcome) | ||||
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -31/+100 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 ↵ | James Moore | 2001-02-22 | 1 | -0/+22 |
| | | | | and rand. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - In Windows RAND_MAX is defined in stdlib.h | Andi Gutmans | 2000-04-22 | 1 | -0/+2 |
| | | | | | - Get rid of comment which is confusing. | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Move random functions related defines into its own header file. | Andrei Zmievski | 1999-10-06 | 1 | -0/+37 |