diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-15 19:44:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-15 19:44:50 +0000 |
commit | 54ee4247114ad755c4ab32c0c69ee1f88ddae7d5 (patch) | |
tree | 39f04ad3060963ce120e24590a22674edcae5f38 /winsup/cygwin/ChangeLog | |
parent | 48b1381da190c12810f4476744d33b22c77e0845 (diff) | |
download | cygnal-54ee4247114ad755c4ab32c0c69ee1f88ddae7d5.tar.gz cygnal-54ee4247114ad755c4ab32c0c69ee1f88ddae7d5.tar.bz2 cygnal-54ee4247114ad755c4ab32c0c69ee1f88ddae7d5.zip |
* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be a
Windows path.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 9d47d39bb..4facd8b4e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 15 15:43:50 2000 Christopher Faylor <cgf@cygnus.com> + + * path.cc (normalize_posix_path): Convert path to POSIX if it seems to + be a Windows path. + +2000-06-15 Kazuhiro Fujieda <fujieda@jaist.ac.jp> + + * path.cc (mount_info::add_item): Eliminate a trailing backslash + included in a native path starting with '//[A-Za-z]/...'. + * path.cc (mount_info::del_item): Accept a native path as its target. + Wed Jun 14 23:47:19 2000 Christopher Faylor <cgf@cygnus.com> * environ.cc (conv_envvars): Detect and convert all environment |