summaryrefslogtreecommitdiff
path: root/src/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Supporess worning to allow YAJL2 to use long long in APIDave Beckett2020-09-071-2/+2
* Define _GNU_SOURCE it not already setDave Beckett2017-01-081-0/+2
* [c++] Test pointer against NULL rather than use as implicit boolDave Beckett2017-01-081-2/+2
* OpenBSD fixesDave Beckett2015-05-021-3/+2
* Disable "-Wformat-nonliteral" with GCC pragma for snprintf test codeDave Beckett2014-11-231-0/+3
* (raptor_locator_format): Add a NUL to terminate output string.Dave Beckett2014-05-091-0/+2
* Tru64 V4.0G compatibility fixesDaniel Richard G2013-10-291-1/+4
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* Prototypes for test functions to remove GCC format warningsDave Beckett2012-06-081-0/+3
* Add snprintf module simple unit testsDave Beckett2012-06-081-0/+91
* Portability improvements to vsnprintf code and macrosDave Beckett2012-06-061-14/+27
* (raptor_vsnprintf2): Fix uninitialized variable problems in non-c99 variant. ...Lauri Aalto2012-05-231-6/+6
* (raptor_format_integer): cast for comparing width to lenDave Beckett2012-03-111-1/+1
* (raptor_format_integer): Return size_t for this internal function.Dave Beckett2012-03-061-3/+3
* autodocsDave Beckett2011-11-131-1/+1
* Removed calls to trunc() and lround() and optional linking of libmDave Beckett2011-09-081-122/+0
* Make raptor_format_integer handle hex tooDave Beckett2011-09-081-56/+21
* Add more RAPTOR_GOOD_CAST and RAPTOR_BAD_CAST and fix some.Dave Beckett2011-08-311-2/+2
* (raptor_format_hexadecimal): Added for formatting uppercase hex in aDave Beckett2011-08-311-1/+49
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-6/+6
* snprintf return code and size guessing fixesDave Beckett2011-08-301-6/+6
* (raptor_format_integer): AddedDave Beckett2011-08-281-0/+54
* autodocsDave Beckett2011-08-271-0/+2
* Define -D_GNU_SOURCE to get vasprintf()Dave Beckett2011-08-271-0/+3
* Portability fixes to snprintf / vsnprintf / vasprintfDave Beckett2011-08-271-3/+249
* Compile a local lround() if it is not present.Dave Beckett2011-08-211-0/+22
* (raptor_format_float): use a long for the intpart.Dave Beckett2011-07-241-4/+4
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-5/+5
* Define round() and trunc() as macros if they were not found by configure as f...Dave Beckett2007-10-251-0/+10
* Define __USE_ISOC99 to 1Dave Beckett2007-09-041-1/+1
* just leave raptor_format_float for now.Dave Beckett2007-08-281-613/+7
* raptor_format_float not publicDave Beckett2007-08-261-1/+1
* #ifdef out unused dopr_outch prototypeDave Beckett2007-08-051-0/+2
* (raptor_format_float): Renamed from fmtfp and edited to be XSD rules.Dave Beckett2007-08-051-158/+91
* style, ANSI C and std headersDave Beckett2007-06-241-139/+120
* Import Public Domain snprintf from mutt: http://dev.mutt.org/hg/mutt/file/55c...Dave Beckett2007-06-241-0/+799