summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid any edge case or clib bug that might result in a stringWilliam A. Rowe Jr2004-06-281-3/+6
* Fix apr_snprintf() to respect precision for small floating pointJeff Trawick2004-06-271-1/+2
* Move APR_INT64_STRFN to apr_private.h and remove redundantJoe Orton2004-06-041-1/+1
* * configure.in, include/arch/win32/apr_private.h,Joe Orton2004-05-241-0/+8
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativeJoe Orton2004-04-041-2/+2
* * string/apr_snprintf.c (conv_10_quad): Fix formatting of integersJoe Orton2004-04-041-1/+2
* Fix a bug in apr_match_glob. We need to strdup the filename, otherwiseRyan Bloom2004-03-061-1/+1
* Add apr_match_glob and two tests to make sure that it is working. ThereRyan Bloom2004-03-051-0/+50
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-201/+42
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-19/+0
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:Joe Orton2003-10-011-10/+10
* axe these deprecated functions:Jeff Trawick2003-09-031-6/+0
* remove these interfaces:Jeff Trawick2003-09-031-6/+0
* In the case of invalid %p formats, skip the bogus argument too when skipping ...Martin Kraemer2003-06-201-0/+1
* Add %pT support to apr_snprintf() for printing an apr_os_thread_t.Jeff Trawick2003-04-171-0/+50
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-32/+32
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.William A. Rowe Jr2002-12-101-1/+1
* Get rid of somewhat long-standing issue regarding large valuesJim Jagielski2002-12-091-8/+10
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+8
* fix typo before someone else notices it and pounces :)Jim Jagielski2002-08-271-1/+1
* Fix typo that broke things in really odd ways.Justin Erenkrantz2002-08-271-1/+1
* Document the len == 0 special case for apr_snprintf() and allow it toJim Jagielski2002-08-261-6/+24
* If the length argument to apr_snprintf is 0, then we should return theRyan Bloom2002-08-251-15/+15
* Printing a string with apr_snprintf can seg fault, if a precision isRyan Bloom2002-08-251-3/+32
* Fix apr_tokenize_to_argv() to remove the escape characterJeff Trawick2002-08-211-2/+30
* 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
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldSander Striker2002-07-131-4/+1