diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-05 23:41:27 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-05 23:41:27 +0000 |
commit | c389d9118152e45303173c221a33a8083e769884 (patch) | |
tree | db75949ed22190763981c4b19752e6450723fd8f /Changelog | |
parent | 82c0ac7e4f2def7ebc7110fa817ce534094af2a2 (diff) | |
download | busybox-c389d9118152e45303173c221a33a8083e769884.tar.gz |
"which" rewritten to use stat(). Fixes to improve its compatability
with traditional implementations
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |