The following commit has been merged in the master branch:
commit f6440068eaa56e5a4cda8c4e4ee1c09eec13a88d
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Mon May 19 06:49:37 2008 +0300
Add ChangeLog entry for bd40cd8d18f3751420e402f3e3c4fb5ebf20c72c
diff --git a/ChangeLog b/ChangeLog
index 9d8ed66..016ff0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,18 @@
2008-05-12 Guillem Jover <[EMAIL PROTECTED]>
+ * lib/dpkg-priv.h (sizeof_array): New macro.
+ * lib/parse.c: Include <dpkg-priv.h>.
+ (NFIELDS): Remove macro.
+ (nfields): Use sizeof_array instead of NFIELDS.
+ (parsedb): Likewise.
+ * lib/subproc.c (NCATCHSIGNALS): Remove macro.
+ (uncatch_signals): Use sizeof_array instead of NCATCHSIGNALS.
+ (setup_subproc_signals): Likewise.
+ (cu_subproc_signals): Likewise.
+
+2008-05-12 Guillem Jover <[EMAIL PROTECTED]>
+
* dselect/method.cc: Include <dpkg-priv.h>. Use setup_subproc_signals
and cu_subproc_signals instead of cu_restoresignals and duped code
in falliblesubprocess.
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]