Date: Mon, 21 Apr 2003 06:49:50 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <6137-Mon21Apr2003064949+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EA32588.43E71E46@yahoo.com> (message from CBFalconer on Sun, 20 Apr 2003 18:56:08 -0400) Subject: Re: nmalloc revisited References: <10304191903 DOT AA25198 AT clio DOT rice DOT edu> <3EA1C57D DOT E3861F84 AT yahoo DOT com> <4634-Sun20Apr2003134317+0300-eliz AT elta DOT co DOT il> <3EA2AB2C DOT 14C6305 AT yahoo DOT com> <3028-Sun20Apr2003204252+0300-eliz AT elta DOT co DOT il> <3EA32588 DOT 43E71E46 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: Sun, 20 Apr 2003 18:56:08 -0400 > From: CBFalconer > > > > To address Charles Sandmanns concern over the documentation, I > > > have implemented it exactly to the existing documentation, with > > > the exception that malloc_debug has an additional FILE* parameter > > > to set the file on which to display results. If that is NULL > > > stderr is used. Easily changed back to eliminate the FILE*, and > > > add a new name or macro for that functionality. > > > > That's okay, but the additional functionality--the ability to control > > where the messages go--needs to be documented. > > I agree, but the mechanics of it are not simple for me. The doc > change is only a line or two in the description of malloc_debug. Simply modify malloc.txh--it's almost a plain text file. If you are unsure about the markup, just do what you think is right, and someone else will fix it if required. > This is the end plan, more or less, NOT the way it acts in > nmalloc.zip. But I see a plain path to it, PROVIDED everything is > functional and tested with who knows what. I don't have any objections, but this work needs to be done before nmalloc is made part of the library.