summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* * lib.c (sub_str): Removed second check for lazy string thatKaz Kylheku2012-03-031-11/+19
* * match.c (search_form): search_form works with relative positions now,Kaz Kylheku2012-03-011-2/+3
* * match.c (sem_error, file_err): Bugfix: pull text formatted sourceKaz Kylheku2012-03-011-2/+2
* * match.c (v_load): Check for errors during the parse and throw an exception.Kaz Kylheku2012-03-011-0/+4
* * match.c (v_load): Fixed broken functionality. Failing to evaluateKaz Kylheku2012-03-011-1/+24
* Fixing two instances of unintentional O(n*n) behavior and poor memory useKaz Kylheku2012-03-011-6/+5
* * match.c (do_match_line): Function takes new argument, "completely".Kaz Kylheku2012-02-281-12/+19
* * match.c (consume_prefix): This memory optimization should onlyKaz Kylheku2012-02-281-6/+8
* * lib.c (numberp): Fix bad type check: null pointer dereference whenKaz Kylheku2012-02-281-2/+2
* * match.c (extract): Check for negative value of opt_nobindings,Kaz Kylheku2012-02-271-6/+4
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-261-1/+4
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* Bug #34652Kaz Kylheku2012-02-251-0/+6
* * parser.y (clause): "Doh" moment. We don't need the specialKaz Kylheku2012-02-251-3/+4
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-241-4/+3
* * match.c (v_load): Sanity checking on target path.Kaz Kylheku2012-02-241-2/+10
* * match.c (h_var): Eliminated uses of rl function, in favor ofKaz Kylheku2012-02-241-12/+4
* First cut at @(load) directive. Incomplete: debug location infoKaz Kylheku2012-02-241-1/+28
* Introducing optional arguments.Kaz Kylheku2012-02-211-13/+13
* * lib.c (sub, ref, replace): New functions.Kaz Kylheku2012-02-191-7/+2
* * match.c (extract_vars): If a brace var is actually anKaz Kylheku2012-02-181-1/+4
* Allow braced output variables to actually be arbitrary substitutions.Kaz Kylheku2012-02-181-24/+18
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-171-2/+0
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+21
* * match.c (match_funcall): Function renamed to match_filter.Kaz Kylheku2012-02-161-1/+1
* * eval.c (op_catch): Treat the nil exception object as an emptyKaz Kylheku2012-02-161-1/+1
* Task #11486Kaz Kylheku2012-02-121-0/+2
* Task #11486: continuation. Take into account base positionKaz Kylheku2012-02-121-4/+6
* Task #11486: continuation. Now able to @(skip) throughKaz Kylheku2012-02-111-26/+60
* Task #11486: preparatory refactoring.Kaz Kylheku2012-02-091-187/+168
* * match.c (format_field): Regression. Was not handling modifiersKaz Kylheku2012-02-021-21/+19
* * match.c (format_field): Removed useless use of cat_str (no longerKaz Kylheku2012-01-261-5/+12
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-261-16/+43
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-2/+2
* * match.c (v_fun): Removing all debugging instrumentation.Kaz Kylheku2012-01-211-12/+7
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-19/+30
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-091-8/+13
* * eval.c (subst_vars): Evaluate theKaz Kylheku2012-01-091-0/+4
* * match.c (fuzz_s): New symbol variable.Kaz Kylheku2012-01-061-1/+64
* * match.c (v_gather): Implemented until/last clause.Kaz Kylheku2012-01-061-0/+28
* * match.c (counter_k): New keyword symbol variable.Kaz Kylheku2011-12-301-3/+28
* New functionality: mod and modlast directives in repeat and rep.Kaz Kylheku2011-12-291-15/+107
* * match.c (LOG_MATCH): Use < in format directive instead of -.Kaz Kylheku2011-12-281-1/+1
* * match.c (v_next): Change flatten to lazy_flatten in theKaz Kylheku2011-12-251-1/+1
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-1/+1
* Bug #35010Kaz Kylheku2011-12-221-9/+14
* Streamlining exception handling macros a little bit.Kaz Kylheku2011-12-201-2/+2
* * eval.c (subst_vars, op_quasi_list, expand_quasi): New staticKaz Kylheku2011-12-191-1/+1
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-6/+6
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-1/+0