Mail Archives: djgpp-workers/2001/10/16/05:14:03
On Mon, 15 Oct 2001, Charles Sandmann wrote:
> Comments?
Some minor ones:
> + The function will return 0 (failure) if there are more than 8
> + characters before a period, more than 3 characters after a period,
> + more than one period, starts with a period, any lower case characters,
> + or any of the special characters @kbd{+,;=[]} or a space. The
The @kbd here should be @samp, and please give each character a
separate markup, like this:
@samp{+}, @samp{,}, @samp{;}, ...
> + special names . and .. are exceptions and will return sucess.
The . and .. should be @file{.} and @file{..} (since these are file
names).
> + system. The library internally calls this function to determine
> + if a file should have it's name lower cased when fncase=n.
Suggest a cross-reference to _preserve_fncase after the "fncase=n"
part.
Finally, I think the documentation should say it very clearly that the
argument must _not_ contain lower-case letters, otherwise it will be
considered invalid 8+3 file name. This is very non-obvious, so we
should say it in a prominent way.
- Raw text -