mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
* Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed. -Erik
This commit is contained in:
parent
7dc160721e
commit
fb62e3225f
@ -31,6 +31,8 @@
|
|||||||
- Added gunzip -t, removed gunzip.c dead code,
|
- Added gunzip -t, removed gunzip.c dead code,
|
||||||
- fixed several typos
|
- fixed several typos
|
||||||
- Glibc 2.0.7 and libc5 compile fixes
|
- 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
|
-Erik Andersen
|
||||||
|
Loading…
Reference in New Issue
Block a user