| Commit message (Expand) | Author | Age | Files | Lines |
* | Casts have crept into the code not wrapped by macros. | Kaz Kylheku | 2022-01-06 | 1 | -5/+5 |
* | lazy-str-get-trailing-list: spurious empty string issue. | Kaz Kylheku | 2022-01-04 | 1 | -0/+6 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -35/+44 |
* | The pairlis function comes to TXR Lisp. | Kaz Kylheku | 2021-12-22 | 1 | -0/+19 |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 1 | -0/+33 |
* | less: bug, vectors not supported. | Kaz Kylheku | 2021-12-20 | 1 | -1/+2 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -1/+1 |
* | tree-count: new function. | Kaz Kylheku | 2021-12-17 | 1 | -0/+2 |
* | iter-reset: gc problem. | Kaz Kylheku | 2021-12-17 | 1 | -0/+3 |
* | iter-begin: gc problem. | Kaz Kylheku | 2021-12-17 | 1 | -4/+8 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 1 | -0/+42 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 1 | -0/+54 |
* | tuples: change to abstract iteration. | Kaz Kylheku | 2021-12-02 | 1 | -10/+16 |
* | tuples: check length argument. | Kaz Kylheku | 2021-12-02 | 1 | -0/+4 |
* | less: symbolic arguments: fix crash and incorrectness. | Kaz Kylheku | 2021-11-01 | 1 | -4/+3 |
* | printer: bug: fallback syms printed without prefix. | Kaz Kylheku | 2021-10-12 | 1 | -3/+10 |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 1 | -0/+15 |
* | lib: fix self name of cmp-str. | Paul A. Patience | 2021-09-17 | 1 | -3/+3 |
* | seq_iter: gc crash marking vector iterator. | Kaz Kylheku | 2021-09-13 | 1 | -4/+4 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+39 |
* | string-extend: use num, not num_fast. | Kaz Kylheku | 2021-09-07 | 1 | -3/+3 |
* | string-finish: new function. | Kaz Kylheku | 2021-09-07 | 1 | -0/+19 |
* | string-extend: third optional argument. | Kaz Kylheku | 2021-09-07 | 1 | -16/+16 |
* | New function: delcons. | Kaz Kylheku | 2021-09-02 | 1 | -0/+22 |
* | seq_iter: allow mixed fixnum/bignum ranges. | Kaz Kylheku | 2021-08-29 | 1 | -6/+18 |
* | seq_iter: fix gc issues. | Kaz Kylheku | 2021-08-29 | 1 | -25/+22 |
* | seq_iter: refactoring. | Kaz Kylheku | 2021-08-29 | 1 | -39/+79 |
* | sub: allow generic iterables. | Kaz Kylheku | 2021-08-22 | 1 | -4/+51 |
* | iter-begin: allow iterator argument. | Kaz Kylheku | 2021-08-22 | 1 | -0/+5 |
* | sub-list: better handling of from value of t. | Kaz Kylheku | 2021-08-22 | 1 | -4/+2 |
* | iter-begin: string range support. | Kaz Kylheku | 2021-08-22 | 1 | -2/+84 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | int-str: 0x bug. | Kaz Kylheku | 2021-08-13 | 1 | -7/+8 |
* | lazy-stream-cons: control close throwing behavior. | Kaz Kylheku | 2021-08-07 | 1 | -7/+37 |
* | gc: problem in several object copying functions. | Kaz Kylheku | 2021-07-29 | 1 | -10/+3 |
* | subtypep: handle struct type objects. | Kaz Kylheku | 2021-07-27 | 1 | -4/+4 |
* | lib: correct remql's diagnostic name. | Paul A. Patience | 2021-07-27 | 1 | -1/+1 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -6/+7 |
* | hash: support both semantics of weak keys + values. | Kaz Kylheku | 2021-07-21 | 1 | -1/+0 |
* | compat: fix glaringly broken init-time handling. | Kaz Kylheku | 2021-07-21 | 1 | -0/+6 |
* | parse/eval: use weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 1 | -0/+1 |
* | New functions: trim-short-suffix, trim-long-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+15 |
* | lib: new function separate. | Paul A. Patience | 2021-07-09 | 1 | -0/+83 |
* | lib: c++ fix. | Kaz Kylheku | 2021-07-09 | 1 | -1/+1 |
* | defstruct: diagnose built-in type being redefined. | Kaz Kylheku | 2021-07-09 | 1 | -6/+4 |
* | subtypep: handle COBJ inheritance. | Kaz Kylheku | 2021-07-09 | 1 | -10/+30 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -66/+131 |
* | type: MAXTYPE doesn't account for DARG. | Kaz Kylheku | 2021-07-08 | 1 | -0/+1 |
* | packages: find-symbol behaving like find-symbol-fb. | Kaz Kylheku | 2021-07-02 | 1 | -11/+0 |
* | streams: tightening sloppy argument defaulting. | Kaz Kylheku | 2021-07-01 | 1 | -4/+4 |