Date: Fri, 02 May 2003 09:22:53 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7263-Fri02May2003092253+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EB17A90.96CB9465@yahoo.com> (message from CBFalconer on Thu, 01 May 2003 15:50:40 -0400) Subject: Re: nmalloc documentation revisions References: <3EAF5020 DOT 9E3C6C9A AT yahoo DOT com> <7458-Wed30Apr2003210444+0300-eliz AT elta DOT co DOT il> <3EB08219 DOT 3D55D32A AT yahoo DOT com> <7458-Thu01May2003192021+0300-eliz AT elta DOT co DOT il> <3EB17A90 DOT 96CB9465 AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 01 May 2003 15:50:40 -0400 > From: CBFalconer > > > > Last but not least, thanks for working on this. > > You are a hard taskmaster. Yes, I've been told that ;-) > Here is the diff from the nmalloc.txh (now .txo) mounted on my > site: This is perfect, thanks. Three minor comments, though: > ! @item HKCOUNT > ! The first invalid value for a hook descriptor. > ! @end @table > > and each ``callback'' function is described by: This last line should also have @noindent before it. > This function allows diverting the output of the malldbg package > ! to any suitable text file, known as the @defn(dumpfile). By > ! default the package uses @file(stderr). `stderr' is not a file name, it's a C symbol. So it should be in @code{}. > ! anchors points to a @code(NULL) terminated list of sets of `anchors' should be in @code{}.