| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -4/+2 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -2/+9 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -0/+1 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -4/+5 |
* | Hash-bang support for .tl files. | Kaz Kylheku | 2015-07-02 | 1 | -1/+1 |
* | @(load) and @(include) now load Lisp code. | Kaz Kylheku | 2015-06-12 | 1 | -29/+36 |
* | Preparing for lisp loading. | Kaz Kylheku | 2015-06-10 | 1 | -1/+2 |
* | * match.c (v_load): Call parse_once rater than parse. | Kaz Kylheku | 2015-06-07 | 1 | -1/+1 |
* | Ligher weight debug instrumentation. | Kaz Kylheku | 2015-05-22 | 1 | -4/+4 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 1 | -4/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * match.c (h_trailer): Bugfix: not returning new variable | Kaz Kylheku | 2015-01-05 | 1 | -2/+2 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -41/+41 |
* | Source file inclusion implemented: needed for macros. | Kaz Kylheku | 2014-10-20 | 1 | -6/+17 |
* | * match.c (match_fun): Bugfix: replace incorrect plain return | Kaz Kylheku | 2014-10-19 | 1 | -1/+1 |
* | * match.c (mf_all): Drop data_lineno parameter. Initialize | Kaz Kylheku | 2014-10-18 | 1 | -26/+24 |
* | * match.c (v_eof): Bugfix: we are at EOF not only when | Kaz Kylheku | 2014-10-17 | 1 | -1/+1 |
* | * match.c (dest_bind): Remove the restriction of not allowing | Kaz Kylheku | 2014-10-17 | 1 | -2/+14 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -71/+71 |
* | * match.c (dest_bind): More detailed log message for variable | Kaz Kylheku | 2014-10-16 | 1 | -1/+2 |
* | New @(line) and @(chr) directives. | Kaz Kylheku | 2014-10-16 | 1 | -1/+48 |
* | * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions | Kaz Kylheku | 2014-10-15 | 1 | -5/+24 |
* | Eliminating the extra list wrapping applied to regular | Kaz Kylheku | 2014-10-03 | 1 | -28/+30 |
* | * match.c (h_var): Fix regression introduced in 2014-08-11 | Kaz Kylheku | 2014-10-03 | 1 | -4/+3 |
* | * 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 |