summaryrefslogtreecommitdiff
path: root/test/test_regex.c
AgeCommit message (Collapse)Author
2013-01-04Remove remaining C++ comments from source tree.Marko Kreen
I like to use them for debugging, to show that this comment is temporary, but that also means they should not stay around.
2012-12-22test_regex: skip test that glibc failsMarko Kreen
2012-06-05test_regex.c: fix invalid memsetMarko Kreen
2011-02-24regex: minor space savingMarko Kreen
2010-09-15regex: remove non-standard error codes.Marko Kreen
REG_EEND and REG_ESIZE are not in POSIX, and are unused by this implementation. ECOLLATE is also unused, but it's standard so keep it.
2010-09-03test: draft test module for regexMarko Kreen