summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings:jwoolley2001-07-261-7/+5
* Replace the very limited-use ap_send_size with apr_strfsize(), whichwrowe2001-07-251-0/+34
* Yes, this is a bogus cast. It's necessary since win32 figures out thewrowe2001-07-251-1/+1
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-251-1/+1
* Fix build breakage due to mismatch between function and prototypejwoolley2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-0/+72
* make termination of apr_pstrcat-ed string a bit faster (from jeff trawick)dougm2001-06-201-1/+2
* apr_pstrcat() optimizations:dougm2001-06-191-3/+4
* Add apr_strtok(), a thread-safe flavor of strtok() which has thetrawick2001-05-232-1/+96
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-4/+4
* * apr_pstrndup: Check string length with memchr instead of strlen sobrane2001-05-101-4/+18
* 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-253-8/+8
* Clean up a warning.wrowe2001-02-231-1/+1
* Update copyright to 2001fielding2001-02-163-3/+3
* *) rename apr_memdup() to apr_pmemdup()gstein2001-02-121-8/+7
* ap_pstrndup could have caused out-of-bounds memory accesses (this is aben2001-02-111-2/+7
* Add memdup function.ben2001-02-111-0/+11
* 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
* Eliminate some missing prototype warnings.fielding2001-01-281-0/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-2/+4
* Libtool-ize APR.gstein2001-01-092-28/+13
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on Solarisrbb2000-12-211-0/+3
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-161-8/+26
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+3
* Make the APR headers sane.gstein2000-11-261-1/+1
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-51/+2
* Clean up a Makefilerbb2000-11-091-2/+1
* don't print anything for "%n"gstein2000-11-021-4/+8
* Cleanup apr_tokenize_to_argv a bit, and fix a problem where we weren'trbb2000-10-181-10/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-164-12/+12
* apr_snprintf(): Get quad format strings working on OS/390 (and perhapstrawick2000-09-131-6/+2
* Use apr_is*() character test macros to avoid warnings about signedbjh2000-08-061-9/+9
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-063-31/+32
* prefix libapr functions and types with apr_dougm2000-08-025-33/+33
* Caught a bad var arg linkage declaration.wrowe2000-07-251-1/+2
* Update dependencies.fielding2000-07-231-1/+5
* Remove apr_strnatcmp.h. All of the functions prototyped in this filerbb2000-07-231-1/+1
* Update dependenciessascha2000-07-231-35/+7
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moverbb2000-07-212-1/+245
* Move all APR functions related to strings to their own directory, andrbb2000-07-216-0/+1915