Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | MFH: Fix bug #46209 - Remove license condition that is no longer required. | Scott MacVicar | 2008-10-01 | 1 | -8/+0 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Faster and better licensed implementation | Dmitry Stogov | 2006-11-10 | 1 | -139/+121 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | removing the unwanted inclusion of headers | Anantha Kesari H Y | 2004-09-25 | 1 | -4/+0 |
| | |||||
* | - Moved php_srand() call into php_rand(). | foobar | 2004-01-19 | 1 | -4/+4 |
| | | | | | | | | # Makes shuffle() and str_shuffle() to be random without having to # call srand() in scripts. # They don't internally call php_srand() at all and it would be silly # to start adding php_srand() calls all over the place.. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Revert proto 'fix'. | Ilia Alshanetsky | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | Proto fixes. | Ilia Alshanetsky | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). | foobar | 2003-08-11 | 1 | -8/+6 |
| | | | | | # Also cleaned up the code a bit with this fix. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -7/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-06 | 1 | -0/+4 |
| | |||||
* | 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 |
| | | | | | @ not been called. (Sterling) | ||||
* | hopefully fix win32 compile warnings | Sterling Hughes | 2001-09-18 | 1 | -2/+2 |
| | | | | | # I really wish i had a box to compile php with win32 on | ||||
* | 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 |
| | | | | | | | | | | | | @ not specified, the generate the most random seed possible. (Sterling) Please, if anyone has any comments on the way I generate this seed, speak up! This seems to be the most "random" seed I could come up with... This commit is 100% backwards compatible :) Add myself to the authors list cause of recent work on the file | ||||
* | - 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 |
| | | | | | | | # I've gotta start compiling --enable-experimental-zts... anyway we can make # this the default when compiling from cvs? It'll help a large portion of # compile issues with patches | ||||
* | Straight out da bronx, I be using zend_parse_parameters() | Sterling Hughes | 2001-09-05 | 1 | -32/+22 |
| | | | | | # Word out to my peeps on Connor st. | ||||
* | stray tabs and spaces | Sterling Hughes | 2001-09-05 | 1 | -2/+2 |
| | |||||
* | change range macro semantics | Sterling Hughes | 2001-09-05 | 1 | -3/+3 |
| | | | | | # Kinda torn between the two, thoughts? | ||||
* | 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 |
| | | | | | #- Please test before commit! | ||||
* | Kill some warnings/errors (reported by Sebastian, more to come, but | Jeroen van Wolffelaar | 2001-09-03 | 1 | -4/+7 |
| | | | | | could take some time. Update of ZTS-builderrors is welcome) | ||||
* | Fix SIGSEGV because HAS_SRAND didn't check wether the entry existed at | Jeroen van Wolffelaar | 2001-09-03 | 1 | -1/+3 |
| | | | | | all | ||||
* | 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 |
| | | | | | faster mechanism | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -5/+5 |
| |