summaryrefslogtreecommitdiff
path: root/main/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Add [v]slprintf to overcome the returnvalues issue of snprintfMarcus Boerger2007-02-241-0/+28
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-191-1/+1
* MFHAntony Dovgal2006-12-191-4/+4
* Support for systems without locale.hDmitry Stogov2006-12-191-2/+11
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-26/+23
* MFH:Hannes Magnusson2006-12-181-6/+14
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-215/+224
* - MFH %v for s[np]printfMarcus Boerger2006-05-071-0/+1
* - MFH Bug #35978 %n format string specifier wrongly implementedMarcus Boerger2006-01-241-1/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - MFH Support full range of floatsMarcus Boerger2005-12-261-1/+2
* - SWH (WS + memory corruption fix)Marcus Boerger2005-12-261-17/+17
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix win32 build.Frank M. Kromann2004-11-151-2/+2
* - MFH4.3: Cleaned up some of the locale mess:Derick Rethans2004-11-151-4/+0
* Bugfix #28012, now for snprintfMarcus Boerger2004-04-151-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-211-0/+3
* More NaN & INF handling fixes.Ilia Alshanetsky2003-09-291-0/+16
* Add length modifier LMarcus Boerger2003-09-141-2/+38
* - Add length modifiers(ll, j, t, h, hh)Marcus Boerger2003-09-141-39/+149
* - Fix %p to prepend '0x' as suggested by C99.Marcus Boerger2003-09-131-7/+27
* ClearifyMarcus Boerger2003-08-081-4/+2
* Bugfix #24063 (marcus/ilia)Marcus Boerger2003-08-081-2/+10
* Fix text output of numbers with absolute exponent greater than or equal 80.Marcus Boerger2003-07-171-2/+12
* Fixed bug #24063 (*printf() did not handle scientific notation correctly)Ilia Alshanetsky2003-06-301-0/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* Sanity check that ensures proper handling of 'E' doubles/floats as well asIlia Alshanetsky2003-05-051-0/+4