Hi Tom, as you asked on the list, I will reply on the list as well:
---- snip ---- > patch --help Usage: patch [OPTION]... [ORIGFILE [PATCHFILE]] Input options: -p NUM --strip=NUM Strip NUM leading components from file names. -F LINES --fuzz LINES Set the fuzz factor to LINES for inexact matching. -l --ignore-whitespace Ignore white space changes between patch and input. ---- snap --- Reading the first 10 lines of the patch help would have solved the problem. In addition, if you have patches for previous mem versions, then why didn't you submit those patches for inclusion in the normal mem? Is there a mem "1.6 plus Tom"? Then why not make mem 1.11 include the Tom features? You cannot compare mem 1.9 and newer to older versions anyway. David added zillions of features and even 1.7 already has lots of changes - it is the first translateable version as far as I remember. >> * converted spaces to tabs in the sources, but not inside strings... > and made all diffs to previous versions useless :((( Another point which is indeed bad style is that I have split mem.c into mem.c and mem2.c - you can merge them again with very little editing, but it would have been a lot better to split the file properly / cleanly. For now, mem.c simply ends with a line #include "mem2.c", and the makefile is unchanged ;-). Eric ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
