summaryrefslogtreecommitdiff
path: root/strings/apr_strings.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* comment the checks being done, making it clear that theJim Jagielski2002-08-201-3/+4
* Allow for behavior to be compile-timeJim Jagielski2002-08-201-1/+3
* apr_atoi64 must use base 10Jim Jagielski2002-08-191-3/+4
* apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8).Greg Ames2002-08-131-1/+1
* c is the valid first digit, must use it for the first iterationWilliam A. Rowe Jr2002-08-041-2/+3
* fix an uninitialized variableBrian Pane2002-08-041-0/+1
* Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/modWilliam A. Rowe Jr2002-08-031-4/+135
* Out of time and at the end of my config-foo. This should get us theWilliam A. Rowe Jr2002-08-031-4/+4
* Step one, rename from the meaningless 'll' to 'i64'.William A. Rowe Jr2002-08-031-4/+4
* Use apr_int64_t instead of long long as return type for apr_strtoll() and apr...Wilfredo Sanchez2002-07-241-4/+4
* add some needed const to apr_strtoll and apr_atollJeff Trawick2002-07-241-4/+4
* Added apr_strtoll() and apr_atoll() to strings lib.Wilfredo Sanchez2002-07-241-0/+19
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Well it appears that binary compatibility is already broken. ThisWilliam A. Rowe Jr2002-06-281-2/+2
* Fix a char'ness issue.William A. Rowe Jr2002-05-131-1/+1
* Added apr_strcatv(), a string concatenation function thatBrian Pane2002-05-121-0/+38
* Fixed apr_strfsize formatting of values over 1 gigBrian Pane2002-05-081-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* This patch adds a function apr_strmemdup(), which works likeWilliam A. Rowe Jr2001-12-021-0/+13
* this time make it actually an optimizationIan Holsman2001-09-281-1/+0
* optimize apr_pstrcat by storing the lengths of the first 6 stringsIan Holsman2001-09-281-1/+18
* Silence warnings:Cliff Woolley2001-07-261-7/+5
* Replace the very limited-use ap_send_size with apr_strfsize(), whichWilliam A. Rowe Jr2001-07-251-0/+34
* Yes, this is a bogus cast. It's necessary since win32 figures out theWilliam A. Rowe Jr2001-07-251-1/+1
* Fix build breakage due to mismatch between function and prototypeCliff Woolley2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-241-0/+72
* 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
* * apr_pstrndup: Check string length with memchr instead of strlen soBranko Čibej2001-05-101-4/+18
* Clean up a warning.William A. Rowe Jr2001-02-231-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) 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
* Eliminate some missing prototype warnings.Roy T. Fielding2001-01-281-0/+3
* 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
* Get NULL defined on some systems (e.g., FreeBSD 3.4).Jeff Trawick2000-11-271-0/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+125