Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Add length modifiers(ll, j, t, h, hh) | Marcus Boerger | 2003-09-14 | 1 | -39/+149 | |
| | | | | | | | | | | | | # 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. | |||||
* | - Fix %p to prepend '0x' as suggested by C99. | Marcus Boerger | 2003-09-13 | 1 | -7/+27 | |
| | | | | | | | | - Add 'z' prefix. # Now you can use '%zd' in [v]spprintf() and everything that utilizes it # like error messages BUT you still cannot rely on it in [v]s[n]printf() # calls. | |||||
* | Clearify | Marcus Boerger | 2003-08-08 | 1 | -4/+2 | |
| | ||||||
* | Bugfix #24063 (marcus/ilia) | Marcus Boerger | 2003-08-08 | 1 | -2/+10 | |
| | ||||||
* | Fix text output of numbers with absolute exponent greater than or equal 80. | Marcus Boerger | 2003-07-17 | 1 | -2/+12 | |
| | | | | | | | | # # Probably not last conclusion on wisdom. But i looked up current apache # sources and they have the same error and so this must do the trick. # | |||||
* | Fixed bug #24063 (*printf() did not handle scientific notation correctly) | Ilia Alshanetsky | 2003-06-30 | 1 | -0/+3 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | Sanity check that ensures proper handling of 'E' doubles/floats as well as | Ilia Alshanetsky | 2003-05-05 | 1 | -0/+4 | |
| | | | | | prevents an unlikely buffer overflow. | |||||
* | Fixed bug #20256 (snprintf() not defined) | foobar | 2003-02-25 | 1 | -1/+1 | |
| | ||||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 | |
| | ||||||
* | Modified fix for bug #22187 so that it does not affect handling of numbers | Ilia Alshanetsky | 2003-02-13 | 1 | -1/+4 | |
| | | | | | represented in scientific notation. | |||||
* | Fixed bug #22187 (spprintf function did not handle floats correctly). | Ilia Alshanetsky | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | make snprintf and f,g,G converions of snprintf/spprintf C99 complient | Marcus Boerger | 2002-08-21 | 1 | -14/+21 | |
| | ||||||
* | -compiler warning (missing data type) | Marcus Boerger | 2002-06-23 | 1 | -1/+1 | |
| | ||||||
* | use thread-safe functions unconditionally | Sascha Schumann | 2002-05-07 | 1 | -11/+1 | |
| | ||||||
* | Add thread-safety to some conversion functions and sync a bit with | Sascha Schumann | 2002-05-07 | 1 | -16/+18 | |
| | | | | | APR. | |||||
* | fix build (hopefully for BSD, too) | Marcus Boerger | 2002-04-11 | 1 | -3/+2 | |
| | ||||||
* | fix a warnig and an error (found by Sebastioan) | Marcus Boerger | 2002-04-10 | 1 | -1/+1 | |
| | ||||||
* | -preface for new vpprintf | Marcus Boerger | 2002-04-10 | 1 | -208/+199 | |
| | | | | | #reordered and renamed some functions and removed some static | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 | |
| | ||||||
* | Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf | Jason Greene | 2001-06-05 | 1 | -1/+1 | |
| | | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly. | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | - Remove C++ comment | Andi Gutmans | 2001-05-01 | 1 | -1/+0 | |
| | ||||||
* | - Fix snprintf() to work with nan and inf properly | Andi Gutmans | 2001-05-01 | 1 | -10/+19 | |
| | ||||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -19/+17 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | Fix another compile warning | Zeev Suraski | 1999-07-31 | 1 | -2/+1 | |
| | ||||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 | |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+935 | |