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>2005-12-27 23:01:29 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-12-27 23:01:29 +0300
commit19556072f67304a5ec6ace8487444455a656f7a9 (patch)
tree1e833cc7701d2ef8a058dbb945548b0a86320857
parent9e68bb7b50888ba3ff1c2bbcef78e6f6c9f1b4a0 (diff)
Add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2721ce706..1b27c27bd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-27 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (path_conv::check): Rework loop removing trailing dots
+ and spaces.
+
+ * syslog.cc (vklog): Set facility to LOG_KERN if not set.
+
2005-12-26 Christopher Faylor <cgf@timesys.com>
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.