summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-15 09:58:41 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-04-15 09:58:41 +0000
commitca027229d52d91c8a460b873bd2b454299369fad (patch)
tree4857f9e67d4a95f0accd9a434f94362307c61445 /winsup/cygwin/ChangeLog
parentd370bb56c85a0e098a72841703ff87531820156b (diff)
downloadcygnal-ca027229d52d91c8a460b873bd2b454299369fad.tar.gz
cygnal-ca027229d52d91c8a460b873bd2b454299369fad.tar.bz2
cygnal-ca027229d52d91c8a460b873bd2b454299369fad.zip
* path.cc (path_conv::get_wide_win32_path): Allow relative paths.
(cygwin_conv_path): In case of CCP_POSIX_TO_WIN_W, convert relative paths to absolute paths if the relative pathname length exceeds MAX_PATH.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e566bb861..4bf2a5838 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2009-04-15 Corinna Vinschen <corinna@vinschen.de>
+ * path.cc (path_conv::get_wide_win32_path): Allow relative paths.
+ (cygwin_conv_path): In case of CCP_POSIX_TO_WIN_W, convert relative
+ paths to absolute paths if the relative pathname length exceeds
+ MAX_PATH.
+
+2009-04-15 Corinna Vinschen <corinna@vinschen.de>
+
* libc/bsdlib.cc: Align copyright with upstream.
* libc/fnmatch.c: Ditto.
* libc/fts.c: Ditto.