diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,8 @@ | |||
61 | * Simplified freeramdisk and added argument checking -- Pavel Roskin. | 61 | * Simplified freeramdisk and added argument checking -- Pavel Roskin. |
62 | * Fixed segfault caused by "touch -c" | 62 | * Fixed segfault caused by "touch -c" |
63 | * Fixed segfault caused by "rm -f" | 63 | * Fixed segfault caused by "rm -f" |
64 | * Fixed segfault caused by "ln -s -s" and similar abuses. | 64 | * Fixed segfault caused by "ln -s -s" and similar abuses. Further fixes |
65 | and "--" support from Pavel Roskin. | ||
65 | * Fixed segfault caused by "cp -a -a" and similar abuses. | 66 | * Fixed segfault caused by "cp -a -a" and similar abuses. |
66 | * Implemented "rm -- <foo>". Implementation fixed by Pavel Roskin. | 67 | * Implemented "rm -- <foo>". Implementation fixed by Pavel Roskin. |
67 | * "which" rewritten to use stat(). Fixes to improve its compatability | 68 | * "which" rewritten to use stat(). Fixes to improve its compatability |