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/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 44a5d12dc..599f39d4e 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-07 Christopher Faylor <cgf@timesys.com>
+
+ * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't
+ pad signal name with spaces.
+
2005-03-07 Corinna Vinschen <corinna@vinschen.de>
* strace.cc (handle_output_debug_string): Fix compiler warning.
@@ -19,7 +24,7 @@
2005-02-26 Christopher Faylor <cgf@timesys.com>
- * kill (getsig): Avoid buffer overflow when generating a signal name.
+ * kill.cc (getsig): Avoid buffer overflow when generating a signal name.
* strace.cc (handle_output_debug_string): Make error a little more specific.