From 4d0543138ebb30aad55ba8083ea362eafb0aac33 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 10 Feb 2000 07:31:15 +0000 Subject: More minor touchups. -Erik --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 42ec29618..f9ed33845 100644 --- a/Changelog +++ b/Changelog @@ -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 -- cgit v1.2.3