diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-10 07:31:15 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-10 07:31:15 +0000 |
commit | 4d0543138ebb30aad55ba8083ea362eafb0aac33 (patch) | |
tree | 97c6724691dcbc940e410350b9f75d120d9f6d8b /Changelog | |
parent | fb1793f03cbc51885678ee1ce9d0e81bd0e246f7 (diff) | |
download | busybox-4d0543138ebb30aad55ba8083ea362eafb0aac33.tar.gz |
More minor touchups.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -86,6 +86,10 @@ - added "skip" and "seek" to dd. * swapoff -a was not working. Now it is. * init did not cleanly unmount filesystems on reboot. Now it does. + * "sed -ne s/foo/bar/" worked but "sed -n -e s/foo/bar/" didn't. + Now both work. + * Some architectures (PowerPc) assume chars are unsigned, so they could + not distinguish between EOF and '\0xFF' in sed. Sed now uses ints. -Erik Andersen |