CVS log entries from 23.04.2005 (Sat) 09:06:49 - 24.04.2005 (Sun) 09:06:47 GMT ===================================================== Summary by authors ===================================================== Author: guy File: libpcap/gencode.c; Revisions: 1.233, 1.221.2.7 File: tcpdump/configure.in; Revisions: 1.194, 1.193, 1.188.2.6, 1.188.2.5 File: tcpdump/configure; Revisions: 1.141, 1.140, 1.134.2.7, 1.134.2.6 File: libpcap/gencode.h; Revisions: 1.62, 1.60.2.2 File: libpcap/configure.in; Revisions: 1.124, 1.120.2.4 File: libpcap/configure; Revisions: 1.65, 1.60.2.5
===================================================== Combined list of identical log entries ===================================================== Description: >From Albert Chin: just define __attribute__ as an empty macro if we don't have __attribute__ support in the compiler. While we're at it, get rid of the declaration of bpf_error() in gencode.c, as it's already declared in gencode.h. Modified files: File: libpcap/gencode.c; Revision: 1.233; Date: 2005/04/23 22:26:51; Author: guy; Lines: (+1 -3) File: libpcap/gencode.c; Revision: 1.221.2.7; Date: 2005/04/23 22:27:37; Author: guy; Lines: (+1 -3) File: libpcap/gencode.h; Revision: 1.62; Date: 2005/04/23 22:26:52; Author: guy; Lines: (+6 -5) File: libpcap/gencode.h; Revision: 1.60.2.2; Date: 2005/04/23 22:27:38; Author: guy; Lines: (+6 -5) ------------------------------- Description: Albert Chin's patch to libpcap's configure.in: AC_CHECK_DECLS will define the HAVE_DECL_xxx variable whether it succeeds or fails, so you can't erase a "no" result and try again with a different header. Use AC_CHECK_DECL, which doesn't define HAVE_DECL_xxx, and then explicitly define it based on whether we found a declaration or not. is required for tcpdump's configure.in as well. Modified files: File: tcpdump/configure; Revision: 1.140; Date: 2005/04/24 01:26:07; Author: guy; Lines: (+12 -25) File: tcpdump/configure; Revision: 1.134.2.6; Date: 2005/04/24 01:27:10; Author: guy; Lines: (+12 -25) File: tcpdump/configure.in; Revision: 1.193; Date: 2005/04/24 01:25:23; Author: guy; Lines: (+9 -4) File: tcpdump/configure.in; Revision: 1.188.2.5; Date: 2005/04/24 01:26:27; Author: guy; Lines: (+9 -4) ------------------------------- Description: >From Albert Chin: AC_CHECK_DECLS will define the HAVE_DECL_xxx variable whether it succeeds or fails, so you can't erase a "no" result and try again with a different header. Use AC_CHECK_DECL, which doesn't define HAVE_DECL_xxx, and then explicitly define it based on whether we found a declaration or not. Modified files: File: libpcap/configure; Revision: 1.65; Date: 2005/04/23 22:44:08; Author: guy; Lines: (+12 -25) File: libpcap/configure; Revision: 1.60.2.5; Date: 2005/04/23 22:44:43; Author: guy; Lines: (+12 -25) File: libpcap/configure.in; Revision: 1.124; Date: 2005/04/23 22:43:15; Author: guy; Lines: (+11 -4) File: libpcap/configure.in; Revision: 1.120.2.4; Date: 2005/04/23 22:43:31; Author: guy; Lines: (+11 -4) ------------------------------- Description: Split a line to match the way it's split in libpcap's configure.in. Modified files: File: tcpdump/configure; Revision: 1.141; Date: 2005/04/24 01:35:49; Author: guy; Lines: (+1 -1) File: tcpdump/configure; Revision: 1.134.2.7; Date: 2005/04/24 01:36:58; Author: guy; Lines: (+1 -1) File: tcpdump/configure.in; Revision: 1.194; Date: 2005/04/24 01:34:59; Author: guy; Lines: (+6 -4) File: tcpdump/configure.in; Revision: 1.188.2.6; Date: 2005/04/24 01:36:19; Author: guy; Lines: (+6 -4) ===================================================== Log entries ===================================================== ===================================================== Summary of modified files ===================================================== File: libpcap/configure Revisions: 1.65, 1.60.2.5 Authors: guy (+12 -25), guy (+12 -25) ------------------------------- File: libpcap/configure.in Revisions: 1.124, 1.120.2.4 Authors: guy (+11 -4), guy (+11 -4) ------------------------------- File: libpcap/gencode.c Revisions: 1.233, 1.221.2.7 Authors: guy (+1 -3), guy (+1 -3) ------------------------------- File: libpcap/gencode.h Revisions: 1.62, 1.60.2.2 Authors: guy (+6 -5), guy (+6 -5) ------------------------------- File: tcpdump/configure Revisions: 1.141, 1.140, 1.134.2.7, 1.134.2.6 Authors: guy (+1 -1), guy (+12 -25), guy (+1 -1), guy (+12 -25) ------------------------------- File: tcpdump/configure.in Revisions: 1.194, 1.193, 1.188.2.6, 1.188.2.5 Authors: guy (+6 -4), guy (+9 -4), guy (+6 -4), guy (+9 -4) -- Automatic cron job from /tcpdump/bin/makelog - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.