summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4a868a8b5..e7fe482b9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+Mon Apr 30 21:51:14 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * path.cc (mkrelpath): New function.
+ (mount_info::conv_to_win32_path): Eliminate now-unneeded relative path
+ name arg and processing.
+ (path_conv::check): Accomodate relative path names again. Accomodate
+ one extra argument in mount_info::conv_to_win32_path. Tack trailing
+ slash on end of relative path as a side effect, like before.
+ * shared_info.h (mount_info::conv_to_win32_path): Reflect new argument
+ ordering.
+
Mon Apr 30 22:09:00 2001 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc: Add LoadDLLinitfunc for secur32.dll.