summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-32/+32
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.wrowe2002-12-101-1/+1
* Get rid of somewhat long-standing issue regarding large valuesjim2002-12-091-8/+10
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+8
* fix typo before someone else notices it and pounces :)jim2002-08-271-1/+1
* Fix typo that broke things in really odd ways.jerenkrantz2002-08-271-1/+1
* Document the len == 0 special case for apr_snprintf() and allow it tojim2002-08-261-6/+24
* If the length argument to apr_snprintf is 0, then we should return therbb2002-08-251-15/+15
* Printing a string with apr_snprintf can seg fault, if a precision isrbb2002-08-251-3/+32
* Fix apr_tokenize_to_argv() to remove the escape charactertrawick2002-08-211-2/+30
* comment the checks being done, making it clear that thejim2002-08-201-3/+4
* Allow for behavior to be compile-timejim2002-08-201-1/+3
* apr_atoi64 must use base 10jim2002-08-191-3/+4
* apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8).gregames2002-08-131-1/+1
* c is the valid first digit, must use it for the first iterationwrowe2002-08-041-2/+3
* fix an uninitialized variablebrianp2002-08-041-0/+1
* Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/modwrowe2002-08-031-4/+135
* Out of time and at the end of my config-foo. This should get us thewrowe2002-08-031-4/+4
* Step one, rename from the meaningless 'll' to 'i64'.wrowe2002-08-031-4/+4
* Use apr_int64_t instead of long long as return type for apr_strtoll() and apr...wsanchez2002-07-241-4/+4
* add some needed const to apr_strtoll and apr_atolltrawick2002-07-241-4/+4
* Added apr_strtoll() and apr_atoll() to strings lib.wsanchez2002-07-241-0/+19
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldstriker2002-07-131-4/+1
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Rename to apr_fnmatch_testwrowe2002-07-081-1/+7
* Well it appears that binary compatibility is already broken. Thiswrowe2002-06-281-2/+2
* don't check for malloc() failure in our strdup() replacementtrawick2002-05-171-3/+1
* axe a commented-out call to Apache's logging routinetrawick2002-05-171-5/+0
* Fix a char'ness issue.wrowe2002-05-131-1/+1
* Added apr_strcatv(), a string concatenation function thatbrianp2002-05-121-0/+38
* Fixed apr_strfsize formatting of values over 1 gigbrianp2002-05-081-1/+1
* A simple memcpy is sufficient here, because we know the length of thesascha2002-05-071-1/+2
* Optimize away a strncmp that accounted for 10% of the run time ofbrianp2002-05-071-0/+7
* 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