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:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-28 13:44:49 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-10-28 13:44:49 +0300
commite6a4318d784f5cc977b599117c4691e0d8c5583d (patch)
tree627cd877110626a578635380c6ed65bd8fb13e3b /winsup/cygwin/ChangeLog
parent09687ee963afbc3019a1a422a3da598ea64901ee (diff)
* globals.cc (dos_file_warning): Set to false by default.
* path.cc (warn_msdos): Make static. Drop test for dos_file_warning. (path_conv::check): Check for dos_file_warning here to avoid a function call in the default case.
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 669f71237..e8c833377 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * globals.cc (dos_file_warning): Set to false by default.
+ * path.cc (warn_msdos): Make static. Drop test for dos_file_warning.
+ (path_conv::check): Check for dos_file_warning here to avoid a function
+ call in the default case.
+
2014-10-27 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (cygwin_atexit): Add workaround for broken atexit calls