summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorPavel Roskin2000-06-05 23:41:27 +0000
committerPavel Roskin2000-06-05 23:41:27 +0000
commitc389d9118152e45303173c221a33a8083e769884 (patch)
treedb75949ed22190763981c4b19752e6450723fd8f /Changelog
parent82c0ac7e4f2def7ebc7110fa817ce534094af2a2 (diff)
downloadbusybox-c389d9118152e45303173c221a33a8083e769884.zip
busybox-c389d9118152e45303173c221a33a8083e769884.tar.gz
"which" rewritten to use stat(). Fixes to improve its compatability
with traditional implementations
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 004bca4..57b936e 100644
--- a/Changelog
+++ b/Changelog
@@ -50,6 +50,8 @@
* 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.
+ * "which" rewritten to use stat(). Fixes to improve its compatability
+ with traditional implementations -- Pavel Roskin.
* More doc updates