gpgme/gpgme (10 files)

cvs user marcus cvs@cvs.gnupg.org
Thu, 31 Jul 2003 17:44:03 +0200


    Date: Thursday, July 31, 2003 @ 17:44:03
  Author: marcus
    Path: /cvs/gnupg/gpgme/gpgme

Modified: ChangeLog conversion.c engine.c posix-io.c signers.c util.h
          wait-global.c wait-private.c wait-user.c wait.c

2003-07-31  Marcus Brinkmann  <marcus@g10code.de>

	* util.h (_gpgme_decode_c_string): Change type of LEN argument to
	size_t.
	(_gpgme_decode_percent_string): Likewise.
	* conversion.c (_gpgme_decode_c_string): Likewise.
	(_gpgme_decode_percent_string): Likewise.
	(_gpgme_map_gnupg_error): Change type of I to unsigned int.
	* signers.c (gpgme_signers_clear): Likewise.
	(gpgme_signers_enum): New unsigned variable SEQNO, set to SEQ.
	Use SEQNO instead SEQ.
	* wait.c (fd_table_put): Change type of I and J to unsigned int.
	* wait-global.c (_gpgme_wait_global_event_cb): Change type of IDX
	to unsigned int.
	(gpgme_wait): Change type of I and IDX to unsigned int.
	* wait-private.c (_gpgme_wait_on_condition): Change type of IDX
	and I to unsigned int.
	* posix-io.c (_gpgme_io_close): Cast return value of macro DIM to
	int to suppress gcc warning.
	(_gpgme_io_set_close_notify): Likewise.
	(_gpgme_io_select): Change type of I to unsigned int.
	* engine.c (gpgme_get_engine_info): Change type of PROTO to
	unsigned int.
	* wait-user.c (_gpgme_user_io_cb_handler): Change type of IDX and
	I to unsigned int.


----------------+
 ChangeLog      |   26 ++++++++++++++++++++++++++
 conversion.c   |    6 +++---
 engine.c       |    2 +-
 posix-io.c     |    7 ++++---
 signers.c      |   12 +++++++-----
 util.h         |    5 +++--
 wait-global.c  |    6 +++---
 wait-private.c |    6 +++---
 wait-user.c    |    4 ++--
 wait.c         |    2 +-
 10 files changed, 53 insertions(+), 23 deletions(-)