diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-11 18:10:21 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-11 18:10:21 +0000 |
commit | cd76bb1454d2d2fe5e9a966f36a6dbea3fb35cdf (patch) | |
tree | 407c3e6c7d6e36403397e04149524a998a9bf57e /Changelog | |
parent | d59f68d252e3a185a5f5920306d0021fdf8ea754 (diff) | |
download | busybox-w32-cd76bb1454d2d2fe5e9a966f36a6dbea3fb35cdf.tar.gz busybox-w32-cd76bb1454d2d2fe5e9a966f36a6dbea3fb35cdf.tar.bz2 busybox-w32-cd76bb1454d2d2fe5e9a966f36a6dbea3fb35cdf.zip |
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@953 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,8 +7,10 @@ | |||
7 | * syslogd can now log messages to a remote host -- patch thanks | 7 | * syslogd can now log messages to a remote host -- patch thanks |
8 | to Gyepi Sam <gyepi@praxis-sw.com> | 8 | to Gyepi Sam <gyepi@praxis-sw.com> |
9 | * Rewrite of 'tail' to make it simpler, smaller, and more robust. | 9 | * Rewrite of 'tail' to make it simpler, smaller, and more robust. |
10 | It now weighs only 2.25k (3k when full featured). The code it | 10 | It now weighs only 2.25k (3k when full featured). The code is |
11 | much cleaner, thanks to "Allen Soard" <esp-software@mail.hypermart.net> | 11 | cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net> |
12 | * Add optional ls file sorting, thanks to a patch from | ||
13 | Sterling Huxley <sterling@europa.com> | ||
12 | 14 | ||
13 | 15 | ||
14 | -Erik Andersen | 16 | -Erik Andersen |