summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* regex: retain unoptimized form for printing.Kaz Kylheku2017-09-121-5/+1
* regex: bug printing #/abc(def|ghi)/Kaz Kylheku2017-09-121-1/+1
* regex: accept-folding optimization.Kaz Kylheku2017-09-121-0/+23
* regex: eliminate nfa_accept state type.Kaz Kylheku2017-09-121-20/+26
* regex: epsilon-threading optimization on NFA graph.Kaz Kylheku2017-09-121-1/+78
* regex: elide needless increments of visited counter.Kaz Kylheku2017-09-121-5/+5
* regex: bugfix: incorrect use of nfa_move_closure.Kaz Kylheku2017-09-121-1/+1
* regex: new function, regex-prefix-match.Kaz Kylheku2017-09-113-0/+118
* regex: remove nfa_reject representation.Kaz Kylheku2017-09-111-40/+36
* parser: fix precedence of DOTDOT.Kaz Kylheku2017-09-073-2/+34
* linenoise: visual feedback for incomplete entry.Kaz Kylheku2017-09-071-0/+25
* linenoise: bugfix: cancel extended mode on Enter.Kaz Kylheku2017-09-071-0/+1
* txr -i honored despite parse-time exception.Kaz Kylheku2017-09-063-9/+38
* New functions for polynomial evaluation.Kaz Kylheku2017-09-053-0/+156
* new: macroexpand-lisp1 and macroexpand-1-lisp1.Kaz Kylheku2017-08-312-4/+67
* New function: inverse of cumulative normal dist.Kaz Kylheku2017-08-314-0/+45
* Version 185.txr-185Kaz Kylheku2017-08-307-738/+783
* bugfix: places: handling of lisp1 contexts.Kaz Kylheku2017-08-301-3/+3
* doc: wrong symbol under unique function.Kaz Kylheku2017-08-291-1/+1
* doc: formatting under expand-leftKaz Kylheku2017-08-291-1/+1
* Rewriting op/do macros in Lisp.Kaz Kylheku2017-08-294-28/+157
* doc: remove wrong/outdated claim under op macro.Kaz Kylheku2017-08-291-12/+1
* Allow sys:var and sys:expr redefinition.Kaz Kylheku2017-08-281-0/+2
* expander: do dot-to-apply for meta-expressions.Kaz Kylheku2017-08-282-9/+65
* trie filtering: ensure we don't misuse string_extend.Kaz Kylheku2017-08-241-0/+2
* bugfix: replace_str uses string_extend incorrectly.Kaz Kylheku2017-08-241-1/+1
* Version 184.txr-184Kaz Kylheku2017-08-237-217/+317
* Change return value spec for base64 stream functions.Kaz Kylheku2017-08-222-9/+27
* buffers: fix infinite loop in buf_grow.Kaz Kylheku2017-08-221-6/+8
* parser: bugfix: empty buf literal problem.Kaz Kylheku2017-08-221-1/+2
* Default the length argument of truncate-stream.Kaz Kylheku2017-08-212-2/+19
* Update and expose base64 stream functions.Kaz Kylheku2017-08-183-22/+107
* Revising out-of-memory handling.Kaz Kylheku2017-08-185-31/+20
* vec-set-length maintenance.Kaz Kylheku2017-08-171-4/+13
* Rewriting string-extend.Kaz Kylheku2017-08-171-26/+25
* parser: fix byacc regression related to hash-semi.Kaz Kylheku2017-08-171-0/+1
* parser: more efficient treatment of string literals.Kaz Kylheku2017-08-171-27/+12
* Get continuations working on aarch64.Kaz Kylheku2017-08-162-15/+22
* Port to aarch64 (ARM 8).Kaz Kylheku2017-08-163-2/+72
* Allow character inputs in some bit operations.Kaz Kylheku2017-08-162-1/+43
* ffi: new FFI type I/O functions.Kaz Kylheku2017-08-163-0/+139
* buf: provide way to work with on-stack buffers.Kaz Kylheku2017-08-162-3/+7
* buf: new buffer stream.Kaz Kylheku2017-08-145-0/+397
* buf: tiny code improvement.Kaz Kylheku2017-08-141-1/+1
* bugfix: buf-put-ucharKaz Kylheku2017-08-141-1/+1
* bugfix: seek-stream :from-end not working.Kaz Kylheku2017-08-141-1/+1
* base64 funtions: factor out stream filtering internals.Kaz Kylheku2017-08-092-15/+37
* ffi: new buf-carray function.Kaz Kylheku2017-08-083-0/+29
* New divides function.Kaz Kylheku2017-08-073-0/+53
* Make len a synonym for length.Kaz Kylheku2017-08-072-2/+10