diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-15 18:04:40 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-15 18:04:40 +0000 |
commit | 2e965239ee4f19f86e377ade94574c3c73a32425 (patch) | |
tree | d77dd91a7e2d4f2c8edab88b75daace67d828307 /Changelog | |
parent | 3f75503fa0b747b6d505ffe8ec047f6894f81050 (diff) |
ln: fixed command line parser. Added support for "--"
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,8 @@ * 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 "ln -s -s" and similar abuses. Further fixes + and "--" support from Pavel Roskin. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>". Implementation fixed by Pavel Roskin. * "which" rewritten to use stat(). Fixes to improve its compatability |