summaryrefslogtreecommitdiff
path: root/strings/apr_snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Get apr_snprintf() compiling again on platforms without isnan() ortrawick2001-04-271-3/+8
| | | | | | | | | isinf(). (Such platforms include Solaris and OS/390.) Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61557 13f79535-47bb-0310-9956-ffa450edef68
* Make ap_snprintf() more robust against border situations withmartin2001-04-271-10/+20
| | | | | | | | | floating point numbers. Submitted by: Lukas Schroeder <lukas@edeal.de> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61555 13f79535-47bb-0310-9956-ffa450edef68
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-5/+5
| | | | | | | also cleanup s/#ifdef HAVE_FOO_H/#if APR_HAVE_FOO_H/ whrere appropriate. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61303 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2001fielding2001-02-161-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61235 13f79535-47bb-0310-9956-ffa450edef68
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
| | | | | | | | apr_strings.h header, from apr_lib.h. This location makes more sense. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61205 13f79535-47bb-0310-9956-ffa450edef68
* renaming various functions for consistency sakedougm2001-02-081-1/+1
| | | | | | | | | | | see: http://apr.apache.org/~dougm/apr_rename.pl PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61194 13f79535-47bb-0310-9956-ffa450edef68
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-161-8/+26
| | | | | | | instead of sockaddr_in *. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60958 13f79535-47bb-0310-9956-ffa450edef68
* don't print anything for "%n"gstein2000-11-021-4/+8
| | | | | | | | | Submitted by: Karl Fogel <kfogel@collab.net< Message-ID: <200010302044.e9UKiuj09461@galois.collab.net> Reviewed by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60619 13f79535-47bb-0310-9956-ffa450edef68
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-3/+3
| | | | | | | | | | for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper) and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE. All _VAR_ flavors changes to _DATA to be absolutely clear. Thank you Greg, for the most obvious suggestion. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60587 13f79535-47bb-0310-9956-ffa450edef68
* apr_snprintf(): Get quad format strings working on OS/390 (and perhapstrawick2000-09-131-6/+2
| | | | | | | | some other platforms). The wrong type (long) was used when grabbing a %q(x|d) argument. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60529 13f79535-47bb-0310-9956-ffa450edef68
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-21/+22
| | | | | | | | | | | | | see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
* Caught a bad var arg linkage declaration.wrowe2000-07-251-1/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60448 13f79535-47bb-0310-9956-ffa450edef68
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1196
create a new header for those functions. This is the first step to removing the apr/lib directory completely, and moving those files/functions to descriptive directories. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60398 13f79535-47bb-0310-9956-ffa450edef68