summaryrefslogtreecommitdiff
path: root/include/apr_strings.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve doxygen generated documentation.jailletc362018-08-261-2/+2
* A mechanism to avoid strlen reparsing of newly parsed apr_strtok elementswrowe2014-03-071-1/+7
* Document that some string functions check that the input string is not NULLsf2012-10-271-4/+4
* add attribute alloc_size to a few functionssf2012-05-211-2/+10
* document errno usage with apr_atoi64() and apr_strtoi64()trawick2009-11-191-2/+3
* Fix documentation for apr_collapse_spaces().bojan2009-06-091-2/+2
* * include/apr_strings.h (apr_pstrcat): Mark with sentinel attributejorton2008-08-061-1/+5
* A buggered declare that we need to fix in APR 2wrowe2008-01-041-0/+2
* Clarify the behavior of apr_pstrndup(), which differs from trawick2006-11-161-3/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+17
* * include/apr_strings.h: Document that apr_strtoi64 sets errno onjorton2004-05-171-2/+3
* * include/apr_strings.h: Clarify apr_cpystrn docco and fix null/NULjorton2004-03-161-10/+12
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Document return values of apr_cpystrn and apr_collapse_spaces.jorton2004-01-151-1/+3
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-11/+15
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-1/+1
* Update the inline comments to reflect reality regarding how apr_snprintfjim2002-09-061-5/+7
* Step one, rename from the meaningless 'll' to 'i64'.wrowe2002-08-031-3/+3
* Use apr_int64_t instead of long long as return type for apr_strtoll() and apr...wsanchez2002-07-241-6/+6
* add some needed const to apr_strtoll and apr_atolltrawick2002-07-241-2/+2
* Added apr_strtoll() and apr_atoll() to strings lib.wsanchez2002-07-241-0/+24
* Well it appears that binary compatibility is already broken. Thiswrowe2002-06-281-2/+2
* Added apr_strcatv(), a string concatenation function thatbrianp2002-05-121-0/+13
* Update our copyright for this year.fielding2002-03-131-1/+1
* This patch adds a function apr_strmemdup(), which works likewrowe2001-12-021-0/+14
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-25/+16
* Replace the very limited-use ap_send_size with apr_strfsize(), whichwrowe2001-07-251-0/+11
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-251-2/+3
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-0/+27
* (apr_cpystrn): Doc fix.kfogel2001-06-151-2/+5
* Add apr_strtok(), a thread-safe flavor of strtok() which has thetrawick2001-05-231-0/+14
* minor tweak to the doc of apr_tokenize_to_argvtrawick2001-05-221-1/+1
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-4/+4
* Add a couple of GCC attribute tags to printf style functions. This alsorbb2001-02-221-1/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* *) rename apr_memdup() to apr_pmemdup()gstein2001-02-121-1/+2
* Add memdup function.ben2001-02-111-2/+12
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+42
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-4/+6
* Cleanup the rest of the docs.rbb2000-12-041-2/+2
* Make the APR headers sane.gstein2000-11-261-3/+7
* fix a typo and add a little more info in the doc for apr_pstrndup()trawick2000-10-281-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-8/+8
* prefix libapr functions and types with apr_dougm2000-08-021-19/+19
* Update the docs in apr_strings.h to use ScanDoc. Also add Apache License torbb2000-07-231-126/+139
* Move some prototypes from apr_lib.h to apr_strings.h.rbb2000-07-211-0/+32