]> mj.ucw.cz Git - libucw.git/commit
Our regex functions are now able to interface to old-style BSD re_match(),
authorMartin Mares <mj@ucw.cz>
Sun, 14 Mar 2004 12:58:40 +0000 (12:58 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 14 Mar 2004 12:58:40 +0000 (12:58 +0000)
commit97a9eb186ea7f6726258e164d75503ebb18fc490
tree5f42544be3c090e367b376c1e4508ccf5a57106c
parent83fb6e599485b07a15b123564731390e07b1d117
Our regex functions are now able to interface to old-style BSD re_match(),
to POSIX regexec() and to libpcre.  Currently it's switched to the BSD mode
as before, I'll look at it more in the evening.
lib/regex.c