Mail Archives: djgpp-workers/2001/09/29/06:07:27
> From: sandmann AT clio DOT rice DOT edu (Charles Sandmann)
> Date: Fri, 28 Sep 2001 21:42:36 -0500 (CDT)
>
> New version in ftp://clio.rice.edu/djgpp/fixpathtest.zip
> (not quite final, needs clean up, review, copyrights, os_truever, etc).
Looks fine, but I thought we agreed that the carry flag should be set
before calling 4700h/7147h?
> It will only behave differently than the well tested fixpath if getcwd
> fails (which we didn't handle before - it now becomes relative path) or
> if Win2000 type OS (lfn and 0x532) and a seemingly root directory.
There's a subtle issue with _fixpath returning "d:." in these cases:
if a program chdirs between opendir and readdir, the wrong directory
will be read. If we cannot fix that, we should at least document it.
- Raw text -