aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-12-27 20:01:29 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-12-27 20:01:29 +0000
commit19556072f67304a5ec6ace8487444455a656f7a9 (patch)
tree1e833cc7701d2ef8a058dbb945548b0a86320857
parent9e68bb7b50888ba3ff1c2bbcef78e6f6c9f1b4a0 (diff)
downloadnewlib-19556072f67304a5ec6ace8487444455a656f7a9.zip
newlib-19556072f67304a5ec6ace8487444455a656f7a9.tar.gz
newlib-19556072f67304a5ec6ace8487444455a656f7a9.tar.bz2
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 2721ce7..1b27c27 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.