diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-08 22:07:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-08 22:07:04 +0000 |
commit | 2dca1086f0e8ca5c558d42e0c8c17e60406e2ad1 (patch) | |
tree | 712d78b9147d63e251660730f10c1df89bff5a91 | |
parent | d1e0b274c9cac3c5d688192e951f5b544a03be26 (diff) | |
download | newlib-github/unlabeled-1.1042.2.1.4.2.4.2.2.zip newlib-github/unlabeled-1.1042.2.1.4.2.4.2.2.tar.gz newlib-github/unlabeled-1.1042.2.1.4.2.4.2.2.tar.bz2 |
* path.cc (path_conv::check): Use full path name for determining attributesgithub/unlabeled-1.1042.2.1.4.2.4.2.2unlabeled-1.1042.2.1.4.2.4.2.2
when /cygdrive/x/foo.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cd25e8e..17f63c9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2001-12-07 Christopher Faylor <cgf@redhat.com> + + * path.cc (path_conv::check): Use full path name for determining + attributes when /cygdrive/x/foo. + 2001-12-06 Christopher Faylor <cgf@redhat.com> * path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through |