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 fconfig.y field ... Date: Sat, 26 Feb 2000 19:04:00 -0000 Message-id: <20000227030454.7660.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00088.html List-Id: 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).