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 cmds.c field.c gnatsd.c ... Date: Wed, 26 Jan 2000 21:59:00 -0000 Message-id: <20000127055952.26281.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00031.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/01/26 21:59:52 Modified files: gnats : ChangeLog cmds.c field.c gnatsd.c pr-edit.c query-pr.c query.c query.h Log message: * query.c (findQueryFormat): Add err parameter. (print_named_format_pr): Ditto. (parseQueryFormat): Check the field name to see if it's valid; fail if it isn't. Add err parameter. Set the name field of the result to NULL. * field.c (parseComplexFieldIndex): Return an error if the field name is invalid. * gnatsd.c (match): Minor cleanups. (gnatsd_argify): Fix typo.