Date: Wed, 30 Apr 2003 21:04:45 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7458-Wed30Apr2003210444+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EAF5020.9E3C6C9A@yahoo.com> (message from CBFalconer on Wed, 30 Apr 2003 00:25:04 -0400) Subject: Re: nmalloc documentation revisions References: <3EAF5020 DOT 9E3C6C9A 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: Wed, 30 Apr 2003 00:25:04 -0400 > From: CBFalconer > > Attached is a zip file (malldbg.zip) containing: > > The original malloc.txh (named malloco.txh) > The revised nmalloc.txh (named nmalloc.txh) > A diff file malltxh.dif > > The dif file is larger than any, so I fail to see its usefulness. That's because you reformatted malloc.txh while editing it. You should never do that, since it makes the diffs much larger. In this case, they are so large that they are impossible to read and review, at least for me. If you can edit the original malloc.txh without reformatting the parts you don't modify, please post the diffs from that, and I will review them. Otherwise, I'm sorry, I just don't have enough time to read such large files. Also, please produce the diffs like this: diff -c malloc.txh nmalloc.txh Note the "-c" switch--it's very important.