| Commit message (Expand) | Author | Age | Files | Lines |
* | Support max length and depth for object printing. | Kaz Kylheku | 2019-04-18 | 6 | -36/+356 |
* | doc: wrongly formatted with-resources example. | Kaz Kylheku | 2019-04-17 | 1 | -7/+8 |
* | streams: force-off indent mode. | Kaz Kylheku | 2019-04-16 | 6 | -32/+93 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 11 | -26/+355 |
* | cmdline: intercept errors from compiled files. | Kaz Kylheku | 2019-04-16 | 1 | -1/+9 |
* | cmdline: use handler instead of catch for errors. | Kaz Kylheku | 2019-04-16 | 3 | -8/+21 |
* | compiler: frame level mismatch bug. | Kaz Kylheku | 2019-04-16 | 1 | -1/+1 |
* | compiler: stray debug print. | Kaz Kylheku | 2019-04-16 | 1 | -1/+0 |
* | New catch** macro. | Kaz Kylheku | 2019-04-10 | 3 | -2/+44 |
* | exceptions: allow description field in catch frames. | Kaz Kylheku | 2019-04-10 | 8 | -22/+49 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 11 | -744/+40 |
* | protsym: missing update. | Kaz Kylheku | 2019-04-09 | 1 | -210/+208 |
* | repl: groundwork for recursive listener invocation. | Kaz Kylheku | 2019-04-08 | 3 | -9/+19 |
* | doc: update debug session. | Kaz Kylheku | 2019-04-07 | 1 | -59/+147 |
* | doc: fix overlong lines. | Kaz Kylheku | 2019-04-06 | 1 | -19/+43 |
* | doc: split .cblk into .verb and .mono | Kaz Kylheku | 2019-04-06 | 2 | -2093/+2119 |
* | unwind: rename env frames. | Kaz Kylheku | 2019-04-06 | 3 | -36/+36 |
* | New function: cptr-size-hint. | Kaz Kylheku | 2019-04-06 | 4 | -0/+29 |
* | doc: forgotten cptr functions. | Kaz Kylheku | 2019-04-06 | 1 | -0/+29 |
* | mpi: use integer math for radix length. | Kaz Kylheku | 2019-04-05 | 4 | -59/+42 |
* | @(output): bugfix: lazy evaluation doesn't work. | Kaz Kylheku | 2019-04-05 | 1 | -4/+15 |
* | compiler: better shared test for sys:switch. | Kaz Kylheku | 2019-04-05 | 1 | -1/+6 |
* | tagbody: code replication bug. | Kaz Kylheku | 2019-04-05 | 1 | -20/+14 |
* | 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 |