diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -50,6 +50,11 @@ | |||
50 | * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. | 50 | * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. |
51 | * Fixed a segfault in yes when no args were given -- Pavel Roskin. | 51 | * Fixed a segfault in yes when no args were given -- Pavel Roskin. |
52 | * Simplified freeramdisk and added argument checking -- Pavel Roskin. | 52 | * Simplified freeramdisk and added argument checking -- Pavel Roskin. |
53 | * Fixed segfault caused by "touch -c" | ||
54 | * Fixed segfault caused by "rm -f" | ||
55 | * Fixed segfault caused by "ln -s -s" and similar abuses. | ||
56 | * Fixed segfault caused by "cp -a -a" and similar abuses. | ||
57 | * Implemented "rm -- <foo>" | ||
53 | * "which" rewritten to use stat(). Fixes to improve its compatability | 58 | * "which" rewritten to use stat(). Fixes to improve its compatability |
54 | with traditional implementations -- Pavel Roskin. | 59 | with traditional implementations -- Pavel Roskin. |
55 | * More doc updates | 60 | * More doc updates |