diff options
author | Erik Andersen | 1999-12-29 22:19:46 +0000 |
---|---|---|
committer | Erik Andersen | 1999-12-29 22:19:46 +0000 |
commit | 1266a13e1f687d34052ae7e2469048d035633e58 (patch) | |
tree | dc70d49434faf03d25c199ebbb3d360d95e5fac5 /Changelog | |
parent | a89910829c73c5ed4f30eecb181d7b3087ca4f74 (diff) | |
download | busybox-1266a13e1f687d34052ae7e2469048d035633e58.zip busybox-1266a13e1f687d34052ae7e2469048d035633e58.tar.gz |
* sed now supports addresses (numeric or regexp, with negation) and
has an append command, thanks to Marco Pantaleoni <panta@prosa.it>
* Fixed dmesg. It wasn't parsing its options (-n or -s) properly.
* Some cosmetic fixes to ls output formatting to make it behave more
like GNU ls.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ them so they should now work as expected. * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> for loading application character maps for working with Unicode fonts. + * sed now supports addresses (numeric or regexp, with negation) and + has an append command, thanks to Marco Pantaleoni <panta@prosa.it> + * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. + * Some cosmetic fixes to ls output formatting to make it behave more + like GNU ls. -Erik Andersen |