aboutsummaryrefslogtreecommitdiff
path: root/jimregexp.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-7/+7
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett1-3/+2
2011-07-07Minor code cleanupsSteve Bennett1-8/+2
2011-06-29Change the builtin regexp to avoid compiling twiceSteve Bennett1-281/+238
2011-06-28Fix builtin regexp for memory overwriteSteve Bennett1-3/+5
2011-06-09Revert regexp nested repeats from b34ab2f895Steve Bennett1-5/+6
2011-06-07Simplify/fix repeating matchesSteve Bennett1-297/+228
2011-06-05Fix simple * and + case for utf-8Steve Bennett1-5/+7
2011-06-04Fix utf8 char matching in character rangesSteve Bennett1-41/+42
2011-06-03Add non-greedy regexp supportSteve Bennett1-28/+147
2011-06-03Add make-bootstrap-jim scriptSteve Bennett1-11/+11
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