summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Fix a problem where we were walking off the end of the string.jwoolley2002-04-051-8/+8
* 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-134-4/+4
* Someone wasn't minding the p's and q's ... forgot to advance over awrowe2002-02-271-22/+17
* Toss an assert call that only checks input parameters validity which isjerenkrantz2002-02-121-7/+0
* WinCE port from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-3/+6
* 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
* When in Rome... or better put... eat our own dogfood.wrowe2001-12-131-2/+2
* This patch adds a function apr_strmemdup(), which works likewrowe2001-12-021-0/+13
* this time make it actually an optimizationianh2001-09-281-1/+0
* optimize apr_pstrcat by storing the lengths of the first 6 stringsianh2001-09-281-1/+18
* 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