Date: Sun, 21 Sep 1997 13:15:47 +0300 (IDT) From: Eli Zaretskii To: Randy Maas cc: djgpp-workers AT delorie DOT com Subject: Re: Some possible FSEXT changes -p1 In-Reply-To: <3.0.1.32.19970918160459.006cfbc4@yacker.xiotech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 18 Sep 1997, Randy Maas wrote: > I've made a few changes to the file system IO and extensions. I'm posting > them here in the hope that they're useful to other people as well. Your diffs are backwards. You need to say "diff -c old new", not the other way around. > * I've inlined the documentation and changed it according (this is > probably heretical, but I find it easier to keep implementation and > documentation upto date this way). I have a program that strips it out, if > anyone is interested. I would ask to make diffs without the docs inlining. Inclusion makes reading the diffs much more difficult. Also, shouldn't the docs (the *.txh files) alsdo be updated to reflect the changes? For example, the current docs doesn't mention that lseek can be redirected.