summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorPierre Humblet <phumblet@phumblet.no-ip.org>2003-02-23 19:12:55 +0000
committerPierre Humblet <phumblet@phumblet.no-ip.org>2003-02-23 19:12:55 +0000
commit1ffc44aaf744d9c0c343f8bfd6c752a58f9f8575 (patch)
treef6bfadb3d9fd55caee80937881bcd3401ea769a0 /winsup/cygwin/ChangeLog
parentcc379158bbb56c51fcd8b7ff5c7c33516ea60fe7 (diff)
downloadcygnal-1ffc44aaf744d9c0c343f8bfd6c752a58f9f8575.tar.gz
cygnal-1ffc44aaf744d9c0c343f8bfd6c752a58f9f8575.tar.bz2
cygnal-1ffc44aaf744d9c0c343f8bfd6c752a58f9f8575.zip
2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
* syslog.cc (syslog): Do not unlock the file before closing it and remove debug_printf about stream errors.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6c313cde7..44091119a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * syslog.cc (syslog): Do not unlock the file before closing it
+ and remove debug_printf about stream errors.
+
2003-02-22 Christopher Faylor <cgf@redhat.com>
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true.