aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 17:06:08 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 17:06:08 +0000
commit78eab2f6c634aa9e08d923c9aa4d63b73440bd38 (patch)
tree756f301ffaacbfebf785b6c9559cca894d58d405 /Changelog
parent3cfa9ec09cbd6742abee95526912269fd2e62a4c (diff)
downloadbusybox-78eab2f6c634aa9e08d923c9aa4d63b73440bd38.tar.gz
Comment on kill.c change.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d147196cf..981324308 100644
--- a/Changelog
+++ b/Changelog
@@ -27,6 +27,9 @@
* Fix to tr so it recognizes standard escape sequences. Merged common
escape seq. code from tr and echo into utility.c. Fix thanks to
Matt Kraai <kraai@alumni.carnegiemellon.edu>.
+ * Reorganized signal names in kill.c for better architecture support
+ -- patch thanks to simon wood <simon@mungewell.uklinux.net>
+
-Erik Andersen