diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ | |||
86 | * Fixed grep "Line too long" problem -- John Beppu | 86 | * Fixed grep "Line too long" problem -- John Beppu |
87 | * Fixed 'grep -q -i B some_file' so it works | 87 | * Fixed 'grep -q -i B some_file' so it works |
88 | * math takes input from stdin if no args are given. -- John Beppu | 88 | * math takes input from stdin if no args are given. -- John Beppu |
89 | * math was renamed to dc. Although it deviates from dc's behaviour, | ||
90 | this will probably be remedied in the future. -- John Beppu | ||
89 | 91 | ||
90 | 92 | ||
91 | -Erik Andersen | 93 | -Erik Andersen |