diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 665ae95b4..05a7f3016 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 7 17:16:05 2001 Christopher Faylor <cgf@cygnus.com> + + * path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it + has special meaning on NT. + + * syscalls.cc (access): Use stat_worker. + Fri Oct 5 21:01:14 2001 Christopher Faylor <cgf@cygnus.com> * fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and |