Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-04 | Remove 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-22 | test_regex: skip test that glibc fails | Marko Kreen | |
2012-06-05 | test_regex.c: fix invalid memset | Marko Kreen | |
2011-02-24 | regex: minor space saving | Marko Kreen | |
2010-09-15 | regex: 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-03 | test: draft test module for regex | Marko Kreen | |