summaryrefslogtreecommitdiff
path: root/ext/ctype/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-28/+14
* Fix [-Wundef] warning in CType extensionGeorge Peter Banyard2020-05-161-1/+1
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-42/+12
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add some stubs at ctype extVictor Gazotti2019-08-141-46/+1
* Add boolean return type for ctype extension functionsGabriel Caruso2019-06-011-11/+11
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Avoid useless copying and conversionDmitry Stogov2018-07-041-22/+19
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-4/+2
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in ctypeSara Golemon2016-12-281-2/+3
* 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
* | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* | fix datatype mismatch warningsAnatol Belski2014-10-301-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-9/+9
* | basic macro replacements, all at onceAnatol Belski2014-08-191-9/+9
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-11/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-11/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-10/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix warnings about nonextistent functionsAntony Dovgal2006-08-311-4/+0
* move static declaration to *.c filesNuno Lopes2006-08-141-0/+18
* a few more static keywordingNuno Lopes2006-08-141-13/+13
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-11/+69
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #34645 (ctype corrupts memory when validating large numbers).Ilia Alshanetsky2005-09-261-18/+23
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).Ilia Alshanetsky2004-11-301-5/+5
* Fixed bug #30276 (Possible crash in ctype_digit on large numbers).Ilia Alshanetsky2004-09-301-1/+1
* - Correct range checks.Moriyoshi Koizumi2004-07-201-2/+4
* Fixed bug #29226 (ctype_* functions missing validation of numeric stringIlia Alshanetsky2004-07-201-1/+5