| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | filter: actually throw from filter-string-tree. | Paul A. Patience | 2022-01-27 | 1 | -2/+4 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | string-extend: third optional argument. | Kaz Kylheku | 2021-09-07 | 1 | -2/+2 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -3/+3 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -2/+2 |
* | regex-from-trie: correctly handle empty trie. | Kaz Kylheku | 2021-06-27 | 1 | -2/+2 |
* | regex-from-trie: bugs processing compressed trie. | Kaz Kylheku | 2021-06-27 | 1 | -3/+5 |
* | filter: remove useless statement. | Kaz Kylheku | 2021-06-27 | 1 | -2/+0 |
* | regex-from-trie: bugfix: incomplete regex. | Kaz Kylheku | 2021-06-27 | 1 | -0/+2 |
* | filter: regex-from-trie produces bad or syntax. | Kaz Kylheku | 2021-06-27 | 1 | -6/+9 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -10/+13 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -12/+12 |
* | Support base64url encoding. | Kaz Kyheku | 2020-03-17 | 1 | -18/+117 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | lib: use stack-allocated hash iterators everywhere. | Kaz Kylheku | 2019-11-01 | 1 | -7/+11 |
* | base64: integrate with buffers. | Kaz Kylheku | 2019-06-21 | 1 | -1/+13 |
* | Optimize hash operation with unsafe car/cdr. | Kaz Kylheku | 2019-02-14 | 1 | -5/+5 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | cleanup: remove unnecessary header includes. | Kaz Kylheku | 2017-09-19 | 1 | -1/+0 |
* | trie filtering: ensure we don't misuse string_extend. | Kaz Kylheku | 2017-08-24 | 1 | -0/+2 |
* | Change return value spec for base64 stream functions. | Kaz Kylheku | 2017-08-22 | 1 | -3/+23 |
* | Update and expose base64 stream functions. | Kaz Kylheku | 2017-08-18 | 1 | -15/+18 |
* | base64 funtions: factor out stream filtering internals. | Kaz Kylheku | 2017-08-09 | 1 | -15/+34 |
* | Named filters now stored in new *filters* hash. | Kaz Kylheku | 2017-07-19 | 1 | -20/+22 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | New function regex-from-trie. | Kaz Kylheku | 2016-10-12 | 1 | -0/+50 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -1/+0 |
* | Support for Base 64 encoding. | Kaz Kylheku | 2016-01-21 | 1 | -1/+142 |
* | 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 |