This is the mail archive of the
gnats-cvs@sourceware.cygnus.com
mailing list for the GNATS project.
gnats/gnats ChangeLog client.c fconfig.y field ...
- To: gnats-cvs at sourceware dot cygnus dot com
- Subject: gnats/gnats ChangeLog client.c fconfig.y field ...
- From: bmanson at sourceware dot cygnus dot com
- Date: 27 Feb 2000 03:04:54 -0000
CVSROOT: /cvs/gnats
Module name: gnats
Changes by: bmanson@sourceware.cygnus.com 00/02/26 19:04:54
Modified files:
gnats : ChangeLog client.c fconfig.y field.h index.c
index.h pr.c pr.h configure configure.in
Log message:
* pr.c (addLineToPR): Take ownership of the passed-in buffer to
avoid making a new copy of the contents.
(read_pr): Let addLineToPR () take ownership of the line buffer.
* index.c: Move the indexed field flags into the index descriptor.
* client.c (readPRFromServer): Give ownership of the line buffer
to addLineToPR ().
* configure.in (GNATS_INSTALL): Remove --with-full-gnats. (Leave
the partial targets in the Makefile, however).