diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-05 05:47:11 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-05 05:47:11 +0000 |
commit | fb62e3225fc1947e8b62d95f16f5a3cb1378c9d2 (patch) | |
tree | 73aaa7e8270b9234107d2c0917ea3cb4690ce1ad | |
parent | 7dc160721ee3ceb76240a43d1454b45aaa9dbee4 (diff) | |
download | busybox-w32-fb62e3225fc1947e8b62d95f16f5a3cb1378c9d2.tar.gz busybox-w32-fb62e3225fc1947e8b62d95f16f5a3cb1378c9d2.tar.bz2 busybox-w32-fb62e3225fc1947e8b62d95f16f5a3cb1378c9d2.zip |
* Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed.
-Erik
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ | |||
31 | - Added gunzip -t, removed gunzip.c dead code, | 31 | - Added gunzip -t, removed gunzip.c dead code, |
32 | - fixed several typos | 32 | - fixed several typos |
33 | - Glibc 2.0.7 and libc5 compile fixes | 33 | - Glibc 2.0.7 and libc5 compile fixes |
34 | * Grep -i previously failed on UPPER CASE patterns due to a silly | ||
35 | regexp implementation bug that is now fixed. | ||
34 | 36 | ||
35 | 37 | ||
36 | -Erik Andersen | 38 | -Erik Andersen |