This is the mail archive of the
gnats-cvs@sourceware.cygnus.com
mailing list for the GNATS project.
gnats/gnats ChangeLog cmds.c edit.c file-pr.c ...
- To: gnats-cvs at sourceware dot cygnus dot com
- Subject: gnats/gnats ChangeLog cmds.c edit.c file-pr.c ...
- From: bmanson at sourceware dot cygnus dot com
- Date: 10 Nov 1999 02:29:02 -0000
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.