diff options
author | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2004-10-02 02:20:21 +0000 |
---|---|---|
committer | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2004-10-02 02:20:21 +0000 |
commit | e49bc789b2cb87b35471353f5b8c322e52ee84a2 (patch) | |
tree | a169250340ec8c56a58e916558c77bda948e7098 /winsup/cygwin/ChangeLog | |
parent | 1e804b7425b79e2ec2e24e35599849ac159c0514 (diff) | |
download | cygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.tar.gz cygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.tar.bz2 cygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.zip |
2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
* path.h (enum path_types): Delete PATH_ISDISK.
(path_conv::isdisk): Delete method.
(path_conv::set_isdisk): Ditto.
* path.cc (path_conv::check): Do not call set_isdisk.
* uinfo.cc(pwdgrp::load): Do not call pc.isdisk.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c0b6fe8ad..4c8e02f56 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2004-10-02 Pierre Humblet <pierre.humblet@ieee.org> + + * path.h (enum path_types): Delete PATH_ISDISK. + (path_conv::isdisk): Delete method. + (path_conv::set_isdisk): Ditto. + * path.cc (path_conv::check): Do not call set_isdisk. + * uinfo.cc(pwdgrp::load): Do not call pc.isdisk. + 2004-09-28 Christopher Faylor <cgf@timesys.com> * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts |