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:
7dc1607
)
* Grep -i previously failed on UPPER CASE patterns due to a silly
author
Erik Andersen
<andersen@codepoet.org>
Wed, 5 Jan 2000 05:47:11 +0000
(
05:47
-0000)
committer
Erik Andersen
<andersen@codepoet.org>
Wed, 5 Jan 2000 05:47:11 +0000
(
05:47
-0000)
regexp implementation bug that is now fixed.
-Erik
Changelog
patch
|
blob
|
history
diff --git
a/Changelog
b/Changelog
index 54fd3ca34a06eecb551ad6c2633368c6fa7c0277..a7e600771d3ca3da0154f7a6daf391058d5be076 100644
(file)
--- 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