Commit graph

3 commits

Author SHA1 Message Date
Török Edvin
4dec1e4b01 fix compiler warning
git-svn: trunk@5068
2009-05-15 12:11:05 +00:00
Török Edvin
2bc065d467 add support for (?i). Now regular expressions that begin with (?i) will be case
insensitive. (bb #1584, #1598).

git-svn: trunk@5067
2009-05-15 11:53:22 +00:00
Török Edvin
53ff1b0490 add regcomp(), regexec() impl. from OpenBSD's libc.
This code is licensed under the 3-clause BSD.
This will be used instead of system provided regexec()/regcomp() to
have consistent behaviour across platforms.


git-svn: trunk@3225
2007-09-17 18:54:56 +00:00