summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mpi: bug converting most negative 64 bit value.Kaz Kylheku2021-05-211-2/+3
* match: binary-integer conv tests for #x-8000...Kaz Kylheku2021-05-211-0/+21
* mpi: incorrect unsigned integer extraction.Kaz Kylheku2021-05-211-4/+6
* mpi: bug in range test predictes.Kaz Kylheku2021-05-211-3/+3
* math: add some tests related to integer conversion.Kaz Kylheku2021-05-211-0/+50
* listener: don't complete on unbound symbolsKaz Kylheku2021-05-181-4/+3
* doc: macrolet doesn't contain top-level forms.Kaz Kylheku2021-05-171-0/+28
* doc: deindent top-level form rules.Kaz Kylheku2021-05-171-1/+0
* doc: a round of documentation fixes.Paul A. Patience2021-05-171-98/+190
* doc: incorrect precedence of repeat special clauses.Kaz Kylheku2021-05-171-16/+28
* doc: deffi, defplace: syntax heading.Paul A. Patience2021-05-171-4/+4
* doc: rewrite flawed doc for sme operator.Kaz Kylheku2021-05-161-15/+42
* lib: sys_rplacd misnamed parameter.Kaz Kylheku2021-05-141-3/+3
* compiler: better code for global var definitions.Kaz Kylheku2021-05-144-10/+33
* doc: sort doc-syms, and html-decode.Kaz Kylheku2021-05-132-2049/+2063
* Version 259txr-259Kaz Kylheku2021-05-136-865/+920
* 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