summaryrefslogtreecommitdiffstats
path: root/match.h
Commit message (Expand)AuthorAgeFilesLines
* New function: match-fboundp.Kaz Kylheku2022-01-171-0/+1
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-0/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* parser: @(if) hack in output must use usr package.Kaz Kylheku2018-04-101-0/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New :lists feature in @(collect)/@(coll).Kaz Kylheku2017-07-111-1/+1
* Add in-package directive.Kaz Kylheku2017-03-131-1/+1
* New directive: mdo.Kaz Kylheku2017-03-121-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Enable unbound warnings when expanding TXR code.Kaz Kylheku2017-01-221-1/+4
* bugfix: expand macros in a number of directives.Kaz Kylheku2017-01-211-0/+1
* Bugfix: expand macros in collect, coll, gather.Kaz Kylheku2017-01-191-0/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Support binding in @(repeat)/@(rep) :vars.Kaz Kylheku2016-03-161-1/+1
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* TXR quasiliterals and output vars treated as Lisp.Kaz Kylheku2015-12-261-1/+0
* Go into repl after processing txr file also.Kaz Kylheku2015-09-071-1/+1
* * eval.c (symacro_k, fun_k): New keyword variables.Kaz Kylheku2015-02-101-1/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-1/+3
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-161-1/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* First cut at implementation of macros.Kaz Kylheku2014-02-151-1/+1
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* Task #11433. Implement continuation of multipleKaz Kylheku2013-10-111-1/+1
* * match.c (require_s): New variable.Kaz Kylheku2013-06-111-1/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* First cut at @(load) directive. Incomplete: debug location infoKaz Kylheku2012-02-241-1/+2
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+1
* * match.c (match_funcall): Function renamed to match_filter.Kaz Kylheku2012-02-161-1/+1
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-091-1/+1
* * match.c (counter_k): New keyword symbol variable.Kaz Kylheku2011-12-301-1/+1
* New functionality: mod and modlast directives in repeat and rep.Kaz Kylheku2011-12-291-1/+1
* * eval.c (subst_vars, op_quasi_list, expand_quasi): New staticKaz Kylheku2011-12-191-3/+3
* C++ maintenance.Kaz Kylheku2011-12-081-1/+1
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-0/+1
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-1/+1
* Task #11581Kaz Kylheku2011-11-061-1/+1
* * filter.c (function_filter): Function removed.Kaz Kylheku2011-10-251-1/+1
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-241-0/+1
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* New directive: choose.Kaz Kylheku2011-10-011-0/+1
* * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): NewKaz Kylheku2011-09-291-0/+1
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-1/+1