diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-05-31 20:08:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-05-31 20:08:30 +0000 |
commit | 89960b8af26f2a373d3cb8daf974545dd9ce9c49 (patch) | |
tree | 5a7c8ce2cbfd6ee743485e5f00652ca9e440b50f /Changelog | |
parent | b5966368d78dfe3354371ad6f467671e4626e685 (diff) | |
download | busybox-89960b8af26f2a373d3cb8daf974545dd9ce9c49.tar.gz |
More stuff.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -12,12 +12,14 @@ BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may be invoked as shell internals. Best used when compiling staticly (i.e. DOSTATIC=true) - * BusyBox sh (lash) internals now behave as expected wrt pipes and redirects. + * BusyBox sh (lash) internals now behave as expected wrt pipes + and redirects. * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> * Fixed update segfault * Fixed mknod -- minor number was always 0 - * Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar" - now work (i.e. no "-" before options) (this was very broken in 0.43). + * Fixed tar option parsing, so both "tar xvf foo.tar" and + "tar -xvf foo.tar" now work (i.e. no "-" before options) + (this was very broken in 0.43). * Several contributions from Randolph Chung <tausq@debian.org>. * cp/mv now accepts the -f flag * tail can now accept -<num> commands (e.g. -10) for better |