summaryrefslogtreecommitdiff
path: root/include/apr_strings.h
Commit message (Expand)AuthorAgeFilesLines
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-25/+16
* Replace the very limited-use ap_send_size with apr_strfsize(), whichWilliam A. Rowe Jr2001-07-251-0/+11
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).Jean-Frederic Clere2001-07-251-2/+3
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-241-0/+27
* (apr_cpystrn): Doc fix.Karl Fogel2001-06-151-2/+5
* Add apr_strtok(), a thread-safe flavor of strtok() which has theJeff Trawick2001-05-231-0/+14
* minor tweak to the doc of apr_tokenize_to_argvJeff Trawick2001-05-221-1/+1
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-4/+4
* Add a couple of GCC attribute tags to printf style functions. This alsoRyan Bloom2001-02-221-1/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) rename apr_memdup() to apr_pmemdup()Greg Stein2001-02-121-1/+2
* Add memdup function.Ben Laurie2001-02-111-2/+12
* Moved the prototypes for apr_snprintf and apr_vsnprintf to theRyan Bloom2001-02-111-0/+42
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-4/+6
* Cleanup the rest of the docs.Ryan Bloom2000-12-041-2/+2
* Make the APR headers sane.Greg Stein2000-11-261-3/+7
* fix a typo and add a little more info in the doc for apr_pstrndup()Jeff Trawick2000-10-281-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-8/+8
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-19/+19
* Update the docs in apr_strings.h to use ScanDoc. Also add Apache License toRyan Bloom2000-07-231-126/+139
* Move some prototypes from apr_lib.h to apr_strings.h.Ryan Bloom2000-07-211-0/+32
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+164