summaryrefslogtreecommitdiff
path: root/main/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fix warning "implicit declaration of function `vasprintf'"Xinchen Hui2011-09-151-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
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed compiler warnings in main/Kalle Sommer Nielsen2010-08-171-2/+2
|/
* 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 Add asprintf, use regular system malloc and free and add checks in config...Scott MacVicar2008-11-271-2/+14
* MFH Add vasprintf() so the buffer can be automatically calculated, you need t...Scott MacVicar2008-11-211-0/+24
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-151-4/+1
* - MFH Add %Z to *printfMarcus Boerger2008-02-071-20/+37
* - MFH WSMarcus Boerger2008-02-071-11/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #42785 (json_encode() formats doubles according to locale ratherIlia Alshanetsky2007-10-011-1/+2
* 'I32' and 'I' supportAntony Dovgal2007-08-031-1/+10
* Restore big exponent letter in var_export() ('1e300' -> '1E300')Dmitry Stogov2007-06-251-1/+1
* - MFH: Added the H modifier to create non-locale-aware non-fixed-precisionDerick Rethans2007-06-191-1/+2
* MFH: add support for %I64(u|d) to sprintf() utilitiesAntony Dovgal2007-04-121-0/+10
* fix ws/cs and make the ugly code less ugly..Antony Dovgal2007-02-261-58/+82