From 394f764e7d059e979f72ba88c31f4fa94a252ebf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 23 Nov 1999 21:38:12 +0000 Subject: Stuf --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 1a7fd715e..7a7f50ab6 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,10 @@ * Several options are now moved into busybox.defs.h * Now 'rm -R' and 'rm -r' both work. * dd now properly handles input beyond 1 block from stdin. + * Fixed a bug where tar unpacked everything a directories. Moved some code + from createPath into mkdir where it belonged, thereby making tar work properly. + * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the + last file in the list. -Erik Andrsen -- cgit v1.2.3