From 94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 1 May 2000 19:10:52 +0000 Subject: Some accrued fixes/updates. * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept - commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 53d4252..f6a9222 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ * added the -v option (inverted search) to grep, updated docs/busybox.pod accordingly. -beppu * Added mktemp, contributed by Daniel Jacobowitz + * Added setkeycodes, for those that have wierd keyboard buttons. * Fix for ping warnings from Sascha Ziemann * Fixed update segfault * Fixed mknod -- minor number was always 0 @@ -9,6 +10,12 @@ that wanted "tar cf foo.tar foo" (i.e. no "-" before options) I broke creation of tarballs. I reverted the change (so tar needs the "-" for all options). + * Several contributions from Randolph Chung . + * cp/mv now accepts (and ignores) the -f flag, since it always + does force anyway + * tail can now accept - commands (e.g. -10) for better + compatibility with the standard tail command + * added a simple id implementation; doesn't support supp. groups yet * More doc updates -Erik -- cgit v1.1