aboutsummaryrefslogtreecommitdiff
path: root/jimregexp.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Fix some minor warnings on mingw32Steve Bennett1-3/+3
2010-11-28Bug fix: regexp should not treat \n as |Steve Bennett1-4/+3
2010-11-18built-in regexp was always being includedSteve Bennett1-0/+1
2010-11-17Bug fix: [regexp] single braced count was rejectedSteve Bennett1-5/+10
2010-11-17Minor cleanupsSteve Bennett1-1/+0
2010-11-17Fix a regexec() bugSteve Bennett1-2/+2
2010-11-17Update documentation to cover UTF-8 support for regexpSteve Bennett1-5/+6
2010-11-17Add UTF-8 support to regexpSteve Bennett1-251/+621
2010-11-17POSIX-compatible regex interfaceSteve Bennett1-0/+1375