Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: cleanup for empty-string fix | Paul Eggert | 2014-04-11 | 1 | -7/+31 |
| | | | | | | | | * NEWS: Document it. * src/dfasearch.c (GEAcompile): * src/kwsearch.c (Fcompile): Use C99-style decls to simplify. Avoid duplicate code. * tests/empty-line: Add some more tests like this. | ||||
* | grep: no match for the empty string included in multiple patterns | Norihiro Tanaka | 2014-04-11 | 1 | -0/+17 |
* src/dfasearch.c (EGAcompile): Fix it. * src/kwsearch.c (Fcompile): Fix it. |