From 815e90447064e287ad181c1231636e7f1b44f76c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 6 Jun 2000 16:15:23 +0000 Subject: Fixed a bunch of stuff: * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- " updated docs accordingly. -Erik --- Changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 57b936e..637f983 100644 --- a/Changelog +++ b/Changelog @@ -50,6 +50,11 @@ * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. * Fixed a segfault in yes when no args were given -- Pavel Roskin. * Simplified freeramdisk and added argument checking -- Pavel Roskin. + * Fixed segfault caused by "touch -c" + * Fixed segfault caused by "rm -f" + * Fixed segfault caused by "ln -s -s" and similar abuses. + * Fixed segfault caused by "cp -a -a" and similar abuses. + * Implemented "rm -- " * "which" rewritten to use stat(). Fixes to improve its compatability with traditional implementations -- Pavel Roskin. * More doc updates -- cgit v1.1