2003-01-29 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 29 Jan 2003 19:50:43 +0000 (19:50 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 29 Jan 2003 19:50:43 +0000 (19:50 +0000)
commit13e4d78a8249a381b9d47b0f4e1d2f7c6969beb3
tree0e600c9b003405a359375fabcd207464af837e64
parent6912c46a77d2aa1274aeef028d8e98bd917b64dc
2003-01-29  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac: Remove all uses of GNUPG_CHECK_TYPEDEF, for byte,
ushort, ulong, u16 and u32.
* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Remove macro.

gpgme/
2003-01-29  Marcus Brinkmann  <marcus@g10code.de>

* types.h: Remove byte and ulong types.
* util.h (_gpgme_hextobyte): Change prototype to unsigned char
instead byte.
* conversion.c (_gpgme_hextobyte): Change argument to unsigned
char instead byte.
(_gpgme_decode_c_string): Likewise, and beautify.  Also support a
few more escaped characters.  Be more strict about buffer size.
(_gpgme_data_append_percentstring_for_xml): Change type of SRC,
BUF and DST to unsigned char instead byte.
* progress.c (_gpgme_progress_status_handler): Use unsigned char
instead byte.
* debug.c (trim_spaces): Likewise.
ChangeLog
acinclude.m4
configure.ac
gpgme/ChangeLog
gpgme/conversion.c
gpgme/debug.c
gpgme/progress.c
gpgme/types.h
gpgme/util.h