summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Regression bug fix: longest match variables broken byKaz Kylheku2011-10-011-1/+1
* New directive: choose.Kaz Kylheku2011-10-011-12/+99
* * match.c (match_line): Implemented horizontal all, some,Kaz Kylheku2011-09-291-3/+49
* * match.c (chars_k): New variable.Kaz Kylheku2011-09-291-33/+65
* * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): NewKaz Kylheku2011-09-291-41/+91
* * match.c (match_line): Bugfix in double var. Do notKaz Kylheku2011-09-281-2/+4
* * match.c (match_line): Logic restructured to allow forKaz Kylheku2011-09-281-35/+76
* * match.c (match_files): One more fix to this, argh.Kaz Kylheku2011-09-271-8/+8
* * match.c (match_files): Another bugfix to skip.Kaz Kylheku2011-09-271-0/+7
* * match.c (match_files): Bugfix in skip directive.Kaz Kylheku2011-09-271-1/+4
* * lib.c (eof_s): New symbol variable.Kaz Kylheku2011-09-271-0/+8
* Support &#xNNNN; hex escapes in html. Bugfix in field formatting.Kaz Kylheku2011-09-261-1/+2
* New feature: @(deffilter)Kaz Kylheku2011-09-261-7/+35
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-33/+89
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* * match.c, parser.y: Support for old output syntax removed.Kaz Kylheku2011-09-231-18/+14
* * match.c (match_files): Some cleanup in preparation of newKaz Kylheku2011-09-231-28/+27
* Semantics tweak: short circuiting behavior for @(all) and @(none).Kaz Kylheku2011-09-231-1/+3
* Useful second argument in skip directive for skippingKaz Kylheku2011-09-221-2/+16
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* * match.c (match_files): Bugfix. A (sub)query that runs out of dataKaz Kylheku2010-10-041-0/+3
* * match.c (match_lines): Bugfix in freeform directive.Kaz Kylheku2010-02-271-1/+3
* Version 032.Kaz Kylheku2010-01-251-0/+1
* Fix screwup in previous change: value treated as a consKaz Kylheku2010-01-251-2/+1
* * match.c (match_files): Workaround for GC issueKaz Kylheku2010-01-241-0/+2
* Fix for unbounded memory growth problem reproduced with GCC 4.4.1Kaz Kylheku2010-01-211-0/+2
* * match.c (match_files): Reduce scope, and bogus use of, datalineKaz Kylheku2010-01-211-6/+2
* Version 028.Kaz Kylheku2010-01-161-1/+1
* Impelement derivative-based regular expressions.Kaz Kylheku2010-01-131-2/+2
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-58/+29
* Switching to keyword symbols for :args and :nothrow.Kaz Kylheku2009-11-241-11/+11
* Changes to make the code portable to C++ compilers, whichKaz Kylheku2009-11-241-1/+3
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-55/+54
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-7/+8
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-40/+50
* * unwind.c (uw_throw): If streams are not initialized,Kaz Kylheku2009-11-201-0/+1
* * match.c (dest_bind): Extended to handle more general formsKaz Kylheku2009-11-201-15/+12
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-228/+228
* * match.c (match_line, match_files): Fix broken behavior of collectKaz Kylheku2009-11-181-6/+2
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-171-18/+24
* Warning fixes.Kaz Kylheku2009-11-171-1/+1
* Fixes for compliance to C89.Kaz Kylheku2009-11-171-1/+2
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-122/+139
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-9/+9
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-114/+119
* Changing representation of objects to allow the NUM type to beKaz Kylheku2009-11-091-3/+3
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-061-2/+2
* Version 019txr-019Kaz Kylheku2009-11-031-4/+4
* Change the freeform line catenation semantics to terminationKaz Kylheku2009-11-031-3/+3
* Got regex working over lazy strings from freeform.Kaz Kylheku2009-11-021-7/+5