| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (v_load): Fix regression introduced in 94: broken @(load). | Kaz Kylheku | 2014-08-29 | 1 | -1/+1 |
* | Uprooting stupidities in handling of output variables. | Kaz Kylheku | 2014-08-13 | 1 | -5/+1 |
* | Fix regression in previous change: we must match a compound text | Kaz Kylheku | 2014-08-13 | 1 | -8/+13 |
* | When a variable is delimited by some form other than | Kaz Kylheku | 2014-08-12 | 1 | -95/+110 |
* | First cut at restructuring how variable matching works in the pattern | Kaz Kylheku | 2014-08-11 | 1 | -22/+15 |
* | Big switch to reentrant lexing and parsing. | Kaz Kylheku | 2014-08-02 | 1 | -5/+7 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * match.c (subst_vars): Bugfix: I neglected to apply the | Kaz Kylheku | 2014-07-22 | 1 | -1/+1 |
* | * match.c (v_do, v_require): Set up and tear down environment frame, | Kaz Kylheku | 2014-07-15 | 1 | -2/+11 |
* | * match.c (h_eol): Fix broken horizontal @(eol). | Kaz Kylheku | 2014-07-15 | 1 | -1/+1 |
* | Optimization: add missing tail updates to some list | Kaz Kylheku | 2014-06-20 | 1 | -1/+1 |
* | * Makefile: Install share/txr/stdlib/*.txr material. | Kaz Kylheku | 2014-06-12 | 1 | -1/+2 |
* | * match.c (v_load): use the abs_path_p function instead of | Kaz Kylheku | 2014-06-12 | 1 | -1/+1 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 1 | -2/+2 |
* | String type related bugfixes: neglecting to handle all three kinds in | Kaz Kylheku | 2014-05-10 | 1 | -0/+4 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -10/+10 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -4/+14 |
* | * match.c (v_trailer): Fix segfault. The code which | Kaz Kylheku | 2014-03-09 | 1 | -1/+1 |
* | * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used | Kaz Kylheku | 2014-03-09 | 1 | -1/+1 |
* | Fixing broken processing of horizontal matching across | Kaz Kylheku | 2014-03-09 | 1 | -2/+9 |
* | * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it; | Kaz Kylheku | 2014-03-07 | 1 | -2/+2 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 1 | -0/+68 |
* | * match.c: (v_next): Set the "curfile" in the context to "env" when | Kaz Kylheku | 2014-03-06 | 1 | -1/+2 |
* | * match.c (match_files): Fix it again. The data (nil) | Kaz Kylheku | 2014-03-06 | 1 | -1/+1 |
* | Fixing regression caused by the 2014-02-19 change ("Fixed long-running | Kaz Kylheku | 2014-03-05 | 1 | -2/+8 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | Fixing a long-running issue in the TXR pattern language: premature | Kaz Kylheku | 2014-02-19 | 1 | -21/+55 |
* | * eval.c (subst_vars): Bugfix: results of expressions not | Kaz Kylheku | 2014-02-11 | 1 | -3/+4 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -17/+17 |
* | * arith.c: Revised error messages to refer to Lisp names instead | Kaz Kylheku | 2014-01-15 | 1 | -3/+5 |
* | * match.c (do_txeval): Lift an annoying restriction in the pattern | Kaz Kylheku | 2014-01-10 | 1 | -2/+4 |
* | * match.c (v_load): Call yylex_destroy after yyparse, so we don't | Kaz Kylheku | 2014-01-07 | 1 | -0/+1 |
* | 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 |
* | debug_check calls are the culprit triggering lookahead | Kaz Kylheku | 2013-12-02 | 1 | -4/+2 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 1 | -3/+2 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 1 | -26/+34 |
* | * match.c (v_load): Bugfix: bindings were propagated in only one of two | Kaz Kylheku | 2013-11-24 | 1 | -1/+2 |
* | Fix for uninitialized struct member curfiles in the match context. | Kaz Kylheku | 2013-11-24 | 1 | -7/+10 |
* | Nasty bug fixed: @(accept) from inside a @(collect) was found not to | Kaz Kylheku | 2013-11-21 | 1 | -6/+6 |
* | Remove junk character from error message. | Kaz Kylheku | 2013-10-28 | 1 | -1/+1 |
* | Ouch! Turns out the code base has numerous unintended | Kaz Kylheku | 2013-10-24 | 1 | -12/+25 |
* | 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 |