diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 17:06:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 17:06:08 +0000 |
commit | af557b0413bb97f0894dc8c0869de86e1be4ffad (patch) | |
tree | 756f301ffaacbfebf785b6c9559cca894d58d405 | |
parent | 3dfa5eac9cda6a356510f59adfb06ab81c77606b (diff) | |
download | busybox-w32-af557b0413bb97f0894dc8c0869de86e1be4ffad.tar.gz busybox-w32-af557b0413bb97f0894dc8c0869de86e1be4ffad.tar.bz2 busybox-w32-af557b0413bb97f0894dc8c0869de86e1be4ffad.zip |
Comment on kill.c change.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@750 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ | |||
27 | * Fix to tr so it recognizes standard escape sequences. Merged common | 27 | * Fix to tr so it recognizes standard escape sequences. Merged common |
28 | escape seq. code from tr and echo into utility.c. Fix thanks to | 28 | escape seq. code from tr and echo into utility.c. Fix thanks to |
29 | Matt Kraai <kraai@alumni.carnegiemellon.edu>. | 29 | Matt Kraai <kraai@alumni.carnegiemellon.edu>. |
30 | * Reorganized signal names in kill.c for better architecture support | ||
31 | -- patch thanks to simon wood <simon@mungewell.uklinux.net> | ||
32 | |||
30 | 33 | ||
31 | -Erik Andersen | 34 | -Erik Andersen |
32 | 35 | ||