Added SILC regular expression API. Added new regex error values.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 30 Dec 2007 23:35:50 +0000 (23:35 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 30 Dec 2007 23:35:50 +0000 (23:35 +0000)
commit96ae4adfa8757be98b0587941e26d0733e1fb22e
tree14cada0f5a375656e252982e88f713e80fdc9478
parentf449c0a95327fd4e60a5b9d3c9d50fae0f8d835a
Added SILC regular expression API.  Added new regex error values.
Removed the old lib/contrib/regexp.[ch].
15 files changed:
CHANGES.RUNTIME
TODO
configure.ad
includes/silc.h.in
lib/contrib/Makefile.ad
lib/contrib/regexpr.h [deleted file]
lib/silcutil/Makefile.ad
lib/silcutil/silcerrno.c
lib/silcutil/silcerrno.h
lib/silcutil/silcregex.c [moved from lib/contrib/regexpr.c with 83% similarity]
lib/silcutil/silcregex.h
lib/silcutil/silcschedule.h
lib/silcutil/silcstrutil.c
lib/silcutil/tests/Makefile.am
lib/silcutil/tests/test_silcregex.c [new file with mode: 0644]