From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats ChangeLog client.c database.c edit ... Date: Fri, 25 Feb 2000 23:17:00 -0000 Message-id: <20000226071715.7974.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00087.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/02/25 23:17:15 Modified files: gnats : ChangeLog client.c database.c edit.c field.c field.h getclose.c globals.h index.c internal.c mail.h misc.c pr-edit.c pr-stat.c pr.c query-pr.c Log message: * field.h (struct field_def): Add isIndexedField member, to avoid linear searches in isIndexedField (). * index.c (isIndexedFieldIndex): Use isIndexedField member of the FieldDef for the field. * Fix a few missing (void) parameters from function definitions.