summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen1999-12-29 22:19:46 +0000
committerErik Andersen1999-12-29 22:19:46 +0000
commit1266a13e1f687d34052ae7e2469048d035633e58 (patch)
treedc70d49434faf03d25c199ebbb3d360d95e5fac5 /Changelog
parenta89910829c73c5ed4f30eecb181d7b3087ca4f74 (diff)
downloadbusybox-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--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8ba7369..37570d2 100644
--- a/Changelog
+++ b/Changelog
@@ -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