This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

snprintfv 1.1 pre-release


Hi everybody,

I have uploaded where I managed to, that is on

    http://spazioinwind.libero.it/seders/snprintfv-1.1-pre.tar.gz

a pre-release of the 1.1 version of libsnprintfv.  Paolo (Carlini) might
recognize from the URL what's my situation WRT Internet connectivity :-)

Among other minor changes, the most relevant news are:
* I am using libio v2's floating-point printing code (cleaned up, and
improved to use long doubles and to handle infinities and nans).  This fixes
an expected failure in the 1.0 test suite.

* I made the floating-point code optional when building a convenience
library

* there is support for width/precision positional parameters (%NNN$s was
supported in 1.0 too), like

    printf ("%2$*1$s", "fubar", -10);

Have fun!

Paolo




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]