diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-09 17:17:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-09 17:17:39 -0700 |
commit | 7876104ee7e73c190b67e90a87fe5a44f40c4af6 (patch) | |
tree | dfa3e878b3c16f2ed591bf4b987e43424ce943d6 /ChangeLog | |
parent | 76038c7dbbecd97f4943dcca99deb2d095425fa5 (diff) | |
download | txr-7876104ee7e73c190b67e90a87fe5a44f40c4af6.tar.gz txr-7876104ee7e73c190b67e90a87fe5a44f40c4af6.tar.bz2 txr-7876104ee7e73c190b67e90a87fe5a44f40c4af6.zip |
* filter.c (filter_init): Expose the trie-lookup-begin,
trie-value-at and trie-lookup-feed-char functions as intrinsics.
* txr.1: Document exposed functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-08-09 Kaz Kylheku <kaz@kylheku.com> + + * filter.c (filter_init): Expose the trie-lookup-begin, + trie-value-at and trie-lookup-feed-char functions as intrinsics. + + * txr.1: Document exposed functions. + 2014-08-08 Kaz Kylheku <kaz@kylheku.com> Bugfix: ret operator does not generate functions |