| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (v_gather): Implemented until/last clause. | Kaz Kylheku | 2012-01-06 | 1 | -2/+21 |
* | * match.c (counter_k): New keyword symbol variable. | Kaz Kylheku | 2011-12-30 | 1 | -9/+11 |
* | New functionality: mod and modlast directives in repeat and rep. | Kaz Kylheku | 2011-12-29 | 1 | -3/+32 |
* | * parser.y (repeat_rep_helper): Bugfix. Circular lists | Kaz Kylheku | 2011-12-29 | 1 | -1/+1 |
* | * parser.y (quasi_item): Switch from var to o_var. This fixes | Kaz Kylheku | 2011-12-28 | 1 | -1/+1 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 1 | -3/+3 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 1 | -3/+3 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -0/+2 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -3/+4 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -8/+14 |
* | * parser.y (force_regular_quotes): Function removed. | Kaz Kylheku | 2011-12-04 | 1 | -30/+8 |
* | * eval.c (op_qquote_error, op_unquote_error): New static functions. | Kaz Kylheku | 2011-12-04 | 1 | -8/+30 |
* | * parser.y (list): unquote and splice actions look inside the | Kaz Kylheku | 2011-12-02 | 1 | -2/+8 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -0/+2 |
* | Removing useless hash table. | Kaz Kylheku | 2011-11-30 | 1 | -1/+0 |
* | Support assignment to (car ...) and (cdr ...). | Kaz Kylheku | 2011-11-29 | 1 | -8/+3 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -6/+36 |
* | * parser.y (expr): Set source location info on elements. | Kaz Kylheku | 2011-11-26 | 1 | -7/+12 |
* | * match.c (subst_vars): Handle expr_s, so that | Kaz Kylheku | 2011-11-26 | 1 | -1/+2 |
* | * parser.y (texts, elem): Fixed incorrect use of rl rather | Kaz Kylheku | 2011-11-24 | 1 | -4/+4 |
* | Optimization: if all the elements of (text ...) are | Kaz Kylheku | 2011-11-23 | 1 | -1/+10 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -4/+12 |
* | * parser.y (char_from_name): const on wchar_t *. | Kaz Kylheku | 2011-11-20 | 1 | -2/+2 |
* | Bug #34630 | Kaz Kylheku | 2011-11-20 | 1 | -2/+4 |
* | * parser.y (yybadtoken): Use ~a to print bad character rather than #\ | Kaz Kylheku | 2011-11-19 | 1 | -1/+1 |
* | * parser.y: Regression IDENT, '{' and '}' | Kaz Kylheku | 2011-11-18 | 1 | -2/+1 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -5/+10 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -2/+5 |
* | * parser.y: Bugfix: precedence of { } must be low, close to that of | Kaz Kylheku | 2011-11-17 | 1 | -1/+2 |
* | Allow directives after variable to be a kind of negative match. | Kaz Kylheku | 2011-11-16 | 1 | -4/+5 |
* | Variable matches can span over function calls. | Kaz Kylheku | 2011-11-16 | 1 | -2/+2 |
* | * match.c (h_var): when manipulating specline, propagate the | Kaz Kylheku | 2011-11-15 | 1 | -23/+28 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -24/+58 |
* | * parser.y: Correctly record line number info for regex. | Kaz Kylheku | 2011-11-12 | 1 | -1/+1 |
* | Eliminate line numbers from the abstract syntax | Kaz Kylheku | 2011-11-12 | 1 | -24/+27 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -51/+96 |
* | Task #11431. First cut at horizontal match functions. | Kaz Kylheku | 2011-11-08 | 1 | -1/+2 |
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 1 | -2/+18 |
* | Parse error handling improvements. | Kaz Kylheku | 2011-10-26 | 1 | -1/+72 |
* | * parser.y: Remove mention of nonexistent terminal \\ | Kaz Kylheku | 2011-10-25 | 1 | -1/+1 |
* | * parser.y (elem): Amending previous change. A single space | Kaz Kylheku | 2011-10-13 | 1 | -3/+1 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 1 | -5/+35 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -2/+11 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -6/+13 |
* | * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038 | Kaz Kylheku | 2011-10-02 | 1 | -1/+3 |
* | * parser.y (all_clause, some_clause, none_clause, maybe_clause, | Kaz Kylheku | 2011-10-01 | 1 | -12/+12 |
* | Regression bug fix: longest match variables broken by | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 1 | -13/+33 |
* | * match.c (match_line): Implemented horizontal all, some, | Kaz Kylheku | 2011-09-29 | 1 | -1/+20 |