aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-31 17:05:58 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-31 17:05:58 +0000
commitd1ceeb132c195b76b9978a0c14b4858742a82a6f (patch)
tree20b6560f2bbd14e5d9b550d9f87f7e13e3cc02ac /Changelog
parent4fed55054c9119faa86e9cd3ef07599dc341cf89 (diff)
downloadbusybox-w32-d1ceeb132c195b76b9978a0c14b4858742a82a6f.tar.gz
busybox-w32-d1ceeb132c195b76b9978a0c14b4858742a82a6f.tar.bz2
busybox-w32-d1ceeb132c195b76b9978a0c14b4858742a82a6f.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 git-svn-id: svn://busybox.net/trunk/busybox@923 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ac7dba32c..f415e5d43 100644
--- a/Changelog
+++ b/Changelog
@@ -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