summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* make termination of apr_pstrcat-ed string a bit faster (from jeff trawick)Doug MacEachern2001-06-201-1/+2
* apr_pstrcat() optimizations:Doug MacEachern2001-06-191-3/+4
* Add apr_strtok(), a thread-safe flavor of strtok() which has theJeff Trawick2001-05-232-1/+96
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-4/+4
* * apr_pstrndup: Check string length with memchr instead of strlen soBranko Čibej2001-05-101-4/+18
* Patch to allow %qd within apr_snprintf, but handle the platform specificWilliam A. Rowe Jr2001-05-031-1/+7
* Get apr_snprintf() compiling again on platforms without isnan() orJeff Trawick2001-04-271-3/+8
* Make ap_snprintf() more robust against border situations withMartin Kraemer2001-04-271-10/+20
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-253-8/+8
* Clean up a warning.William A. Rowe Jr2001-02-231-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-163-3/+3
* *) rename apr_memdup() to apr_pmemdup()Greg Stein2001-02-121-8/+7
* ap_pstrndup could have caused out-of-bounds memory accesses (this is aBen Laurie2001-02-111-2/+7
* Add memdup function.Ben Laurie2001-02-111-0/+11
* Moved the prototypes for apr_snprintf and apr_vsnprintf to theRyan Bloom2001-02-111-0/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1
* Eliminate some missing prototype warnings.Roy T. Fielding2001-01-281-0/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-2/+4
* Libtool-ize APR.Greg Stein2001-01-092-28/+13
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on SolarisRyan Bloom2000-12-211-0/+3
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *Jeff Trawick2000-12-161-8/+26
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-1/+2
* Get NULL defined on some systems (e.g., FreeBSD 3.4).Jeff Trawick2000-11-271-0/+3
* Make the APR headers sane.Greg Stein2000-11-261-1/+1
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-51/+2
* Clean up a MakefileRyan Bloom2000-11-091-2/+1
* don't print anything for "%n"Greg Stein2000-11-021-4/+8
* Cleanup apr_tokenize_to_argv a bit, and fix a problem where we weren'tRyan Bloom2000-10-181-10/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-164-12/+12
* apr_snprintf(): Get quad format strings working on OS/390 (and perhapsJeff Trawick2000-09-131-6/+2
* Use apr_is*() character test macros to avoid warnings about signedBrian Havard2000-08-061-9/+9
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-063-31/+32
* prefix libapr functions and types with apr_Doug MacEachern2000-08-025-33/+33
* Caught a bad var arg linkage declaration.William A. Rowe Jr2000-07-251-1/+2
* Update dependencies.Roy T. Fielding2000-07-231-1/+5
* Remove apr_strnatcmp.h. All of the functions prototyped in this fileRyan Bloom2000-07-231-1/+1
* Update dependenciesSascha Schumann2000-07-231-35/+7
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moveRyan Bloom2000-07-212-1/+245
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-216-0/+1915