diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-11 18:10:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-11 18:10:21 +0000 |
commit | 79565b6c910e76c19cd5c0729659d6e96472c785 (patch) | |
tree | 407c3e6c7d6e36403397e04149524a998a9bf57e /Changelog | |
parent | f9ca653faa5ee3a56409221d4627679d6a9304a9 (diff) | |
download | busybox-79565b6c910e76c19cd5c0729659d6e96472c785.tar.gz |
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,8 +7,10 @@ * syslogd can now log messages to a remote host -- patch thanks to Gyepi Sam <gyepi@praxis-sw.com> * Rewrite of 'tail' to make it simpler, smaller, and more robust. - It now weighs only 2.25k (3k when full featured). The code it - much cleaner, thanks to "Allen Soard" <esp-software@mail.hypermart.net> + It now weighs only 2.25k (3k when full featured). The code is + cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net> + * Add optional ls file sorting, thanks to a patch from + Sterling Huxley <sterling@europa.com> -Erik Andersen |