Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 4b04b3334..e2cf0dbab 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2013-04-03 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (class suffix_scan): Add member namelen.
+ (suffix_scan::name_len): New method.
+ (suffix_scan::has): Store namelen since we have it already anyway.
+ Add a bit of explanation and a FIXME to comment.
+ (suffix_scan::next): Never attach extra .lnk suffix if resulting
+ filename length exceeds NAME_LEN.
+ (symlink_info::check): Bail out immediately with ENAMETOOLONG if
+ filename length exceeds NAME_LEN.
+
2013-03-31 Christopher Faylor <me.cygwin2013@cgf.cx>
* child_info.h (cygheap_exec_info::sigmask): Declare new field.