summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-06 16:15:23 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-06 16:15:23 +0000
commit815e90447064e287ad181c1231636e7f1b44f76c (patch)
tree0955917be0c7adc926b7298bf450fedc67e447e6 /Changelog
parentc389d9118152e45303173c221a33a8083e769884 (diff)
downloadbusybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.tar.gz
busybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.tar.bz2
busybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.zip
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 -- <foo>" updated docs accordingly. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 57b936e7c..637f983e9 100644
--- a/Changelog
+++ b/Changelog
@@ -50,6 +50,11 @@
50 * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. 50 * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
51 * Fixed a segfault in yes when no args were given -- Pavel Roskin. 51 * Fixed a segfault in yes when no args were given -- Pavel Roskin.
52 * Simplified freeramdisk and added argument checking -- Pavel Roskin. 52 * Simplified freeramdisk and added argument checking -- Pavel Roskin.
53 * Fixed segfault caused by "touch -c"
54 * Fixed segfault caused by "rm -f"
55 * Fixed segfault caused by "ln -s -s" and similar abuses.
56 * Fixed segfault caused by "cp -a -a" and similar abuses.
57 * Implemented "rm -- <foo>"
53 * "which" rewritten to use stat(). Fixes to improve its compatability 58 * "which" rewritten to use stat(). Fixes to improve its compatability
54 with traditional implementations -- Pavel Roskin. 59 with traditional implementations -- Pavel Roskin.
55 * More doc updates 60 * More doc updates