| Commit message (Expand) | Author | Age | Files | Lines |
* | Make RAND_RANGE() an API macro. | Andrei Zmievski | 2002-06-09 | 1 | -2/+0 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has | Sterling Hughes | 2001-10-07 | 1 | -2/+11 |
* | hopefully fix win32 compile warnings | Sterling Hughes | 2001-09-18 | 1 | -2/+2 |
* | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -8/+61 |
* | Hopefully fix compile warnings on win32 systems | Sterling Hughes | 2001-09-16 | 1 | -0/+9 |
* | for the daft folks that think 0 is a good seed. | Sterling Hughes | 2001-09-16 | 1 | -4/+4 |
* | @ Make the seed options to srand() and mt_srand() optional, if the seed is | Sterling Hughes | 2001-09-16 | 1 | -6/+16 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | export the mt rand functions... | Sterling Hughes | 2001-09-09 | 1 | -13/+11 |
* | add missing ) | Sterling Hughes | 2001-09-06 | 1 | -1/+1 |
* | fix ms compile warnings | Sterling Hughes | 2001-09-06 | 1 | -1/+1 |
* | spaces -> tabs work cont. | Sterling Hughes | 2001-09-06 | 1 | -9/+9 |
* | ws fix | Sterling Hughes | 2001-09-06 | 1 | -70/+72 |
* | Fix ts build | Sterling Hughes | 2001-09-05 | 1 | -4/+4 |
* | Straight out da bronx, I be using zend_parse_parameters() | Sterling Hughes | 2001-09-05 | 1 | -32/+22 |
* | stray tabs and spaces | Sterling Hughes | 2001-09-05 | 1 | -2/+2 |
* | change range macro semantics | Sterling Hughes | 2001-09-05 | 1 | -3/+3 |
* | remove inline | Sterling Hughes | 2001-09-05 | 1 | -1/+1 |
* | a bit of api cleanup... move range stuff into a macro (properly :) | Sterling Hughes | 2001-09-05 | 1 | -95/+73 |
* | revert bad commit. | foobar | 2001-09-05 | 1 | -226/+269 |
* | fix zts+win32 build | Daniel Beulshausen | 2001-09-04 | 1 | -9/+12 |
* | - Fix broken build | Derick Rethans | 2001-09-03 | 1 | -1/+1 |
* | Kill some warnings/errors (reported by Sebastian, more to come, but | Jeroen van Wolffelaar | 2001-09-03 | 1 | -4/+7 |
* | Fix SIGSEGV because HAS_SRAND didn't check wether the entry existed at | Jeroen van Wolffelaar | 2001-09-03 | 1 | -1/+3 |
* | Update credits | Jeroen van Wolffelaar | 2001-09-03 | 1 | -0/+1 |
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -270/+218 |
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+8 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -5/+5 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -7/+6 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+5 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -1/+2 |
* | Fix erronous out of bounds error message in rand(min,max) | Fredrik Öhrn | 2001-03-20 | 1 | -1/+1 |
* | - 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 and... | James Moore | 2001-02-22 | 1 | -18/+4 |
* | - Fix for bug 9277, two the same boundaries make sense in some cases | Derick Rethans | 2001-02-19 | 1 | -1/+1 |
* | For those lucky systems with both random() and *rand48(), the random() | Jim Jagielski | 2001-02-06 | 1 | -6/+6 |
* | @Set default include_path so PEAR files can be reached (Stig) | Stig Bakken | 2000-07-18 | 1 | -9/+9 |
* | Rename phpmath.h to php_math.h. | Sascha Schumann | 2000-06-13 | 1 | -1/+1 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -4/+4 |
* | in [mt_]rand(): (see BUG #3353) | Hartmut Holzgraefe | 2000-05-22 | 1 | -3/+7 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | - Get rid of newly introduced warning | Zeev Suraski | 2000-04-24 | 1 | -1/+1 |
* | - In Windows RAND_MAX is defined in stdlib.h | Andi Gutmans | 2000-04-22 | 1 | -1/+0 |
* | - Hopefully fix mt_rand() functions under Windows. This patch will effect | Andi Gutmans | 2000-04-22 | 1 | -2/+5 |
* | 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 |
* | - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p... | Zeev Suraski | 1999-12-26 | 1 | -7/+7 |
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -4/+4 |