"which" rewritten to use stat(). Fixes to improve its compatability

with traditional implementations
This commit is contained in:
Pavel Roskin
2000-06-05 23:41:27 +00:00
parent 82c0ac7e4f
commit c389d91181
3 changed files with 92 additions and 36 deletions

View File

@@ -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