projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ccfc9
)
Give beppu credit for fixing grep "Line too long" bug.
author
Eric Andersen
<andersen@codepoet.org>
Tue, 13 Jun 2000 00:49:41 +0000
(
00:49
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 13 Jun 2000 00:49:41 +0000
(
00:49
-0000)
-Erik
Changelog
patch
|
blob
|
history
diff --git
a/Changelog
b/Changelog
index 29f95a6b1e99d45eafd50cde1d666a7e5a5039af..50c28843bc9fdfc907f17e98a3dd5ad03cca7397 100644
(file)
--- a/
Changelog
+++ b/
Changelog
@@
-77,6
+77,7
@@
of nested directories. Thanks to Kevin Traas <kevin@netmaster.com>
for helping track this one down.
* More doc updates
+ * Fixed grep "Line too long" problem -- John Beppu
* math takes input from stdin if no args are given. -- John Beppu