summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-1/+1
* @(load) and @(include) now load Lisp code.Kaz Kylheku2015-06-121-29/+36
* Preparing for lisp loading.Kaz Kylheku2015-06-101-1/+2
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-071-1/+1
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-221-4/+4
* Slight internal representation change of string-only exceptions.Kaz Kylheku2015-02-061-4/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * match.c (h_trailer): Bugfix: not returning new variableKaz Kylheku2015-01-051-2/+2
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-41/+41
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-6/+17
* * match.c (match_fun): Bugfix: replace incorrect plain returnKaz Kylheku2014-10-191-1/+1
* * match.c (mf_all): Drop data_lineno parameter. InitializeKaz Kylheku2014-10-181-26/+24
* * match.c (v_eof): Bugfix: we are at EOF not only whenKaz Kylheku2014-10-171-1/+1
* * match.c (dest_bind): Remove the restriction of not allowingKaz Kylheku2014-10-171-2/+14
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-71/+71
* * match.c (dest_bind): More detailed log message for variableKaz Kylheku2014-10-161-1/+2
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-161-1/+48
* * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressionsKaz Kylheku2014-10-151-5/+24
* Eliminating the extra list wrapping applied to regularKaz Kylheku2014-10-031-28/+30
* * match.c (h_var): Fix regression introduced in 2014-08-11Kaz Kylheku2014-10-031-4/+3
* * match.c (v_load): Fix regression introduced in 94: broken @(load).Kaz Kylheku2014-08-291-1/+1
* Uprooting stupidities in handling of output variables.Kaz Kylheku2014-08-131-5/+1
* Fix regression in previous change: we must match a compound textKaz Kylheku2014-08-131-8/+13
* When a variable is delimited by some form other thanKaz Kylheku2014-08-121-95/+110
* First cut at restructuring how variable matching works in the patternKaz Kylheku2014-08-111-22/+15
* Big switch to reentrant lexing and parsing.Kaz Kylheku2014-08-021-5/+7
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * match.c (subst_vars): Bugfix: I neglected to apply theKaz Kylheku2014-07-221-1/+1
* * match.c (v_do, v_require): Set up and tear down environment frame,Kaz Kylheku2014-07-151-2/+11
* * match.c (h_eol): Fix broken horizontal @(eol).Kaz Kylheku2014-07-151-1/+1
* Optimization: add missing tail updates to some listKaz Kylheku2014-06-201-1/+1
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-121-1/+2
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-121-1/+1
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-2/+2
* String type related bugfixes: neglecting to handle all three kinds inKaz Kylheku2014-05-101-0/+4
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-10/+10
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-251-4/+14
* * match.c (v_trailer): Fix segfault. The code whichKaz Kylheku2014-03-091-1/+1
* * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly usedKaz Kylheku2014-03-091-1/+1
* Fixing broken processing of horizontal matching acrossKaz Kylheku2014-03-091-2/+9
* * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it;Kaz Kylheku2014-03-071-2/+2
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-061-0/+68
* * match.c: (v_next): Set the "curfile" in the context to "env" whenKaz Kylheku2014-03-061-1/+2
* * match.c (match_files): Fix it again. The data (nil)Kaz Kylheku2014-03-061-1/+1
* Fixing regression caused by the 2014-02-19 change ("Fixed long-runningKaz Kylheku2014-03-051-2/+8
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-1/+1
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-1/+1
* Fixing a long-running issue in the TXR pattern language: prematureKaz Kylheku2014-02-191-21/+55
* * eval.c (subst_vars): Bugfix: results of expressions notKaz Kylheku2014-02-111-3/+4
* Changes to the list collection mechanism to improveKaz Kylheku2014-01-221-17/+17