summaryrefslogtreecommitdiff
path: root/main/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-3/+0
* Drop the custom 'v' format from snprintf custom implementation.George Peter Banyard2020-01-211-1/+0
* Drop the custom I length modifier from snprintf custom implementation.George Peter Banyard2020-01-201-19/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix unused value warnings in snprintf.cNikita Popov2019-06-121-3/+3
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-10/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove redundant continue in for loopsRijnard van Tonder2018-11-201-2/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Remove unneeded WS changeYasuo Ohgaki2016-06-261-2/+0
* Fix mode when precision=0. Add testYasuo Ohgaki2016-06-261-1/+1
* Simply use ndigit for flag for zend_dtoa modeYasuo Ohgaki2016-06-261-13/+5
* Initial patch for 0 mode float conversion. The magic number is better to be i...Yasuo Ohgaki2016-06-261-2/+16
* Fixed compilation warningsDmitry Stogov2016-06-211-14/+14
* 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
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+2
* | Merge branch 'PHP-5.6'Anatol Belski2014-12-061-0/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-061-0/+1
| |\
| | * add include for missing localeconv_r protoAnatol Belski2014-12-061-0/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2014-12-061-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-061-0/+16
| |\ \ | | |/
| | * Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-061-0/+16
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | fix datatype mismatchesAnatol Belski2014-11-181-2/+2
* | | fix datatype mismatchesAnatol Belski2014-10-271-2/+2
* | | Merge branch 'PHP-5.6'Anatol Belski2014-10-181-2/+2
|\ \ \ | |/ /
| * | export functions needed for phpdbgAnatol Belski2014-10-181-2/+2
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 3Anatol Belski2014-08-251-6/+6
* | | master renames phase 1Anatol Belski2014-08-251-5/+5
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-7/+24
* | | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-4/+6
* | | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-07-141-1/+1
|\
| * - Fixed bug #62525 (sigabrt while converting floating point to string)Felipe Pena2012-07-141-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Remove unused variablePierrick Charron2011-08-091-2/+1
| * Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-111-1/+4
| * - Fixed bug #54055 (buffer overrun with high values for precision iniGustavo André dos Santos Lopes2011-02-211-4/+4