summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: fix broken string catenation.Kaz Kylheku2021-05-121-4/+4
* parser: bug: handing of lex state in pushback tokens.Kaz Kylheku2021-05-125-0/+15
* vim: attempt at #; syntax.Kaz Kylheku2021-05-121-4/+7
* doc: show .tlo files in deployment example.Kaz Kylheku2021-05-121-0/+2
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-123-0/+36
* doc: nonexistent tree-value-atKaz Kylheku2021-05-112-3/+3
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-117-1704/+1692
* tree: support indexing and range extraction.Kaz Kylheku2021-05-116-1564/+1702
* tree: replace-tree-iter function.Kaz Kylheku2021-05-115-1/+66
* tree: copy-tree-iter function.Kaz Kylheku2021-05-106-2/+62
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-103-2/+13
* doc: fix out of order compat notes.Kaz Kylheku2021-05-101-23/+23
* lib: remove spurious null statement.Kaz Kylheku2021-05-101-1/+1
* math: poly/rpoly diagnostic mixup.Kaz Kylheku2021-05-101-2/+2
* lib: basic support for trees as sequences.Kaz Kylheku2021-05-094-38/+146
* tree: expose insert, lookup and delete functions.Kaz Kylheku2021-05-092-5/+10
* tree: new tree-peek function.Kaz Kylheku2021-05-095-13/+95
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-094-0/+39
* parser: #; tests and bugfixes.Kaz Kylheku2021-05-063-1638/+1706
* configure: reconfigure: add "$@" to configure line.Kaz Kylheku2021-05-051-2/+2
* configure: bug: in-place reconfigure clobber.Kaz Kylheku2021-05-051-0/+1
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-045-6/+331
* parser: fix regression in #; syntax.Kaz Kylheku2021-05-043-3/+9
* format: use self variable in error messages.Kaz Kylheku2021-05-041-6/+6
* format: ~x/~X specifiers support buffers.Kaz Kylheku2021-05-045-18/+84
* sha256/md5: leak: don't use borrowed buffer for hash.Kaz Kylheku2021-05-043-2/+3
* buf: bugfix: int-buf, uint-buf refer to alloc size.Kaz Kylheku2021-05-042-2/+6
* compiler: bug: not warning bad uses of some local funs.Kaz Kylheku2021-05-031-2/+3
* rel-path: bugfixes.Kaz Kylheku2021-05-033-21/+136
* New function: rel-path.Kaz Kylheku2021-05-035-1/+150
* New function: portable-abs-path-p.Kaz Kylheku2021-05-024-8/+61
* bug: join-with segfault on character separators.Kaz Kylheku2021-05-022-1/+25
* doc: "suficient" typo in new paragraph.Kaz Kylheku2021-05-021-1/+1
* Version 258txr-258Kaz Kylheku2021-05-016-146/+176
* parser: gc bug.Kaz Kylheku2021-05-012-507/+491
* configure: use -ansi, not -std=c90.Kaz Kylheku2021-05-011-1/+1
* doc: note a diff between compiled and source files.Kaz Kylheku2021-04-301-0/+42
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-305-1/+104
* tree: remove unused member from dynamic iter.Kaz Kylheku2021-04-301-3/+0
* vim: more accurate treatment of brace vars.Kaz Kylheku2021-04-301-1/+2
* vim: support for #T and #N syntax.Kaz Kylheku2021-04-301-4/+4
* tree: use rlist in test case.Kaz Kylheku2021-04-301-1/+1
* mapcar*: fix broken.Kaz Kylheku2021-04-292-1/+7
* tree: new tree-begin-at function.Kaz Kylheku2021-04-295-8/+112
* tree: more tests.Kaz Kylheku2021-04-292-100/+141
* doc: wrong heading for tree-insertKaz Kylheku2021-04-291-1/+1
* tree: incorrect lookup function.Kaz Kylheku2021-04-292-1/+32
* tree: debug massive gc problems.Kaz Kylheku2021-04-292-55/+62
* macros: lexical-var-p: don't report t for specials.Kaz Kylheku2021-04-282-12/+82
* doc: document seq-iter type and redocument iter-beginKaz Kylheku2021-04-281-10/+30