| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: better code for global var definitions. | Kaz Kylheku | 2021-05-14 | 4 | -10/+33 |
* | doc: sort doc-syms, and html-decode. | Kaz Kylheku | 2021-05-13 | 2 | -2049/+2063 |
* | Version 259txr-259 | Kaz Kylheku | 2021-05-13 | 6 | -865/+920 |
* | cygwin: fix broken string catenation. | Kaz Kylheku | 2021-05-12 | 1 | -4/+4 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 5 | -0/+15 |
* | vim: attempt at #; syntax. | Kaz Kylheku | 2021-05-12 | 1 | -4/+7 |
* | doc: show .tlo files in deployment example. | Kaz Kylheku | 2021-05-12 | 1 | -0/+2 |
* | tree: let tree-iter be iterable via generic iteration. | Kaz Kylheku | 2021-05-12 | 3 | -0/+36 |
* | doc: nonexistent tree-value-at | Kaz Kylheku | 2021-05-11 | 2 | -3/+3 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 7 | -1704/+1692 |
* | tree: support indexing and range extraction. | Kaz Kylheku | 2021-05-11 | 6 | -1564/+1702 |
* | tree: replace-tree-iter function. | Kaz Kylheku | 2021-05-11 | 5 | -1/+66 |
* | tree: copy-tree-iter function. | Kaz Kylheku | 2021-05-10 | 6 | -2/+62 |
* | diff/isec: reset hash/tree iter instead making new. | Kaz Kylheku | 2021-05-10 | 3 | -2/+13 |
* | doc: fix out of order compat notes. | Kaz Kylheku | 2021-05-10 | 1 | -23/+23 |
* | lib: remove spurious null statement. | Kaz Kylheku | 2021-05-10 | 1 | -1/+1 |
* | math: poly/rpoly diagnostic mixup. | Kaz Kylheku | 2021-05-10 | 1 | -2/+2 |
* | lib: basic support for trees as sequences. | Kaz Kylheku | 2021-05-09 | 4 | -38/+146 |
* | tree: expose insert, lookup and delete functions. | Kaz Kylheku | 2021-05-09 | 2 | -5/+10 |
* | tree: new tree-peek function. | Kaz Kylheku | 2021-05-09 | 5 | -13/+95 |
* | tree: new make_similar_tree unction. | Kaz Kylheku | 2021-05-09 | 4 | -0/+39 |
* | parser: #; tests and bugfixes. | Kaz Kylheku | 2021-05-06 | 3 | -1638/+1706 |
* | configure: reconfigure: add "$@" to configure line. | Kaz Kylheku | 2021-05-05 | 1 | -2/+2 |
* | configure: bug: in-place reconfigure clobber. | Kaz Kylheku | 2021-05-05 | 1 | -0/+1 |
* | matcher: new "each-match family" of macros. | Kaz Kylheku | 2021-05-04 | 5 | -6/+331 |
* | parser: fix regression in #; syntax. | Kaz Kylheku | 2021-05-04 | 3 | -3/+9 |
* | format: use self variable in error messages. | Kaz Kylheku | 2021-05-04 | 1 | -6/+6 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 5 | -18/+84 |
* | sha256/md5: leak: don't use borrowed buffer for hash. | Kaz Kylheku | 2021-05-04 | 3 | -2/+3 |
* | buf: bugfix: int-buf, uint-buf refer to alloc size. | Kaz Kylheku | 2021-05-04 | 2 | -2/+6 |
* | compiler: bug: not warning bad uses of some local funs. | Kaz Kylheku | 2021-05-03 | 1 | -2/+3 |
* | rel-path: bugfixes. | Kaz Kylheku | 2021-05-03 | 3 | -21/+136 |
* | New function: rel-path. | Kaz Kylheku | 2021-05-03 | 5 | -1/+150 |
* | New function: portable-abs-path-p. | Kaz Kylheku | 2021-05-02 | 4 | -8/+61 |
* | bug: join-with segfault on character separators. | Kaz Kylheku | 2021-05-02 | 2 | -1/+25 |
* | doc: "suficient" typo in new paragraph. | Kaz Kylheku | 2021-05-02 | 1 | -1/+1 |
* | Version 258txr-258 | Kaz Kylheku | 2021-05-01 | 6 | -146/+176 |
* | parser: gc bug. | Kaz Kylheku | 2021-05-01 | 2 | -507/+491 |
* | configure: use -ansi, not -std=c90. | Kaz Kylheku | 2021-05-01 | 1 | -1/+1 |
* | doc: note a diff between compiled and source files. | Kaz Kylheku | 2021-04-30 | 1 | -0/+42 |
* | tree: new functions for reseting iterator. | Kaz Kylheku | 2021-04-30 | 5 | -1/+104 |
* | tree: remove unused member from dynamic iter. | Kaz Kylheku | 2021-04-30 | 1 | -3/+0 |
* | vim: more accurate treatment of brace vars. | Kaz Kylheku | 2021-04-30 | 1 | -1/+2 |
* | vim: support for #T and #N syntax. | Kaz Kylheku | 2021-04-30 | 1 | -4/+4 |
* | tree: use rlist in test case. | Kaz Kylheku | 2021-04-30 | 1 | -1/+1 |
* | mapcar*: fix broken. | Kaz Kylheku | 2021-04-29 | 2 | -1/+7 |
* | tree: new tree-begin-at function. | Kaz Kylheku | 2021-04-29 | 5 | -8/+112 |
* | tree: more tests. | Kaz Kylheku | 2021-04-29 | 2 | -100/+141 |
* | doc: wrong heading for tree-insert | Kaz Kylheku | 2021-04-29 | 1 | -1/+1 |
* | tree: incorrect lookup function. | Kaz Kylheku | 2021-04-29 | 2 | -1/+32 |