| Commit message (Expand) | Author | Age | Files | Lines |
* | Task #11433. Implement continuation of multiple | Kaz Kylheku | 2013-10-11 | 1 | -2/+67 |
* | New feature: :vars argument in repeat and rep directives in an output | Kaz Kylheku | 2013-10-06 | 1 | -4/+6 |
* | * match.c (require_s): New variable. | Kaz Kylheku | 2013-06-11 | 1 | -0/+15 |
* | * match.c (match_fun): Support debug stop on the function | Kaz Kylheku | 2013-05-15 | 1 | -4/+15 |
* | * match.c (v_collect): Bug in processing of @(last) directive. | Kaz Kylheku | 2012-09-10 | 1 | -1/+2 |
* | * match.c (complex_open): Likewise. | Kaz Kylheku | 2012-05-18 | 1 | -1/+1 |
* | * match.c (v_collect): Implemented semantics for repeat symbol. | Kaz Kylheku | 2012-05-17 | 1 | -1/+11 |
* | Bugfix: multiple uses of @(next :args) seeing junk "args" string | Kaz Kylheku | 2012-04-13 | 1 | -18/+19 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -6/+6 |
* | If one of the blocks which are subordinate to a @(trailer) | Kaz Kylheku | 2012-03-31 | 1 | -9/+34 |
* | * match.c (h_var): Disallow the variable named by the symbol t | Kaz Kylheku | 2012-03-30 | 1 | -10/+24 |
* | Filtering on lists and nested lists is hereby made to work. | Kaz Kylheku | 2012-03-26 | 1 | -3/+3 |
* | * match.c (v_output): Bugfix: we should flush the stream | Kaz Kylheku | 2012-03-26 | 1 | -0/+2 |
* | * lib.c (rebind_s): New symbol variable. | Kaz Kylheku | 2012-03-24 | 1 | -0/+17 |
* | Bug #35989 | Kaz Kylheku | 2012-03-24 | 1 | -1/+1 |
* | Bugfix: code like @(skip)@{var /partial/} where | Kaz Kylheku | 2012-03-24 | 1 | -11/+17 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -2/+2 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 1 | -1/+1 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -6/+21 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 1 | -11/+19 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 1 | -2/+3 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 1 | -0/+4 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 1 | -1/+24 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 1 | -6/+5 |
* | * match.c (do_match_line): Function takes new argument, "completely". | Kaz Kylheku | 2012-02-28 | 1 | -12/+19 |
* | * match.c (consume_prefix): This memory optimization should only | Kaz Kylheku | 2012-02-28 | 1 | -6/+8 |
* | * lib.c (numberp): Fix bad type check: null pointer dereference when | Kaz Kylheku | 2012-02-28 | 1 | -2/+2 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 1 | -6/+4 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 1 | -1/+4 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | Bug #34652 | Kaz Kylheku | 2012-02-25 | 1 | -0/+6 |
* | * parser.y (clause): "Doh" moment. We don't need the special | Kaz Kylheku | 2012-02-25 | 1 | -3/+4 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -4/+3 |
* | * match.c (v_load): Sanity checking on target path. | Kaz Kylheku | 2012-02-24 | 1 | -2/+10 |
* | * match.c (h_var): Eliminated uses of rl function, in favor of | Kaz Kylheku | 2012-02-24 | 1 | -12/+4 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 1 | -1/+28 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -13/+13 |
* | * lib.c (sub, ref, replace): New functions. | Kaz Kylheku | 2012-02-19 | 1 | -7/+2 |
* | * match.c (extract_vars): If a brace var is actually an | Kaz Kylheku | 2012-02-18 | 1 | -1/+4 |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 1 | -24/+18 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 1 | -2/+0 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+21 |
* | * match.c (match_funcall): Function renamed to match_filter. | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | * eval.c (op_catch): Treat the nil exception object as an empty | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | Task #11486 | Kaz Kylheku | 2012-02-12 | 1 | -0/+2 |
* | Task #11486: continuation. Take into account base position | Kaz Kylheku | 2012-02-12 | 1 | -4/+6 |
* | Task #11486: continuation. Now able to @(skip) through | Kaz Kylheku | 2012-02-11 | 1 | -26/+60 |
* | Task #11486: preparatory refactoring. | Kaz Kylheku | 2012-02-09 | 1 | -187/+168 |
* | * match.c (format_field): Regression. Was not handling modifiers | Kaz Kylheku | 2012-02-02 | 1 | -21/+19 |