|
|
|
@ -1,7 +1,12 @@ |
|
|
|
|
Tue Sep 18 13:45:34 BST 2007 (njh) |
|
|
|
|
---------------------------------- |
|
|
|
|
* libclamav/regex/regcomp.c: Fix compilation error on systems without |
|
|
|
|
_POSIX2_RE_DUP_MAX (under advice from Edwin) |
|
|
|
|
|
|
|
|
|
Mon Sep 17 21:06:59 EEST 2007(edwin) |
|
|
|
|
------------------------------------ |
|
|
|
|
* libclamav/regex/: add regcomp(), regexec() impl. from OpenBSD's libc. |
|
|
|
|
This code is licensed under the 3-clause BSD. |
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|