summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge r1534882 from trunk:Joe Orton2018-10-051-1/+0
* Catch up legacy Windows buildsGregg Lewis Smith2016-12-031-27/+28
* Merge r1747424, 1747425, 1747460, 1747461 for performance optimizationsWilliam A. Rowe Jr2016-06-091-10/+20
* Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_William A. Rowe Jr2016-03-031-0/+392
* Backport r1710307Christophe Jaillet2015-10-241-1/+1
* Fix indentChristophe Jaillet2015-06-031-1/+1
* Backport r1593680 from trunk:Stefan Fritsch2014-05-101-0/+2
* Merge r1533111 from trunk:Jim Jagielski2013-10-171-2/+1
* Merge r1533104 from trunk:Jim Jagielski2013-10-171-6/+9
* revret 1533105Jim Jagielski2013-10-171-9/+6
* Merge r1533104 from trunk:Jim Jagielski2013-10-171-6/+9
* change apr_palloc+memcpy to apr_pmemdupRainer Jung2013-10-031-2/+1
* Fix flag character '#' in combination with formatRainer Jung2011-07-291-2/+2
* Fix t ~= [/-/t] mismatch, observed by jorton.William A. Rowe Jr2011-05-191-1/+1
* Fix PR 51219, /foo against /foo/bar.William A. Rowe Jr2011-05-181-3/+7
* Backport legibility enhancement from r1103115 (an illegible patch, William A. Rowe Jr2011-05-181-5/+5
* Further expression simplification for legibility.William A. Rowe Jr2011-05-141-9/+16
* Fix another edge case, in [x-/] processing, which I can't seem William A. Rowe Jr2011-05-141-7/+14
* Fix []...] pattern bug noted by jortonWilliam A. Rowe Jr2011-05-141-2/+6
* Correct inlining per Jeff Trawick's feedback; Forward ports: r1098902William A. Rowe Jr2011-05-031-1/+1
* Resolve issue identified by Jeff Trawick; '*?' was handledWilliam A. Rowe Jr2011-05-021-2/+3
* Security: CVE-2011-0419William A. Rowe Jr2011-05-011-211/+377
* quiet warning...Jim Jagielski2011-01-191-2/+2
* Fix cases where off_t (and APR_OFF_T_FMT) may be "larger" thanJim Jagielski2011-01-171-3/+20
* * Similar to apr_strtoff reset errno to zero in apr_strtoi64.Ruediger Pluem2008-12-161-0/+2
* Fix apr_tokenize_to_argv parsing.Bojan Smojver2008-11-101-2/+1
* Silence GCC 4.3 warning (patch by jorton).Bojan Smojver2008-05-271-1/+2
* Document cvt from V7, not GNU libc, and copyrightJim Jagielski2008-05-021-2/+2
* * Fix compiler warning for uninitialized variableRuediger Pluem2008-02-231-1/+1
* Introduce macro definitions of the min/max characteristics of the apr integerDavi Arnaut2007-07-091-4/+4
* Convert wide* types to the portable apr types. Conversion table:Davi Arnaut2007-07-061-65/+50
* Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compactedDavi Arnaut2007-06-291-0/+26
* Early assignment of the to-be-converted number yields better code and avoidsDavi Arnaut2007-06-291-11/+3
* APR_VOID_P_IS_QUAD is not defined anywhere and the usual way isWilliam A. Rowe Jr2007-05-311-1/+1
* * strings/apr_snprintf.c (conv_10_quad): Fix formatting of unsignedJoe Orton2007-04-261-1/+1
* If *pattern == '\\', and it does since that's the case we're in,Ken Coar2006-10-081-1/+1
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix toJoe Orton2006-07-111-2/+2
* Restyle this code, slightly, to avoid code-not-reached warnings fromWilliam A. Rowe Jr2006-03-101-4/+4
* * strings/apr_snprintf.c (conv_os_thread_t, conv_os_thread_t_hex):Joe Orton2006-02-231-6/+8
* Eliminate a type mismatch, this is the smaller patch - changingWilliam A. Rowe Jr2006-01-131-2/+2
* apr_tokenize_to_argv(): Stop touching storage after theJeff Trawick2005-10-211-1/+1
* Fix handling of %pI with psprintf; the psprintf implementation assumesJoe Orton2005-09-081-2/+10
* Fix multiple sign'edness issues; for %width.prec variables, neitherWilliam A. Rowe Jr2005-09-031-9/+11
* * strings/apr_snprintf.c (apr_vformatter): Add support for %pm toJoe Orton2005-08-181-0/+19
* Add %pt support to apr_snprintf() for printing an apr_os_thread_tJeff Trawick2005-06-171-0/+46
* Buffer lengths in these internal functions must all be in apr_size_tWilliam A. Rowe Jr2005-05-161-13/+13
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0