summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 214.txr-214Kaz Kylheku2019-03-221-3/+3
* doc: clarifications under lambda.Kaz Kylheku2019-03-221-1/+21
* doc: update let/let* doc.Kaz Kylheku2019-03-221-14/+117
* take: rewrite with seq_info; elide cons.Kaz Kylheku2019-03-201-1/+1
* doc: clarify split/partition difference.Kaz Kylheku2019-03-181-0/+8
* doc: clarifications regarding struct-typeKaz Kylheku2019-03-131-0/+12
* oop: make struct symbol supertype of all structs.Kaz Kylheku2019-03-131-2/+12
* lazy conses: support state in car and cdr.Kaz Kylheku2019-03-131-5/+57
* doc: more accurate dialect note about package prefixes.Kaz Kylheku2019-03-121-1/+8
* where: convert to lazy.Kaz Kylheku2019-03-121-2/+3
* parser: catch out-of-range floats.Kaz Kylheku2019-03-121-0/+5
* New sequence iterator object and functions.Kaz Kylheku2019-03-111-0/+60
* doc: document division by zero.Kaz Kylheku2019-03-091-0/+17
* expt: handle negative integer exponents with integer bases.Kaz Kylheku2019-03-091-2/+13
* Version 213.txr-213Kaz Kylheku2019-03-081-3/+3
* defset: eliminate the get-form argument.Kaz Kylheku2019-03-081-38/+46
* defset: support improper list places.Kaz Kylheku2019-03-081-2/+15
* defset: support parameter macros.Kaz Kylheku2019-03-081-0/+33
* New macro: defset.Kaz Kylheku2019-03-061-0/+260
* doc: justify lack of seed keyword in hash construction.Kaz Kylheku2019-03-051-0/+8
* doc: fix too-wide make-hash syntaxKaz Kylheku2019-03-051-1/+2
* New macro: load-for.Kaz Kylheku2019-03-021-0/+106
* doc: mention lines limitation of listener.Kaz Kylheku2019-02-271-0/+4
* linenoise: raise line length from 1023 to 4095.Kaz Kylheku2019-02-261-3/+2
* doc: grammar in update expander description.Kaz Kylheku2019-02-261-1/+1
* doc: fix references to sys:expand.Kaz Kylheku2019-02-261-9/+9
* doc: reorganize hashing documentation.Kaz Kylheku2019-02-251-85/+123
* Version 212.txr-212Kaz Kylheku2019-02-241-3/+3
* bracket: new function.Kaz Kylheku2019-02-241-0/+72
* path-sep-chars: document first char being special.Kaz Kylheku2019-02-231-0/+4
* doc: clarification in cptr-int.Kaz Kylheku2019-02-201-2/+2
* doc: wrong word under cptr.Kaz Kylheku2019-02-201-1/+1
* Version 211.txr-211Kaz Kylheku2019-02-181-3/+3
* doc: clarify that ftw takes a list or path.Kaz Kylheku2019-02-171-50/+46
* save-exe: new function.Kaz Kylheku2019-02-171-48/+28
* scan-until-match, count-until-match: new functions.Kaz Kylheku2019-02-161-2/+46
* fill-buf-adjust: new function.Kaz Kylheku2019-02-161-1/+18
* buf-alloc-size: new function.Kaz Kylheku2019-02-161-0/+9
* txr-exe-path: New variable.Kaz Kylheku2019-02-151-4/+3
* Version 210.txr-210Kaz Kylheku2019-02-141-2/+2
* symdiff: new function.Kaz Kylheku2019-02-141-9/+23
* optimizing diff, isec and uni for non-lists.Kaz Kylheku2019-02-131-3/+36
* hash-from-alist: new function.Kaz Kylheku2019-02-131-1/+17
* hash-symdiff: new function.Kaz Kylheku2019-02-131-1/+21
* doc: fix reference to nonexistent load-value.Kaz Kylheku2019-02-111-2/+2
* Version 209.txr-209Kaz Kylheku2019-02-081-3/+3
* doc: formatting under ffi-make-closure.Kaz Kylheku2019-02-061-2/+2
* sum and prod take keyfun argument.Kaz Kylheku2019-02-021-13/+23
* compiler: new dump-compiled-objects function.Kaz Kylheku2019-02-011-0/+93
* doc: document string and bignum merging.Kaz Kylheku2019-01-311-0/+55