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 edit.c file-pr.c ... Date: Tue, 09 Nov 1999 18:29:00 -0000 Message-id: <19991110022902.17680.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00099.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/11/09 18:29:02 Modified files: gnats : ChangeLog cmds.c edit.c file-pr.c index.c npr-edit.c Log message: * npr-edit.c (net_send_pr_command): New function; read in a PR and send it along with the appropriate command. (net_check_pr): Use it. (net_submit_pr): Ditto. * file-pr.c: Clean up a few function prototypes. Delete bad_fields static variable; pass it in as needed. (append_report): Simplify; use rewrite_pr (). * edit.c (fix_closed_date): New function. (rewrite_pr): Use it. (edit_field): Free the PR after we're done with it. Don't free it if we actually passed it into rewrite_pr (), tho. * cmds.c (GNATS_mlpr): Free the PR we allocated if we exit early. Misc cleanups.