From: Guillem Jover Date: Mon, 19 May 2008 03:49:37 +0000 (+0300) Subject: Add ChangeLog entry for bd40cd8d18f3751420e402f3e3c4fb5ebf20c72c X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6440068eaa56e5a4cda8c4e4ee1c09eec13a88d;p=dpkg Add ChangeLog entry for bd40cd8d18f3751420e402f3e3c4fb5ebf20c72c --- diff --git a/ChangeLog b/ChangeLog index 9d8ed66b..016ff0c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,18 @@ strings so that they get merged by gettext with similar ones. (maintainer_script_new): Likewise. +2008-05-12 Guillem Jover + + * lib/dpkg-priv.h (sizeof_array): New macro. + * lib/parse.c: Include . + (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 * dselect/method.cc: Include . Use setup_subproc_signals