| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport r660373 from the trunk. | bojan | 2008-05-27 | 1 | -1/+2 |
* | Merge r652832 from trunk: | jim | 2008-05-02 | 1 | -2/+2 |
* | * Fix compiler warning for uninitialized variable | rpluem | 2008-02-23 | 1 | -1/+1 |
* | Introduce macro definitions of the min/max characteristics of the apr integer | davi | 2007-07-09 | 1 | -4/+4 |
* | Convert wide* types to the portable apr types. Conversion table: | davi | 2007-07-06 | 1 | -65/+50 |
* | Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compacted | davi | 2007-06-29 | 1 | -0/+26 |
* | Early assignment of the to-be-converted number yields better code and avoids | davi | 2007-06-29 | 1 | -11/+3 |
* | APR_VOID_P_IS_QUAD is not defined anywhere and the usual way is | wrowe | 2007-05-31 | 1 | -1/+1 |
* | * strings/apr_snprintf.c (conv_10_quad): Fix formatting of unsigned | jorton | 2007-04-26 | 1 | -1/+1 |
* | If *pattern == '\\', and it does since that's the case we're in, | coar | 2006-10-08 | 1 | -1/+1 |
* | Fix the typo. | jorton | 2006-08-03 | 4 | -4/+4 |
* | Update license header. | jorton | 2006-08-03 | 4 | -24/+24 |
* | * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix to | jorton | 2006-07-11 | 1 | -2/+2 |
* | Restyle this code, slightly, to avoid code-not-reached warnings from | wrowe | 2006-03-10 | 1 | -4/+4 |
* | * strings/apr_snprintf.c (conv_os_thread_t, conv_os_thread_t_hex): | jorton | 2006-02-23 | 1 | -6/+8 |
* | Eliminate a type mismatch, this is the smaller patch - changing | wrowe | 2006-01-13 | 1 | -2/+2 |
* | apr_tokenize_to_argv(): Stop touching storage after the | trawick | 2005-10-21 | 1 | -1/+1 |
* | Fix handling of %pI with psprintf; the psprintf implementation assumes | jorton | 2005-09-08 | 1 | -2/+10 |
* | Fix multiple sign'edness issues; for %width.prec variables, neither | wrowe | 2005-09-03 | 1 | -9/+11 |
* | * strings/apr_snprintf.c (apr_vformatter): Add support for %pm to | jorton | 2005-08-18 | 1 | -0/+19 |
* | Add %pt support to apr_snprintf() for printing an apr_os_thread_t | trawick | 2005-06-17 | 1 | -0/+46 |
* | Buffer lengths in these internal functions must all be in apr_size_t | wrowe | 2005-05-16 | 1 | -13/+13 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 4 | -4/+8 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 1 | -4/+0 |
* | Avoid any edge case or clib bug that might result in a string | wrowe | 2004-06-28 | 1 | -3/+6 |
* | Fix apr_snprintf() to respect precision for small floating point | trawick | 2004-06-27 | 1 | -1/+2 |
* | Move APR_INT64_STRFN to apr_private.h and remove redundant | jorton | 2004-06-04 | 1 | -1/+1 |
* | * configure.in, include/arch/win32/apr_private.h, | jorton | 2004-05-24 | 1 | -0/+8 |
* | * strings/apr_strings.c (apr_strtoi64): Fix handling of negative | jorton | 2004-04-04 | 1 | -2/+2 |
* | * string/apr_snprintf.c (conv_10_quad): Fix formatting of integers | jorton | 2004-04-04 | 1 | -1/+2 |
* | Fix a bug in apr_match_glob. We need to strdup the filename, otherwise | rbb | 2004-03-06 | 1 | -1/+1 |
* | Add apr_match_glob and two tests to make sure that it is working. There | rbb | 2004-03-05 | 1 | -0/+50 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 4 | -201/+42 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -19/+0 |
* | * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw: | jorton | 2003-10-01 | 1 | -10/+10 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -6/+0 |
* | remove these interfaces: | trawick | 2003-09-03 | 1 | -6/+0 |
* | In the case of invalid %p formats, skip the bogus argument too when skipping ... | martin | 2003-06-20 | 1 | -0/+1 |
* | Add %pT support to apr_snprintf() for printing an apr_os_thread_t. | trawick | 2003-04-17 | 1 | -0/+50 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 1 | -32/+32 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 4 | -4/+4 |
* | A few NOTICEs for developers modifying code, not 'XXX' developer pointers. | wrowe | 2002-12-10 | 1 | -1/+1 |
* | Get rid of somewhat long-standing issue regarding large values | jim | 2002-12-09 | 1 | -8/+10 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -2/+8 |
* | fix typo before someone else notices it and pounces :) | jim | 2002-08-27 | 1 | -1/+1 |
* | Fix typo that broke things in really odd ways. | jerenkrantz | 2002-08-27 | 1 | -1/+1 |
* | Document the len == 0 special case for apr_snprintf() and allow it to | jim | 2002-08-26 | 1 | -6/+24 |
* | If the length argument to apr_snprintf is 0, then we should return the | rbb | 2002-08-25 | 1 | -15/+15 |
* | Printing a string with apr_snprintf can seg fault, if a precision is | rbb | 2002-08-25 | 1 | -3/+32 |
* | Fix apr_tokenize_to_argv() to remove the escape character | trawick | 2002-08-21 | 1 | -2/+30 |