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 database.c flowchart.txt ... Date: Sun, 27 Feb 2000 12:19:00 -0000 Message-id: <20000227201950.25889.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00089.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/02/27 12:19:50 Modified files: gnats : ChangeLog database.c flowchart.txt index.c p-inst.texi pr.c Log message: * pr.c (struct PR_private): Add a flag to indicate if data is stored in the PR; speeds up freeing the PR. (allocPR): Use memset instead of setting individual pointers to NULL. (find_field_num): Subtract 12 bytes instead of 13 from the name when we find a -Changed-Why: field. * index.c (extractBinaryField): Avoid a couple of unnecessary pointer derefs. (freeIndexDesc): Free the indexed field flags. * database.c (initDatabaseList): Free the existing list before storing a new one. * flowchart.txt: A few minor tweaks (oh, well, it amuses me anyway ;-)