summaryrefslogtreecommitdiff
path: root/strings/apr_snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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