summaryrefslogtreecommitdiff
path: root/strings/apr_strings.c
Commit message (Expand)AuthorAgeFilesLines
* PR 62555: fix edge-case int overflow in apr_itoaniq2018-07-231-8/+12
* change apr_palloc+memcpy to apr_pmemduptrawick2011-04-061-2/+1
* * Similar to apr_strtoff reset errno to zero in apr_strtoi64.rpluem2008-12-161-0/+2
* 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
* Avoid any edge case or clib bug that might result in a stringwrowe2004-06-281-3/+6
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-1/+1
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+8
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativejorton2004-04-041-2/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-50/+12
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* 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
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Well it appears that binary compatibility is already broken. Thiswrowe2002-06-281-2/+2
* 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
* Update our copyright for this year.fielding2002-03-131-1/+1
* 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
* 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
* * apr_pstrndup: Check string length with memchr instead of strlen sobrane2001-05-101-4/+18
* Clean up a warning.wrowe2001-02-231-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* *) 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
* Eliminate some missing prototype warnings.fielding2001-01-281-0/+3
* 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
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+3