summaryrefslogtreecommitdiff
path: root/strings/apr_snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-10/+10
* Fix indentChristophe Jaillet2015-06-031-1/+1
* fix some minor bugs and useless assignments so that clang scan-buildJeff Trawick2013-10-231-1/+0
* Fix flag character '#' in combination with formatRainer Jung2011-07-291-2/+2
* quite 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
* 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
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix toJoe Orton2006-07-111-2/+2
* * 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
* 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-041-1/+2
* Fix apr_snprintf() to respect precision for small floating pointJeff Trawick2004-06-271-1/+2
* * string/apr_snprintf.c (conv_10_quad): Fix formatting of integersJoe Orton2004-04-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-53/+10
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:Joe Orton2003-10-011-10/+10
* 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
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* 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
* 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
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldSander Striker2002-07-131-4/+1
* A simple memcpy is sufficient here, because we know the length of theSascha Schumann2002-05-071-1/+2
* Optimize away a strncmp that accounted for 10% of the run time ofBrian Pane2002-05-071-0/+7
* clean up the use of apr_sockaddr_t (stay out of family-specificJeff Trawick2002-03-151-3/+2
* PR: 9932 (apache 1.3)Jim Jagielski2002-03-141-0/+4
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Formatting cleanup only - I'm now convince this code is clean - but someWilliam A. Rowe Jr2002-02-121-2/+2
* You know the style was horrendous when it requires *two* passes to getJustin Erenkrantz2002-02-051-43/+43
* Style changes - tabs to spaces primarily.Justin Erenkrantz2002-02-051-679/+683
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-4/+4