diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-19 04:30:37 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-19 04:30:37 +0000 |
commit | a2f69e548587b7079e0973146895774250c3406a (patch) | |
tree | 58af08e4da017d64d6adc66c30120b07eef189ab /Changelog | |
parent | 46a4e762439eb519345703311ad314827bcd74c1 (diff) | |
download | busybox-w32-a2f69e548587b7079e0973146895774250c3406a.tar.gz busybox-w32-a2f69e548587b7079e0973146895774250c3406a.tar.bz2 busybox-w32-a2f69e548587b7079e0973146895774250c3406a.zip |
Bug fix. grep wasn't printing file names they way it was supposed to.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | 0.42 | 1 | 0.42 |
2 | * Made tar creation support in busybox tar optional. | 2 | * Made tar creation support in busybox tar optional. |
3 | * Made grep and grep -h do the right thing wrt printing | ||
4 | the file name (it failed to print files names in many cases). | ||
3 | 5 | ||
4 | -Erik Andersen | 6 | -Erik Andersen |
5 | 7 | ||