summaryrefslogtreecommitdiff
path: root/main/snprintf.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix win32 build.Frank M. Kromann2004-11-151-3/+12
|
* - MFH4.3: Cleaned up some of the locale mess:Derick Rethans2004-11-151-6/+0
| | | | | | | | * 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
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Add length modifier LMarcus Boerger2003-09-141-1/+2
|
* - Add length modifiers(ll, j, t, h, hh)Marcus Boerger2003-09-141-1/+24
| | | | | | | | | | | | # 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.
* Let GCC check format argumentsSascha Schumann2003-08-281-3/+3
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* Fixed bug #20256 (snprintf() not defined)foobar2003-02-251-2/+2
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-1/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* explain difference between sprintf, snprintf and spprintfMarcus Boerger2002-06-231-0/+43
| | | | | | | #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
* use thread-safe functions unconditionallySascha Schumann2002-05-071-10/+0
|
* Add thread-safety to some conversion functions and sync a bit withSascha Schumann2002-05-071-8/+8
| | | | | APR.
* -preface for new vpprintfMarcus Boerger2002-04-101-0/+35
| | | | | #reordered and renamed some functions and removed some static
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-051-2/+2
| | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* BROKEN_SPRINTF should be PHP_BROKEN_SPRINTFJoey Smith2000-07-231-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | 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.
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-2/+1
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-7/+7
| | | | | | | | | | | | | | | 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
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-20/+9
|
* PHP 4.0Zeev Suraski1999-04-071-0/+56