May 15, 2009
View 4dec1e4

fix compiler warning

Török Edvin authored on 2009/05/15 21:11:05
View 2bc065d

add support for (?i). Now regular expressions that begin with (?i) will be case insensitive. (bb #1584, #1598).

Török Edvin authored on 2009/05/15 20:53:22
September 18, 2007
View 53ff1b0

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.

Török Edvin authored on 2007/09/18 03:54:56