2009-11-04 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 4 Nov 2009 18:13:44 +0000 (18:13 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 4 Nov 2009 18:13:44 +0000 (18:13 +0000)
commit49693e8e45ec9233f779e8f1d8a30f54b683c6ff
tree0492f347800597011ed17cbf9e478bd476e7cfbe
parent574086bf19095c0e73c5360564ebe8eeb9e5e78b
2009-11-04  Marcus Brinkmann  <marcus@g10code.de>

* ath.h (ath_self): New prototype.  Include <stdint.h>
* ath.c, ath-pth.c, ath-pthread.c (ath_self): New function.
* debug.h: Rewrite most macros to beautify debug output.
(_gpgme_debug_buffer): Remove tagname and tag argument.
(_gpgme_debug_frame_begin, _gpgme_debug_frame_end): New prototypes.
* debug.c: Include <time.h>.  Don't include assuan.h.
(frame_nr, FRAME_NR): New thread-specific variable and macro.
(debug_init): Do not initialize assuan.  Call _gpgme_debug after
initialization instead using printf directly.
(_gpgme_debug): Do not call debug_init (we now ensure proper
initialization by user).  Add timestamp and thread/process ID.
(_gpgme_debug_buffer): Do not take tagname and tag argument.
(_gpgme_debug_frame_begin, _gpgme_debug_frame_end): New functions.
* version.c (gpgme_check_version_internal, gpgme_check_version):
Fix debug string.  Do not initialize assuan.
* posix-io.c (get_max_fds): Use 0 not NULL (nicer debug output).
src/ChangeLog
src/ath-pth.c
src/ath-pthread.c
src/ath.c
src/ath.h
src/debug.c
src/debug.h
src/posix-io.c
src/version.c