summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-2/+1
* Convert zend_parse_parameters_none() to fast ZPP in standard libMáté Kocsis2019-12-301-3/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Narrow typeinfos down for zend_parse_paramenters_noneXinchen Hui2017-09-121-0/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-2/+2
* | native tls initial patchkrakjoe2014-09-201-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Worked with Samy Kamkar to improve LCG entropy. Rasmus Lerdorf2010-01-081-1/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: ws + folding tagsJani Taskinen2007-11-061-7/+10
* Get rid of a useless RINIT and an empty RSHUTDOWN on non-WindowsRasmus Lerdorf2007-05-171-8/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* ext/standard/fsock.hAnantha Kesari H Y2005-07-251-2/+0
* removed the redundant NEW_LIBC checksAnantha Kesari H Y2004-09-251-4/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* TS issue, noticed by Sebastian BergmannSascha Schumann2003-03-311-0/+2
* Ensure that the seed function has been called, even if we are used bySascha Schumann2003-03-311-0/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+6
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-1/+1
* Fix warning on Win32 (thanks to Sebastian)Sascha Schumann2001-09-211-1/+3
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-211-11/+28
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* revert bad commit.foobar2001-09-051-6/+1
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-1/+6
* WhitespaceZeev Suraski2001-08-111-4/+4
* killed a compile warning.foobar2001-08-071-2/+2