| Commit message (Expand) | Author | Age | Files | Lines |
* | genvim: treatment of comments. | Kaz Kylheku | 2019-04-04 | 1 | -0/+2 |
* | Replace Perl program that came with MPI. | Kaz Kylheku | 2019-04-01 | 2 | -32/+26 |
* | Version 215.txr-215 | Kaz Kylheku | 2019-03-30 | 7 | -505/+551 |
* | arith: missing alloca. | Kaz Kylheku | 2019-03-30 | 1 | -0/+1 |
* | c++ maintenance: multiple defs of mod_s and bit_s. | Kaz Kylheku | 2019-03-30 | 3 | -2/+4 |
* | u-d-arithmetic: proper treatment of ceil & round. | Kaz Kylheku | 2019-03-30 | 3 | -40/+35 |
* | u-d-arithmetic: forgotten dispatch cases. | Kaz Kylheku | 2019-03-30 | 1 | -0/+20 |
* | Tests for user-defined arithmetic and fixes. | Kaz Kylheku | 2019-03-30 | 4 | -33/+170 |
* | New feature: user-defined math. | Kaz Kylheku | 2019-03-30 | 2 | -135/+1041 |
* | doc: umax is misdocumented. | Kaz Kylheku | 2019-03-26 | 1 | -6/+60 |
* | listener: ensure history and temp files are rw-------. | Kaz Kylheku | 2019-03-26 | 1 | -3/+10 |
* | plus: missing breaks. | Kaz Kylheku | 2019-03-25 | 1 | -0/+2 |
* | Move numeric functions from lib.c to arith.c | Kaz Kylheku | 2019-03-25 | 3 | -441/+445 |
* | Register arithmetic functions in arith module. | Kaz Kylheku | 2019-03-25 | 2 | -47/+50 |
* | Version 214.txr-214 | Kaz Kylheku | 2019-03-22 | 7 | -621/+664 |
* | float: fix syntax error involving fplassify. | Kaz Kylheku | 2019-03-22 | 1 | -1/+1 |
* | doc: clarifications under lambda. | Kaz Kylheku | 2019-03-22 | 1 | -1/+21 |
* | doc: update let/let* doc. | Kaz Kylheku | 2019-03-22 | 1 | -14/+117 |
* | take-until: rewrite with seq_info; elide cons. | Kaz Kylheku | 2019-03-20 | 1 | -16/+13 |
* | take: rewrite with seq_info; elide cons. | Kaz Kylheku | 2019-03-20 | 2 | -32/+32 |
* | interpose: eliminate state cons. | Kaz Kylheku | 2019-03-18 | 1 | -9/+5 |
* | partition*: optimization. | Kaz Kylheku | 2019-03-18 | 1 | -14/+8 |
* | doc: clarify split/partition difference. | Kaz Kylheku | 2019-03-18 | 1 | -0/+8 |
* | partition, split, split*: eliminate state conses. | Kaz Kylheku | 2019-03-18 | 1 | -30/+31 |
* | partition-by: eliminate state conses. | Kaz Kylheku | 2019-03-17 | 1 | -12/+7 |
* | tuples: eliminate state conses. | Kaz Kylheku | 2019-03-15 | 1 | -8/+6 |
* | flatcar*: eliminate state cons. | Kaz Kylheku | 2019-03-15 | 1 | -5/+5 |
* | flatten*: use lcons for threading state. | Kaz Kylheku | 2019-03-15 | 1 | -5/+6 |
* | append*: save a bit of memory. | Kaz Kylheku | 2019-03-14 | 1 | -9/+8 |
* | New unchecked setter for function environment. | Kaz Kylheku | 2019-03-14 | 2 | -0/+7 |
* | doc: clarifications regarding struct-type | Kaz Kylheku | 2019-03-13 | 1 | -0/+12 |
* | oop: make struct symbol supertype of all structs. | Kaz Kylheku | 2019-03-13 | 2 | -2/+14 |
* | lazy conses: support state in car and cdr. | Kaz Kylheku | 2019-03-13 | 4 | -6/+81 |
* | lib: use accessor for lcons function. | Kaz Kylheku | 2019-03-12 | 2 | -6/+7 |
* | lib: introduce new make_lazy_cons variant. | Kaz Kylheku | 2019-03-12 | 2 | -15/+16 |
* | lib: rename make_half_lazy_cons. | Kaz Kylheku | 2019-03-12 | 3 | -15/+15 |
* | lib: optimize lazy functions with unchecked accesses. | Kaz Kylheku | 2019-03-12 | 3 | -150/+156 |
* | doc: more accurate dialect note about package prefixes. | Kaz Kylheku | 2019-03-12 | 1 | -1/+8 |
* | where: convert to lazy. | Kaz Kylheku | 2019-03-12 | 2 | -46/+82 |
* | float: turn out-of-range calculations into exceptions. | Kaz Kylheku | 2019-03-12 | 2 | -4/+51 |
* | parser: catch out-of-range floats. | Kaz Kylheku | 2019-03-12 | 2 | -3/+20 |
* | New sequence iterator object and functions. | Kaz Kylheku | 2019-03-11 | 4 | -2/+120 |
* | doc: document division by zero. | Kaz Kylheku | 2019-03-09 | 1 | -0/+17 |
* | expt: handle negative integer exponents with integer bases. | Kaz Kylheku | 2019-03-09 | 2 | -19/+66 |
* | Version 213.txr-213 | Kaz Kylheku | 2019-03-08 | 7 | -759/+811 |
* | defset: eliminate the get-form argument. | Kaz Kylheku | 2019-03-08 | 2 | -64/+79 |
* | structs: fix missing lnew operator. | Kaz Kylheku | 2019-03-08 | 1 | -2/+2 |
* | defset: support improper list places. | Kaz Kylheku | 2019-03-08 | 2 | -6/+22 |
* | defset: support parameter macros. | Kaz Kylheku | 2019-03-08 | 2 | -15/+50 |
* | expander: tree-bind: fix incorrect param env. | Kaz Kylheku | 2019-03-08 | 1 | -2/+2 |