Support added for regex-based searches. Many thanks Erik for providing the patch.

This commit is contained in:
Frederic Culot
2009-07-05 17:23:06 +00:00
parent 323556d47b
commit 9dce4c534e
2 changed files with 71 additions and 16 deletions

View File

@@ -2,6 +2,14 @@
* src/utils.c (getstring): prevent character deletion before the
beginning of the string (thanks Martin for reporting the bug)
* configure.ac: switched to 2.6
Add a check for regex.h header
* src/args.c: support for search based on regex added (many thanks
to Erik for providing the patch)
* README: Erik Saule added to the list of contributors
2009-06-28 Frederic Culot <frederic@culot.org>