summaryrefslogtreecommitdiffstats
path: root/filter.c
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-3/+3
* * filter.c (function_filter): Function removed.Kaz Kylheku2011-10-251-7/+1
* Shorthand for filters which map multiple texts to a commonKaz Kylheku2011-10-251-2/+2
* * filter.c (fun_k): New keyword variable.Kaz Kylheku2011-10-251-5/+6
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-241-4/+15
* Task #11474Kaz Kylheku2011-10-221-3/+5
* * filter.c (get_filter_trie): Function renamed to get_filter. A filterKaz Kylheku2011-10-221-2/+21
* Task #11474Kaz Kylheku2011-10-221-0/+12
* * filter.c (trie_filter_string): Fix warning about uninitializedKaz Kylheku2011-10-161-1/+1
* Following up to previous commit's TODO.Kaz Kylheku2011-10-091-1/+1
* Ported to Cygwin.Kaz Kylheku2011-10-091-258/+258
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* Maintaining C++ compiling (except for two issues that willKaz Kylheku2011-10-011-2/+3
* * filter.c (filters, filter_init): Serious gc bug fixed: neglected toKaz Kylheku2011-10-011-0/+2
* Support &#NNNN; decimal escapes also.txr-037Kaz Kylheku2011-09-261-4/+30
* Support &#xNNNN; hex escapes in html. Bugfix in field formatting.Kaz Kylheku2011-09-261-4/+46
* New feature: @(deffilter)Kaz Kylheku2011-09-261-0/+19
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-261-4/+51
* Filtering from HTML implemented.Kaz Kylheku2011-09-251-11/+270
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-0/+163