summaryrefslogtreecommitdiff
path: root/src/util/snprintf.c
Commit message (Expand)AuthorAge
* use lrint and casts to avoid compiler warnings about type conversionrhaas2013-07-04
* Fixed formatting for the %g format conversion for small numbers.goodale2006-11-14
* As discussed in today's Cactus call, applying patches from 14 Febswhite2006-03-02
* Fixed gcc compiler warnings about local variables named after global symbolstradke2005-04-05
* Rename pow10 to mypow10 because pow10 is defined on some systems in <math.h>schnetter2005-03-24
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Added support for 'g' format.goodale2004-12-20
* Added support for E format.goodale2004-12-20
* Fix bug which ate zeros after decimal places for output.goodale2004-12-20
* Undo my previous commit because it was GPL code.tradke2004-12-17
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
* Fixed type conversions for gcc 3.0 .goodale2001-06-23
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24