diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-31 17:05:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-31 17:05:58 +0000 |
commit | 98bbd688a80627ec4071b7c819ee2116f5ecc6d4 (patch) | |
tree | 20b6560f2bbd14e5d9b550d9f87f7e13e3cc02ac /Changelog | |
parent | 43c17b3d9649a2717961287b14b48960b611df82 (diff) | |
download | busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.tar.gz busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.tar.bz2 busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.zip |
Commit the rewrite of tail by Allen Soard
<esp-software@mail.hypermart.net>. Thanks Allen for
you work at getting this into shape,
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ | |||
6 | 'make install-hardlinks' target to (tada) install hardlinks. | 6 | 'make install-hardlinks' target to (tada) install hardlinks. |
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. | ||
10 | It now weighs only 2.25k (3k when full featured). The code it | ||
11 | much cleaner, thanks to "Allen Soard" <esp-software@mail.hypermart.net> | ||
9 | 12 | ||
10 | 13 | ||
11 | -Erik Andersen | 14 | -Erik Andersen |