| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Renaming html filters to get rid of underscore. | Kaz Kylheku | 2015-11-20 | 1 | -15/+19 |
* | New :to_html_relaxed filter and html-encode*. | Kaz Kylheku | 2015-11-20 | 1 | -0/+17 |
* | Filtering to HTML should include ' -> '. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -1/+1 |
* | Fix misspelled :toinger filter. | Kaz Kylheku | 2015-09-10 | 1 | -3/+3 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 1 | -2/+1 |
* | * filter.c, utf8.c: Fix bad indentation introduced in whitespace | Kaz Kylheku | 2015-07-30 | 1 | -1/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -2/+2 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -1/+1 |
* | * filter.c (filter_init): Expose the trie-lookup-begin, | Kaz Kylheku | 2014-08-09 | 1 | -0/+3 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -13/+13 |
* | * eval.c (eval_init): Registration of url_encode and url_decode | Kaz Kylheku | 2014-03-11 | 1 | -0/+28 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -7/+7 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -3/+3 |
* | * arith.c: Revised error messages to refer to Lisp names instead | Kaz Kylheku | 2014-01-15 | 1 | -1/+1 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c | Kaz Kylheku | 2013-08-09 | 1 | -41/+41 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -2/+2 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -3/+3 |
* | Filtering on lists and nested lists is hereby made to work. | Kaz Kylheku | 2012-03-26 | 1 | -17/+25 |
* | * eval.c (eval_init): New intrinsic num-str registered. | Kaz Kylheku | 2012-03-26 | 1 | -0/+9 |
* | * eval.c (eval_init): url_decode has two parameters now, | Kaz Kylheku | 2012-03-18 | 1 | -6/+16 |
* | * filter.c (digit_value): static function moved. | Kaz Kylheku | 2012-03-17 | 1 | -14/+12 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 1 | -0/+1 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 1 | -0/+79 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * match.c (match_funcall): Function renamed to match_filter. | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -3/+3 |
* | * filter.c (function_filter): Function removed. | Kaz Kylheku | 2011-10-25 | 1 | -7/+1 |
* | Shorthand for filters which map multiple texts to a common | Kaz Kylheku | 2011-10-25 | 1 | -2/+2 |
* | * filter.c (fun_k): New keyword variable. | Kaz Kylheku | 2011-10-25 | 1 | -5/+6 |
* | * filter.c (function_filter): New function. | Kaz Kylheku | 2011-10-24 | 1 | -4/+15 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -3/+5 |
* | * filter.c (get_filter_trie): Function renamed to get_filter. A filter | Kaz Kylheku | 2011-10-22 | 1 | -2/+21 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -0/+12 |
* | * filter.c (trie_filter_string): Fix warning about uninitialized | Kaz Kylheku | 2011-10-16 | 1 | -1/+1 |
* | Following up to previous commit's TODO. | Kaz Kylheku | 2011-10-09 | 1 | -1/+1 |
* | Ported to Cygwin. | Kaz Kylheku | 2011-10-09 | 1 | -258/+258 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | Maintaining C++ compiling (except for two issues that will | Kaz Kylheku | 2011-10-01 | 1 | -2/+3 |
* | * filter.c (filters, filter_init): Serious gc bug fixed: neglected to | Kaz Kylheku | 2011-10-01 | 1 | -0/+2 |
* | Support &#NNNN; decimal escapes also.txr-037 | Kaz Kylheku | 2011-09-26 | 1 | -4/+30 |
* | Support &#xNNNN; hex escapes in html. Bugfix in field formatting. | Kaz Kylheku | 2011-09-26 | 1 | -4/+46 |
* | New feature: @(deffilter) | Kaz Kylheku | 2011-09-26 | 1 | -0/+19 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 1 | -4/+51 |