summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge r727052 from trunk:rpluem2008-12-181-0/+2
* Backport r712627 from the trunk.bojan2008-11-101-2/+1
* Backport r660373 from the trunk.bojan2008-05-271-1/+2
* Merge r652832 from trunk:jim2008-05-021-2/+2
* * Fix compiler warning for uninitialized variablerpluem2008-02-231-1/+1
* Introduce macro definitions of the min/max characteristics of the apr integerdavi2007-07-091-4/+4
* Convert wide* types to the portable apr types. Conversion table:davi2007-07-061-65/+50
* Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compacteddavi2007-06-291-0/+26
* Early assignment of the to-be-converted number yields better code and avoidsdavi2007-06-291-11/+3
* APR_VOID_P_IS_QUAD is not defined anywhere and the usual way iswrowe2007-05-311-1/+1
* * strings/apr_snprintf.c (conv_10_quad): Fix formatting of unsignedjorton2007-04-261-1/+1
* If *pattern == '\\', and it does since that's the case we're in,coar2006-10-081-1/+1
* Fix the typo.jorton2006-08-034-4/+4
* Update license header.jorton2006-08-034-24/+24
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix tojorton2006-07-111-2/+2
* Restyle this code, slightly, to avoid code-not-reached warnings fromwrowe2006-03-101-4/+4
* * strings/apr_snprintf.c (conv_os_thread_t, conv_os_thread_t_hex):jorton2006-02-231-6/+8
* Eliminate a type mismatch, this is the smaller patch - changingwrowe2006-01-131-2/+2
* apr_tokenize_to_argv(): Stop touching storage after thetrawick2005-10-211-1/+1
* Fix handling of %pI with psprintf; the psprintf implementation assumesjorton2005-09-081-2/+10
* Fix multiple sign'edness issues; for %width.prec variables, neitherwrowe2005-09-031-9/+11
* * strings/apr_snprintf.c (apr_vformatter): Add support for %pm tojorton2005-08-181-0/+19
* Add %pt support to apr_snprintf() for printing an apr_os_thread_ttrawick2005-06-171-0/+46
* Buffer lengths in these internal functions must all be in apr_size_twrowe2005-05-161-13/+13
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Avoid any edge case or clib bug that might result in a stringwrowe2004-06-281-3/+6
* Fix apr_snprintf() to respect precision for small floating pointtrawick2004-06-271-1/+2
* 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
* * string/apr_snprintf.c (conv_10_quad): Fix formatting of integersjorton2004-04-041-1/+2
* Fix a bug in apr_match_glob. We need to strdup the filename, otherwiserbb2004-03-061-1/+1
* Add apr_match_glob and two tests to make sure that it is working. Thererbb2004-03-051-0/+50
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-134-201/+42
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-19/+0
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:jorton2003-10-011-10/+10
* axe these deprecated functions:trawick2003-09-031-6/+0
* remove these interfaces:trawick2003-09-031-6/+0
* In the case of invalid %p formats, skip the bogus argument too when skipping ...martin2003-06-201-0/+1
* Add %pT support to apr_snprintf() for printing an apr_os_thread_t.trawick2003-04-171-0/+50
* 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