summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Use last-form-evaled mechanism for pattern language.Kaz Kylheku2016-01-021-6/+12
* Bugfix: premature open of data source.Kaz Kylheku2016-01-011-1/+1
* Handle nothrow semantics down in complex_open.Kaz Kylheku2016-01-011-37/+12
* Hacky struct fpip gone; complex_open returns stream.Kaz Kylheku2016-01-011-74/+26
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* C++ breakage: multiple definition of name_s.Kaz Kylheku2015-12-301-2/+1
* Shocking four-year-old bug in collect/coll.Kaz Kylheku2015-12-271-2/+7
* Allow @(repeat) and @(rep) to see Lisp globals.Kaz Kylheku2015-12-261-0/+11
* TXR quasiliterals and output vars treated as Lisp.Kaz Kylheku2015-12-261-147/+69
* Base value in :counterKaz Kylheku2015-12-231-4/+18
* New directives @(data) and @(name)Kaz Kylheku2015-12-221-1/+45
* Allow @(line) in horizontal context.Kaz Kylheku2015-12-221-0/+1
* Don't use ~d in several match debug diagnostics.Kaz Kylheku2015-12-221-2/+2
* debugger: stopped at line nil of nil.Kaz Kylheku2015-12-181-4/+5
* @(next) takes Lisp expression as source now.Kaz Kylheku2015-11-201-1/+14
* @(rep) as shorthand for @(coll :vars nil).Kaz Kylheku2015-11-201-2/+11
* Use symbol in diagnostics in collect.Kaz Kylheku2015-11-201-9/+9
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-36/+36
* Pattern vars accessed from Lisp now dynamic.Kaz Kylheku2015-11-041-4/+29
* Factor out excessive uw_set_match_context calls.Kaz Kylheku2015-11-031-51/+40
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-1/+3
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Fix cascading message for unbound vars in pattern language.Kaz Kylheku2015-09-271-2/+4
* C++: don't use int constant as enum initializer.Kaz Kylheku2015-09-091-1/+1
* TXR 105 regression: real-time stream not used on tty.Kaz Kylheku2015-09-071-6/+11
* Go into repl after processing txr file also.Kaz Kylheku2015-09-071-5/+6
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-241-4/+2
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-2/+9
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-121-0/+1
* * eval.c (force): Default the new second argument of source_loc_str.Kaz Kylheku2015-08-041-4/+5
* 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