63 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Scott MacVicar ceabdbb483 MFH Add asprintf, use regular system malloc and free and add checks in configure.in for the functions 18 years ago
Scott MacVicar bfbe9a34ab MFH Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 18 years ago
Dmitry Stogov 1474d9dfad Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 18 years ago
Marcus Boerger dff168c38b - MFH Add %Z to *printf 18 years ago
Marcus Boerger 45e6d1e333 - MFH WS 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 36cf6a2b05 Fixed bug #42785 (json_encode() formats doubles according to locale rather 19 years ago
Antony Dovgal 515aaeda10 'I32' and 'I' support 19 years ago
Dmitry Stogov aa54d9e385 Restore big exponent letter in var_export() ('1e300' -> '1E300') 19 years ago
Derick Rethans 3b481cef64 - MFH: Added the H modifier to create non-locale-aware non-fixed-precision 19 years ago
Antony Dovgal 73aa351741 MFH: add support for %I64(u|d) to sprintf() utilities 19 years ago
Antony Dovgal 7939691523 fix ws/cs and make the ugly code less ugly.. 19 years ago
Marcus Boerger 1345740fa5 - Add [v]slprintf to overcome the returnvalues issue of snprintf 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 4307af8cdf MFH 19 years ago
Antony Dovgal c34d863d3e MFH 19 years ago
Dmitry Stogov 5d8183f0b2 Support for systems without locale.h 19 years ago
Dmitry Stogov c43fc2afc8 Fixed bug #39815 (SOAP double encoding is not locale-independent) 19 years ago
Hannes Magnusson 9ef3575c25 MFH: 19 years ago
Antony Dovgal 4d44a5b71d MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one 20 years ago
Marcus Boerger c018b83003 - MFH %v for s[np]printf 20 years ago
Marcus Boerger 9cb7d29f84 - MFH Bug #35978 %n format string specifier wrongly implemented 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Marcus Boerger 22ee7f8e3e - MFH Support full range of floats 20 years ago
Marcus Boerger ec1a7e02d4 - SWH (WS + memory corruption fix) 20 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Frank M. Kromann 816bcd3aff Fix win32 build. 22 years ago
Derick Rethans 61364b5bb1 - MFH4.3: Cleaned up some of the locale mess: 22 years ago
Marcus Boerger 43e44e4e9f Bugfix #28012, now for snprintf 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Marcus Boerger 2c454d7a1f Bugfix #25930 Can't compile snprintf.c 23 years ago
Ilia Alshanetsky 6ac36d1a00 More NaN & INF handling fixes. 23 years ago
Marcus Boerger 9f329adb02 Add length modifier L 23 years ago
Marcus Boerger 9b98e42f35 - Add length modifiers(ll, j, t, h, hh) 23 years ago
Marcus Boerger af574b9699 - Fix %p to prepend '0x' as suggested by C99. 23 years ago
Marcus Boerger 4ea2599301 Clearify 23 years ago
Marcus Boerger 2ede480de2 Bugfix #24063 (marcus/ilia) 23 years ago
Marcus Boerger 244795a4df Fix text output of numbers with absolute exponent greater than or equal 80. 23 years ago
Ilia Alshanetsky 8cb5c9c6ba Fixed bug #24063 (*printf() did not handle scientific notation correctly) 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Ilia Alshanetsky 4f4cc4f7a3 Sanity check that ensures proper handling of 'E' doubles/floats as well as 23 years ago
foobar 411478e1f6 Fixed bug #20256 (snprintf() not defined) 23 years ago
foobar 8e3f23e3c0 ws fixes + missing $Id$ tags, headers added 23 years ago
Ilia Alshanetsky f9669f6c49 Modified fix for bug #22187 so that it does not affect handling of numbers 23 years ago
Ilia Alshanetsky f924aaf647 Fixed bug #22187 (spprintf function did not handle floats correctly). 23 years ago
Marcus Boerger b6cf2bb4bc make snprintf and f,g,G converions of snprintf/spprintf C99 complient 24 years ago
Marcus Boerger 76aa60d4e4 -compiler warning (missing data type) 24 years ago
Sascha Schumann 66036eab10 use thread-safe functions unconditionally 24 years ago
Sascha Schumann 946fca9c91 Add thread-safety to some conversion functions and sync a bit with 24 years ago