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 Makefile.in adm.c client ... Date: Wed, 25 Aug 1999 14:34:00 -0000 Message-id: <19990825213451.15899.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00032.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@egcs.cygnus.com 99/08/25 14:34:51 Modified files: gnats : ChangeLog Makefile.in adm.c client.c cmds.c configure configure.in db_conf.c fconfig.y fconfigl.l field-config file-pr.c files.c gen-closed-date.c gnats.h gnatsd.c gnatsd.h headers.c lists.c npr-edit.c pr-init.c pr.c pr.h query.c query.h regex.c Log message: * pr-init.c (fconfig_parse, argument func): New argument. (get_line): New function. * cmds.c (GNATS_lfds): New function; command for dumping the field-config file to the client. * client.c (client_get_field_config_line, client_get_field_config): New functions. (client_init_gnats): Call client_get_field_config (). * adm.c (initAdmField): Don't explode if the contents of the chain for the field are NULL. * query.c (getSearchTypeForName, getSearchNameForType): New functions. * pr.h (FIRST_BUILTIN_FIELD, NUM_BUILTIN_FIELDS): New. * pr-init.c (builtin): Change "Target" to be "Quarter". * gnatsd.c (cmds): Add FVAL. * files.c: Remove init_classes() and init_states(). * field-config: Remove the network-query-command definitions. * fconfigl.l: Add "%option nounput" to make flex behave. Remove network-query-command. * fconfig.y: Add extern declarations for fconferror() and fconflex (). Remove the network-query-command parse. * cmds.c (netcommands): New array to hold the old-style network query commands; these are now hardcoded, and will probably be removed. (init_server_cmds): Initialize netcommands. (GNATS_fval): New function, to add the FVAL command. * client.c (send_query_field): Use the FVAL query command. * Makefile.in: Use @CFLAGS@ instead of hardcoding -g. * configure.in: Turn on -Wall -ansi -pedantic -Werror for GCC. Plus other minor cleanups.