Add optional ls file sorting, thanks to a patch from

Sterling Huxley <sterling@europa.com>
 -Erik
This commit is contained in:
Eric Andersen
2000-08-11 18:10:21 +00:00
parent f9ca653faa
commit 79565b6c91
4 changed files with 179 additions and 2 deletions

View File

@@ -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