Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |