Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | Fix a compiler warning in php_rand.h | Rouven Weßling | 2014-04-20 | 1 | -1/+0 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | 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 |
* | - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587. | Gustavo André dos Santos Lopes | 2010-11-25 | 1 | -7/+8 |
* | - Fixed compile warnings | Felipe Pena | 2010-11-23 | 1 | -1/+1 |
* | Fixed bug #46587 (mt_rand() does not check that max is greater than min). | Ilia Alshanetsky | 2010-11-23 | 1 | -0/+5 |
* | 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 |
* | - 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 |
* | 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 |
* | 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 |