summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: issue in identity function heading.Kaz Kylheku2021-05-252-3/+4
* doc: functions apply to arguments not vice versa.Kaz Kylheku2021-05-251-27/+32
* doc: maintenance in description of toint, tofloat.Kaz Kylheku2021-05-251-4/+6
* window-map: broken :wrap and :reflect.Kaz Kylheku2021-05-252-11/+54
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-243-8/+59
* matcher: fix funny comma placement.Kaz Kylheku2021-05-241-2/+2
* parser: improve diagnostic for unterminated exprs.Kaz Kylheku2021-05-242-4/+10
* compiler: bugfix: warnings deferred too far.Kaz Kylheku2021-05-231-1/+4
* ffi: fix crash: carray argument type.Kaz Kylheku2021-05-221-1/+1
* eval: bugfix: expand keys in case{q,ql,qual}*Kaz Kylheku2021-05-211-2/+2
* doc: improvements ARGUMENTS AND OPTIONS.Kaz Kylheku2021-05-211-14/+80
* txr/doc: refer to arguments not data-files.Kaz Kylheku2021-05-212-2/+2
* txr: match help text wording to doc.Kaz Kylheku2021-05-211-6/+6
* quips: new TTY joke, and take on familiar saying.Kaz Kylheku2021-05-211-0/+2
* 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