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)
commit53b8f22131ad3eaacec8e4c152e3005bafc6fd16
tree75281e0e055552329c58bd2ba5739752c92ce4a8
parent4ecf851abd3e78f6f6ddb92819deb0592b8ae0cc
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.
trunk/ChangeLog
trunk/acinclude.m4
trunk/configure.ac
trunk/gpgme/ChangeLog
trunk/gpgme/conversion.c
trunk/gpgme/debug.c
trunk/gpgme/progress.c
trunk/gpgme/types.h
trunk/gpgme/util.h