summaryrefslogtreecommitdiff
path: root/strings/apr_snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.wrowe2002-12-101-1/+1
* Get rid of somewhat long-standing issue regarding large valuesjim2002-12-091-8/+10
* fix typo before someone else notices it and pounces :)jim2002-08-271-1/+1
* Fix typo that broke things in really odd ways.jerenkrantz2002-08-271-1/+1
* Document the len == 0 special case for apr_snprintf() and allow it tojim2002-08-261-6/+24
* If the length argument to apr_snprintf is 0, then we should return therbb2002-08-251-15/+15
* Printing a string with apr_snprintf can seg fault, if a precision isrbb2002-08-251-3/+32
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldstriker2002-07-131-4/+1
* A simple memcpy is sufficient here, because we know the length of thesascha2002-05-071-1/+2
* Optimize away a strncmp that accounted for 10% of the run time ofbrianp2002-05-071-0/+7
* clean up the use of apr_sockaddr_t (stay out of family-specifictrawick2002-03-151-3/+2
* PR: 9932 (apache 1.3)jim2002-03-141-0/+4
* Update our copyright for this year.fielding2002-03-131-1/+1
* Formatting cleanup only - I'm now convince this code is clean - but somewrowe2002-02-121-2/+2
* You know the style was horrendous when it requires *two* passes to getjerenkrantz2002-02-051-43/+43
* Style changes - tabs to spaces primarily.jerenkrantz2002-02-051-679/+683
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-4/+4
* Patch to allow %qd within apr_snprintf, but handle the platform specificwrowe2001-05-031-1/+7
* Get apr_snprintf() compiling again on platforms without isnan() ortrawick2001-04-271-3/+8
* Make ap_snprintf() more robust against border situations withmartin2001-04-271-10/+20
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-5/+5
* Update copyright to 2001fielding2001-02-161-1/+1
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-161-8/+26
* don't print anything for "%n"gstein2000-11-021-4/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-3/+3
* apr_snprintf(): Get quad format strings working on OS/390 (and perhapstrawick2000-09-131-6/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-21/+22
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Caught a bad var arg linkage declaration.wrowe2000-07-251-1/+2
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1196