summaryrefslogtreecommitdiffstats
path: root/filter.c
Commit message (Expand)AuthorAgeFilesLines
* New function regex-from-trie.Kaz Kylheku2016-10-121-0/+50
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Header file cleanup.Kaz Kylheku2016-01-221-1/+0
* Support for Base 64 encoding.Kaz Kylheku2016-01-211-1/+142
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Renaming html filters to get rid of underscore.Kaz Kylheku2015-11-201-15/+19
* New :to_html_relaxed filter and html-encode*.Kaz Kylheku2015-11-201-0/+17
* Filtering to HTML should include ' -> '.Kaz Kylheku2015-11-201-0/+1
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Renaming some functions for consistency.Kaz Kylheku2015-10-161-1/+1
* Fix misspelled :toinger filter.Kaz Kylheku2015-09-101-3/+3
* C++ upkeep: resolve multiple definitions of fun_k.Kaz Kylheku2015-08-071-2/+1
* * filter.c, utf8.c: Fix bad indentation introduced in whitespaceKaz Kylheku2015-07-301-1/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-2/+2
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-1/+1
* * filter.c (filter_init): Expose the trie-lookup-begin,Kaz Kylheku2014-08-091-0/+3
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-13/+13
* * eval.c (eval_init): Registration of url_encode and url_decodeKaz Kylheku2014-03-111-0/+28
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-7/+7
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-3/+3
* * arith.c: Revised error messages to refer to Lisp names insteadKaz Kylheku2014-01-151-1/+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
* * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.cKaz Kylheku2013-08-091-41/+41
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-2/+2
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-3/+3
* Filtering on lists and nested lists is hereby made to work.Kaz Kylheku2012-03-261-17/+25
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-0/+9
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-181-6/+16
* * filter.c (digit_value): static function moved.Kaz Kylheku2012-03-171-14/+12
* Version 61txr-61Kaz Kylheku2012-03-151-0/+1
* Implementing URL filtering.Kaz Kylheku2012-03-131-0/+79
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * match.c (match_funcall): Function renamed to match_filter.Kaz Kylheku2012-02-161-1/+1
* 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