aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:46:33 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:46:33 +0000
commitcbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8 (patch)
tree83f5bff33a0bb5d9087fdb64ea4e8da3d5e138db /Changelog
parent3eb9db534058024db6b432ef34792e9e94405d4e (diff)
downloadbusybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.tar.gz
busybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.tar.bz2
busybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.zip
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
I added the docs, and made behavior identical to the GNU version. -Erik git-svn-id: svn://busybox.net/trunk/busybox@970 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d7adeba42..bc03e150e 100644
--- a/Changelog
+++ b/Changelog
@@ -12,6 +12,8 @@
12 * Add optional ls file sorting, thanks to a patch from 12 * Add optional ls file sorting, thanks to a patch from
13 Sterling Huxley <sterling@europa.com> 13 Sterling Huxley <sterling@europa.com>
14 * lsmod now uses the query_module syscall, rather then /proc 14 * lsmod now uses the query_module syscall, rather then /proc
15 * Added 'rdate' command from Sterling Huxley <sterling@europa.com>
16 * Added 'getopt' command from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
15 17
16 18
17 -Erik Andersen 19 -Erik Andersen