summaryrefslogtreecommitdiffstats
path: root/filter.c
Commit message (Expand)AuthorAgeFilesLines
* filter: actually throw from filter-string-tree.Paul A. Patience2022-01-271-2/+4
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* string-extend: third optional argument.Kaz Kylheku2021-09-071-2/+2
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* hash: change make_hash interface.Kaz Kylheku2021-07-221-3/+3
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-2/+2
* regex-from-trie: correctly handle empty trie.Kaz Kylheku2021-06-271-2/+2
* regex-from-trie: bugs processing compressed trie.Kaz Kylheku2021-06-271-3/+5
* filter: remove useless statement.Kaz Kylheku2021-06-271-2/+0
* regex-from-trie: bugfix: incomplete regex.Kaz Kylheku2021-06-271-0/+2
* filter: regex-from-trie produces bad or syntax.Kaz Kylheku2021-06-271-6/+9
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-10/+13
* internals: rename misnamed curry_* functions.Kaz Kyheku2020-03-171-12/+12
* Support base64url encoding.Kaz Kyheku2020-03-171-18/+117
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* lib: use stack-allocated hash iterators everywhere.Kaz Kylheku2019-11-011-7/+11
* base64: integrate with buffers.Kaz Kylheku2019-06-211-1/+13
* Optimize hash operation with unsafe car/cdr.Kaz Kylheku2019-02-141-5/+5
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* Better identify functions that misuse COBJ-s and hashes.Kaz Kylheku2018-11-071-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* cleanup: remove unnecessary header includes.Kaz Kylheku2017-09-191-1/+0
* trie filtering: ensure we don't misuse string_extend.Kaz Kylheku2017-08-241-0/+2
* Change return value spec for base64 stream functions.Kaz Kylheku2017-08-221-3/+23
* Update and expose base64 stream functions.Kaz Kylheku2017-08-181-15/+18
* base64 funtions: factor out stream filtering internals.Kaz Kylheku2017-08-091-15/+34
* Named filters now stored in new *filters* hash.Kaz Kylheku2017-07-191-20/+22
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* 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 ' -> &#39;.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