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