diff options
author | Erik Andersen | 2000-04-09 15:17:40 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-09 15:17:40 +0000 |
commit | 0817d1372c7278afdefa2d525e578bca51dd1c07 (patch) | |
tree | 97fef8b48533410fed60b548e3e3d81007e0e06e /Changelog | |
parent | 84e09e443796b52d41de9fd9b06b598591a6b66c (diff) | |
download | busybox-0817d1372c7278afdefa2d525e578bca51dd1c07.zip busybox-0817d1372c7278afdefa2d525e578bca51dd1c07.tar.gz |
This makes tar work perfectly, and adds in "--exclude" as an option
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,16 +11,15 @@ patch your kernel with the devps patch in the kernel-patches/ directory. * Wrote basename, killall, and uptime. + * tar has been completely rewritten by me. Both tar creation and + extraction are now well behaved. Costs 7.6k with all optional + tar features enabled, and 5k for just tar extraction support. * Added freeramdisk, which will free up all memory associated with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> and then adjusted a bit by me. * Added tr and dirname from John Lombardo <john@deltanet.com> * Added echo and test (from me). * Added usleep contributed by Nicolas Pitre <nico@cam.org> - * tar wouldn't create directory entries that don't end in '/', - now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) - * tar has been completely rewritten, and tar creation and extraction - is now much better behaved. * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: - When `tail' fails to open a file it now exits. - When `syslogd' is given the `-n' option it should still use |