| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 1 | -1/+1 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 1 | -0/+28 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | We don't include headers in headers in this project. | Kaz Kylheku | 2011-10-30 | 1 | -0/+1 |
* | Improved support for broken unicode. | Kaz Kylheku | 2011-10-10 | 1 | -1/+38 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Fix inaccurate comment. | Kaz Kylheku | 2010-01-26 | 1 | -4/+4 |
* | Optimization in derivative-based regex engine. | Kaz Kylheku | 2010-01-26 | 1 | -1/+54 |
* | * regex.c (reg_derivative_list, reg_derivative): Recognition | Kaz Kylheku | 2010-01-18 | 1 | -6/+29 |
* | Adjust semantics of non-greedy operator R%S, to avoid the broken | Kaz Kylheku | 2010-01-18 | 1 | -3/+9 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -1/+20 |
* | * regex.c (reg_derivative_list): Bugfix: wrong algebra, | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | * regex.c (reg_derivative): Bugfix: remove invalid | Kaz Kylheku | 2010-01-14 | 1 | -9/+1 |
* | Dynamically determine which regex implementation to use: | Kaz Kylheku | 2010-01-13 | 1 | -2/+30 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -248/+557 |
* | Remove incorrect implementation of extended | Kaz Kylheku | 2010-01-06 | 1 | -273/+32 |
* | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -32/+273 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -6/+5 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -1/+1 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -36/+136 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -9/+9 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -16/+16 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -5/+6 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -1/+2 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -22/+22 |