summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * arith.c: Revised error messages to refer to Lisp names insteadKaz Kylheku2014-01-151-3/+5
* * match.c (do_txeval): Lift an annoying restriction in the patternKaz Kylheku2014-01-101-2/+4
* * match.c (v_load): Call yylex_destroy after yyparse, so we don'tKaz Kylheku2014-01-071-0/+1
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+2
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* debug_check calls are the culprit triggering lookaheadKaz Kylheku2013-12-021-4/+2
* Steps toward fixing an issue: lazy list readahead.Kaz Kylheku2013-12-011-3/+2
* * configure: Added check to detect POSIX sleep function.Kaz Kylheku2013-11-271-26/+34
* * match.c (v_load): Bugfix: bindings were propagated in only one of twoKaz Kylheku2013-11-241-1/+2
* Fix for uninitialized struct member curfiles in the match context.Kaz Kylheku2013-11-241-7/+10
* Nasty bug fixed: @(accept) from inside a @(collect) was found not toKaz Kylheku2013-11-211-6/+6
* Remove junk character from error message.Kaz Kylheku2013-10-281-1/+1
* Ouch! Turns out the code base has numerous unintendedKaz Kylheku2013-10-241-12/+25
* Task #11433. Implement continuation of multipleKaz Kylheku2013-10-111-2/+67
* New feature: :vars argument in repeat and rep directives in an outputKaz Kylheku2013-10-061-4/+6
* * match.c (require_s): New variable.Kaz Kylheku2013-06-111-0/+15
* * match.c (match_fun): Support debug stop on the functionKaz Kylheku2013-05-151-4/+15
* * match.c (v_collect): Bug in processing of @(last) directive.Kaz Kylheku2012-09-101-1/+2
* * match.c (complex_open): Likewise.Kaz Kylheku2012-05-181-1/+1
* * match.c (v_collect): Implemented semantics for repeat symbol.Kaz Kylheku2012-05-171-1/+11
* Bugfix: multiple uses of @(next :args) seeing junk "args" stringKaz Kylheku2012-04-131-18/+19
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-6/+6
* If one of the blocks which are subordinate to a @(trailer)Kaz Kylheku2012-03-311-9/+34
* * match.c (h_var): Disallow the variable named by the symbol tKaz Kylheku2012-03-301-10/+24
* Filtering on lists and nested lists is hereby made to work.Kaz Kylheku2012-03-261-3/+3
* * match.c (v_output): Bugfix: we should flush the streamKaz Kylheku2012-03-261-0/+2
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-0/+17
* Bug #35989Kaz Kylheku2012-03-241-1/+1
* Bugfix: code like @(skip)@{var /partial/} whereKaz Kylheku2012-03-241-11/+17
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-2/+2
* Version 61txr-61Kaz Kylheku2012-03-151-1/+1
* Change: @(block) requires @(end) from now on.Kaz Kylheku2012-03-131-6/+21
* * 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