aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-05 05:47:11 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-05 05:47:11 +0000
commitfb62e3225fc1947e8b62d95f16f5a3cb1378c9d2 (patch)
tree73aaa7e8270b9234107d2c0917ea3cb4690ce1ad
parent7dc160721ee3ceb76240a43d1454b45aaa9dbee4 (diff)
downloadbusybox-fb62e3225fc1947e8b62d95f16f5a3cb1378c9d2.tar.gz
* Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed. -Erik
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 54fd3ca34..a7e600771 100644
--- a/Changelog
+++ b/Changelog
@@ -31,6 +31,8 @@
- Added gunzip -t, removed gunzip.c dead code,
- fixed several typos
- Glibc 2.0.7 and libc5 compile fixes
+ * Grep -i previously failed on UPPER CASE patterns due to a silly
+ regexp implementation bug that is now fixed.
-Erik Andersen