aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-19 04:30:37 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-19 04:30:37 +0000
commita2f69e548587b7079e0973146895774250c3406a (patch)
tree58af08e4da017d64d6adc66c30120b07eef189ab /Changelog
parent46a4e762439eb519345703311ad314827bcd74c1 (diff)
downloadbusybox-a2f69e548587b7079e0973146895774250c3406a.tar.gz
Bug fix. grep wasn't printing file names they way it was supposed to.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 453a69b00..96012ff04 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,7 @@
0.42
* Made tar creation support in busybox tar optional.
+ * Made grep and grep -h do the right thing wrt printing
+ the file name (it failed to print files names in many cases).
-Erik Andersen