aboutsummaryrefslogtreecommitdiffstats
path: root/util/estream-printf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-10Use gcc pragmas to suppress some warnings.Werner Koch1-94/+105
* configure.ac (AH_BOTTOM): Add GNUPG_GCC_VERSION macro. * util/estream-printf.c (pr_float): Use new gcc pragma to ignore a warning about a non-literal format. * util/miscutil.c (asctimestamp): Ditto. * cipher/md.c (md_stop_debug): Use new gcc pragme to ignore a warning * about a set but unused variable.
2009-09-03Update zH_TW and check for stdint.hWerner Koch1-337/+15
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+2110
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.