| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support t regex in NFA compiler and in printer. | Kaz Kylheku | 2015-09-27 | 1 | -1/+16 |
* | Replace internal_error with exception throws in regex. | Kaz Kylheku | 2015-09-27 | 1 | -7/+7 |
* | Bug in complement case of reg_matches_all. | Kaz Kylheku | 2015-09-27 | 1 | -1/+2 |
* | regex: major optimization for complement operator. | Kaz Kylheku | 2015-09-24 | 1 | -1/+46 |
* | Regex state-marking counter wraparound bug. | Kaz Kylheku | 2015-09-15 | 1 | -1/+28 |
* | Use alloca for some temporary arrays in regex module. | Kaz Kylheku | 2015-09-15 | 1 | -11/+5 |
* | Remove limit on NFA state size and allocate tightly. | Kaz Kylheku | 2015-09-15 | 1 | -62/+63 |
* | Fix memory leak in regexes. | Kaz Kylheku | 2015-09-14 | 1 | -1/+1 |
* | Don't use prot1 for temporary gc protection. | Kaz Kylheku | 2015-09-07 | 1 | -3/+1 |
* | Count East Asian Wide and Full Fidth chars as two columns. | Kaz Kylheku | 2015-08-10 | 1 | -0/+66 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -2/+3 |
* | Correction to COBJ initialization pattern. | Kaz Kylheku | 2015-07-30 | 1 | -2/+2 |
* | Bugfix: throwing error when trying to print valid regexps. | Kaz Kylheku | 2015-04-19 | 1 | -1/+1 |
* | * regex.c (match_regex_right): Bugfix: zero length matches | Kaz Kylheku | 2015-02-20 | 1 | -1/+1 |
* | String-returning wrappers for some regex matching functions. | Kaz Kylheku | 2015-02-20 | 1 | -0/+21 |
* | * regex.c (print_rec): A compound must use parentheses for | Kaz Kylheku | 2015-02-15 | 1 | -2/+8 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize cobj_ops. | Kaz Kylheku | 2015-01-29 | 1 | -14/+10 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -16/+16 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -67/+67 |
* | C++ upkeep. | Kaz Kylheku | 2014-10-14 | 1 | -1/+3 |
* | Version 99.txr-99 | Kaz Kylheku | 2014-10-05 | 1 | -0/+1 |
* | Printing of regular expression objects implemented. | Kaz Kylheku | 2014-10-04 | 1 | -1/+151 |
* | Keep regex source code in regex objects, in anticipation | Kaz Kylheku | 2014-10-04 | 1 | -2/+13 |
* | Using unified COBJ representation for both regex kinds, | Kaz Kylheku | 2014-10-02 | 1 | -29/+42 |
* | GC correctness fixes: make sure we pin down objects for which we borrow | Kaz Kylheku | 2014-08-25 | 1 | -1/+8 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 1 | -0/+13 |
* | * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded | Kaz Kylheku | 2014-04-13 | 1 | -1/+0 |
* | * parser.l (regex_parse, lisp_parse): Fix neglected handling of | Kaz Kylheku | 2014-03-14 | 1 | -1/+1 |
* | Issue: match_regex and search_regex were continuing to feed characters | Kaz Kylheku | 2014-03-09 | 1 | -20/+44 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -4/+4 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -5/+5 |
* | * regex.c (match_regex_right): Fix not returning value. | Kaz Kylheku | 2014-01-29 | 1 | -0/+2 |
* | * regex.c (match_regex_right): Fix semantics of second argument | Kaz Kylheku | 2014-01-27 | 1 | -5/+6 |
* | * regex.c (match_regex_right): New function. | Kaz Kylheku | 2014-01-26 | 1 | -0/+20 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -8/+9 |
* | Bugfix in regex char ranges affecting ranges whose upper end | Kaz Kylheku | 2014-01-13 | 1 | -4/+7 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): Update registration of regex-compile | Kaz Kylheku | 2013-12-06 | 1 | -3/+3 |
* | * regex.c (regex_compile): Handle string input. | Kaz Kylheku | 2013-12-05 | 1 | -1/+5 |
* | * regex.c (regex_space_chars): Variable removed. | Kaz Kylheku | 2012-04-20 | 1 | -22/+16 |
* | * parser.y (regtoken): New nonterminal symbol. | Kaz Kylheku | 2012-04-20 | 1 | -1/+30 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -3/+104 |
* | Improve the regex Lisp syntax by allowing strings to specify | Kaz Kylheku | 2012-04-12 | 1 | -4/+12 |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 1 | -0/+5 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -3/+2 |
* | * regex.c (regsub): the replacement argument | Kaz Kylheku | 2012-03-13 | 1 | -1/+4 |