| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/main/snprintf.h
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/main/snprintf.h
|
| 2a6968e |
|
21-Feb-2011 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- Fixed bug #54055 (buffer overrun with high values for precision ini setting). #This fix (for g/G/k/H modes) is done at a different level than that for the #modes e/E/f/F, at a bit higher level and therefore with less coverage. I #chose this because it addresses the problem where it is -- the calling function #that passes a buffer too small to php_gcvt.
/php-src/main/snprintf.h
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/main/snprintf.h
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/main/snprintf.h
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/main/snprintf.h
|
| ceabdbb |
|
27-Nov-2008 |
Scott MacVicar <scottmac@php.net> |
MFH Add asprintf, use regular system malloc and free and add checks in configure.in for the functions
/php-src/main/snprintf.h
|
| bfbe9a3 |
|
21-Nov-2008 |
Scott MacVicar <scottmac@php.net> |
MFH Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though!
/php-src/main/snprintf.h
|
| 45e6d1e |
|
07-Feb-2008 |
Marcus Boerger <helly@php.net> |
- MFH WS
/php-src/main/snprintf.h
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/main/snprintf.h
|
| da4ba85 |
|
06-Apr-2007 |
Andrei Zmievski <andrei@php.net> |
We can't use the printf attribute here since we are supporting non-standard formats (like 'F').
/php-src/main/snprintf.h
|
| 1345740 |
|
24-Feb-2007 |
Marcus Boerger <helly@php.net> |
- Add [v]slprintf to overcome the returnvalues issue of snprintf
/php-src/main/snprintf.h
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/main/snprintf.h
|
| c43fc2a |
|
19-Dec-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #39815 (SOAP double encoding is not locale-independent)
/php-src/main/snprintf.h
|
| 4d44a5b |
|
06-Dec-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one this patch also fixes thread safety issues in zend_strtod()
/php-src/main/snprintf.h
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/main/snprintf.h
|
| ee37265 |
|
03-Dec-2005 |
foobar <sniper@php.net> |
MFH: fix bug #35528
/php-src/main/snprintf.h
|
| 7199bc5 |
|
15-Sep-2005 |
Derick Rethans <derick@php.net> |
- MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).
/php-src/main/snprintf.h
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/main/snprintf.h
|
| c1717ed |
|
08-Jul-2005 |
Marcus Boerger <helly@php.net> |
- Fix *printf(%lld) under windows
/php-src/main/snprintf.h
|
| 3a947f2 |
|
31-Mar-2005 |
foobar <sniper@php.net> |
C++ fix
/php-src/main/snprintf.h
|
| 816bcd3 |
|
15-Nov-2004 |
Frank M. Kromann <fmk@php.net> |
Fix win32 build.
/php-src/main/snprintf.h
|
| 61364b5 |
|
15-Nov-2004 |
Derick Rethans <derick@php.net> |
- MFH4.3: Cleaned up some of the locale mess: * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats
/php-src/main/snprintf.h
|
| ccfc46b |
|
08-Jan-2004 |
foobar <sniper@php.net> |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
/php-src/main/snprintf.h
|
| 9f329ad |
|
14-Sep-2003 |
Marcus Boerger <helly@php.net> |
Add length modifier L
/php-src/main/snprintf.h
|
| 9b98e42 |
|
14-Sep-2003 |
Marcus Boerger <helly@php.net> |
- Add length modifiers(ll, j, t, h, hh) # Still missing formats (%a, %A) # Still missing modifier (l) in (%lc, %ls) # Still missing modifier (L) in (%La, %LA, %Le, %LE, %Lf, %LF, %Lg, %LG) # C99 requires any conversion to be able to produce at least 4095 # characters. Implementation only allows less then 512. # # Only inside ext/mbstring etc. we could use %lc and %ls. And none of the # rest should affect us until we stay with double and avoid long double.
/php-src/main/snprintf.h
|
| 5ef7cc4 |
|
28-Aug-2003 |
Sascha Schumann <sas@php.net> |
Let GCC check format arguments
/php-src/main/snprintf.h
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/main/snprintf.h
|
| 0e6fca4 |
|
18-Mar-2003 |
Stig Bakken <ssb@php.net> |
* email address change
/php-src/main/snprintf.h
|
| 411478e |
|
25-Feb-2003 |
foobar <sniper@php.net> |
Fixed bug #20256 (snprintf() not defined)
/php-src/main/snprintf.h
|
| 8e3f23e |
|
19-Feb-2003 |
foobar <sniper@php.net> |
ws fixes + missing $Id$ tags, headers added
/php-src/main/snprintf.h
|
| 2c5d4b8 |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/main/snprintf.h
|
| 302bfef |
|
23-Jun-2002 |
Marcus Boerger <helly@php.net> |
explain difference between sprintf, snprintf and spprintf #before complaining snprintf is often used wrong: #snprintf does not terminate the buffer but most people expect it #that could be a security isuue at somewhere
/php-src/main/snprintf.h
|
| 66036ea |
|
07-May-2002 |
Sascha Schumann <sas@php.net> |
use thread-safe functions unconditionally
/php-src/main/snprintf.h
|
| 946fca9 |
|
07-May-2002 |
Sascha Schumann <sas@php.net> |
Add thread-safety to some conversion functions and sync a bit with APR.
/php-src/main/snprintf.h
|
| d3e9752 |
|
10-Apr-2002 |
Marcus Boerger <helly@php.net> |
-preface for new vpprintf #reordered and renamed some functions and removed some static
/php-src/main/snprintf.h
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/php-src/main/snprintf.h
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/main/snprintf.h
|
| 9e5b0de |
|
05-Jun-2001 |
Jason Greene <jason@php.net> |
Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly.
/php-src/main/snprintf.h
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/php-src/main/snprintf.h
|
| 4caea0b |
|
23-Jul-2000 |
Joey Smith <joey@php.net> |
BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
/php-src/main/snprintf.h
|
| 16017f6 |
|
02-Jul-2000 |
Sascha Schumann <sas@php.net> |
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
/php-src/main/snprintf.h
|
| e043439 |
|
18-May-2000 |
Zeev Suraski <zeev@php.net> |
Update the license with the new clause 6
/php-src/main/snprintf.h
|
| bb09ee9 |
|
12-Mar-2000 |
Sascha Schumann <sas@php.net> |
Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.
/php-src/main/snprintf.h
|
| 9b621d1 |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
Get the license right... (this won't make it to RC1 of B4)
/php-src/main/snprintf.h
|
| 6d0ab61 |
|
10-Feb-2000 |
Zeev Suraski <zeev@php.net> |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
/php-src/main/snprintf.h
|
| 43ae2bf |
|
01-Jan-2000 |
Sascha Schumann <sas@php.net> |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
/php-src/main/snprintf.h
|
| 3cb1eb0 |
|
02-Aug-1999 |
Zeev Suraski <zeev@php.net> |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
/php-src/main/snprintf.h
|
| c5724cb |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/php-src/main/snprintf.h
|
| aceaabc |
|
07-Apr-1999 |
Zeev Suraski <zeev@php.net> |
PHP 4.0
/php-src/main/snprintf.h
|