Mail Archives: djgpp-workers/2003/04/30/14:10:32
> Date: Wed, 30 Apr 2003 00:25:04 -0400
> From: CBFalconer <cbfalconer AT yahoo DOT com>
>
> 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.
- Raw text -