summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-13 06:24:53 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-13 06:24:53 +0000
commit053b1462b72feea51b3b8745662447d5f8d18fda (patch)
tree83edeea4d3913d4bbfab0fef6f46f5f4cbbd548c /Changelog
parentbaf22bff21f91a8c715729892113c1bf5b7b8c4a (diff)
downloadbusybox-w32-053b1462b72feea51b3b8745662447d5f8d18fda.tar.gz
busybox-w32-053b1462b72feea51b3b8745662447d5f8d18fda.tar.bz2
busybox-w32-053b1462b72feea51b3b8745662447d5f8d18fda.zip
Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>
where you used to see: ./grep -q -i B some_file B: No such file or directory This is now fixed. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 50c28843b..3a497d1a2 100644
--- a/Changelog
+++ b/Changelog
@@ -78,6 +78,7 @@
78 for helping track this one down. 78 for helping track this one down.
79 * More doc updates 79 * More doc updates
80 * Fixed grep "Line too long" problem -- John Beppu 80 * Fixed grep "Line too long" problem -- John Beppu
81 * Fixed 'grep -q -i B some_file' so it works
81 * math takes input from stdin if no args are given. -- John Beppu 82 * math takes input from stdin if no args are given. -- John Beppu
82 83
83 84