Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gcc pragmas to suppress some warnings. | Werner Koch | 2012-01-10 | 1 | -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. | ||||
* | Update zH_TW and check for stdint.h | Werner Koch | 2009-09-03 | 1 | -337/+15 |
| | |||||
* | First set of changes to backport the new card code from 2.0. | Werner Koch | 2009-07-21 | 1 | -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. |