diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-29 22:19:46 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-29 22:19:46 +0000 |
commit | 1266a13e1f687d34052ae7e2469048d035633e58 (patch) | |
tree | dc70d49434faf03d25c199ebbb3d360d95e5fac5 /Changelog | |
parent | a89910829c73c5ed4f30eecb181d7b3087ca4f74 (diff) | |
download | busybox-w32-1266a13e1f687d34052ae7e2469048d035633e58.tar.gz busybox-w32-1266a13e1f687d34052ae7e2469048d035633e58.tar.bz2 busybox-w32-1266a13e1f687d34052ae7e2469048d035633e58.zip |
* 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 @@ | |||
17 | them so they should now work as expected. | 17 | them so they should now work as expected. |
18 | * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> | 18 | * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> |
19 | for loading application character maps for working with Unicode fonts. | 19 | for loading application character maps for working with Unicode fonts. |
20 | * sed now supports addresses (numeric or regexp, with negation) and | ||
21 | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> | ||
22 | * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. | ||
23 | * Some cosmetic fixes to ls output formatting to make it behave more | ||
24 | like GNU ls. | ||
20 | 25 | ||
21 | 26 | ||
22 | -Erik Andersen | 27 | -Erik Andersen |