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 cmds.c edit.c f ... Date: Fri, 22 Oct 1999 17:18:00 -0000 Message-id: <19991023001812.6065.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00052.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/10/22 17:18:12 Modified files: gnats : ChangeLog client.c cmds.c edit.c fconfig.y field.h gnatsd.c gnatsd.h Log message: * cmds.c (print_server_errors): Handle CODE_INVALID_FIELD_CONTENTS specially. (GNATS_appnOrRepl, GNATS_appn, GNATS_repl, get_text_memory): New functions. * field.h (FieldDef): regex is now a Stringlist. * fconfig.y: Make the regex qualifier a StringList. * edit.c (check_curr_pr): If a date field is null, don't coredump. The regex field is now a StringList; check all of the regexps. (edit_field): Read in the PR we're editing. * client.c (client_print_errors): Print out the field.value contents when there is an invalid field. Adds append/replace functionality to the server, and enhances the regexp handling.