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 TODO adm.c client.c cmds ... Date: Tue, 01 Feb 2000 17:53:00 -0000 Message-id: <20000202015324.6593.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00035.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/02/01 17:53:24 Modified files: gnats : ChangeLog TODO adm.c client.c cmds.c edit.c fconfig.y fconfigl.l field-config.in field.c field.h file-pr.sh gnatsd.c gnatsd.h index.c pcodes.h pr-edit.c query.c queue-pr.c Log message: * query.c (process_format): Don't try to reference NULL PRs. * pr-edit.c (main): Check for a PR number before allowing edit actions. Don't close already-closed file descriptors. * index.c (createIndexEntryBinary): Fix typo. * file-pr.sh: Fix another typo. * field.c (get_field_value): If the supplied PR is NULL, return an empty string for field values. * field-config.in: Reorganize to match the traditional PR full format. * cmds.c (GNATS_inputdefault): New command. * adm.c (free_adm_entry): If the entry is NULL, don't try to free it. * queue-pr.c (main): Don't call punt() if the command usage isn't right.