| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | oop: new new* and lnew* macros. | Kaz Kylheku | 2019-05-15 | 3 | -26/+64 |
* | oop: new function: struct-type-name. | Kaz Kylheku | 2019-05-15 | 3 | -0/+22 |
* | structs: eliminate declaration of nonexistent var. | Kaz Kylheku | 2019-05-11 | 1 | -1/+1 |
* | debugger: use window-mapdo. | Kaz Kylheku | 2019-05-03 | 1 | -2/+2 |
* | interpreter: small code tidying in me_interp_macro. | Kaz Kylheku | 2019-05-02 | 1 | -2/+1 |
* | interpreter: don't bother with dot position. | Kaz Kylheku | 2019-05-02 | 1 | -6/+1 |
* | bugfix: apply regression. | Kaz Kylheku | 2019-05-02 | 1 | -1/+1 |
* | C99: get rid of useless inline instantiations. | Kaz Kylheku | 2019-05-02 | 4 | -36/+0 |
* | loading: try unsuffixed files directly last. | Kaz Kylheku | 2019-05-01 | 2 | -96/+145 |
* | lib: more nuanced file access errors. | Kaz Kylheku | 2019-05-01 | 9 | -66/+144 |
* | build: allow $(pwd)/configure to work. | Kaz Kylheku | 2019-04-29 | 2 | -2/+13 |
* | debugger: expand frames. | Kaz Kylheku | 2019-04-29 | 5 | -37/+93 |
* | backtrace: check next frame for nil. | Kaz Kylheku | 2019-04-29 | 1 | -1/+1 |
* | debugger: move uw-* symbols into sys package. | Kaz Kylheku | 2019-04-29 | 1 | -9/+9 |
* | bugfix: source lineno off by one under hash bang. | Kaz Kylheku | 2019-04-21 | 4 | -4/+20 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 6 | -26/+29 |
* | New function: window-mapdo. | Kaz Kylheku | 2019-04-21 | 4 | -13/+51 |
* | debugger: eval frames. | Kaz Kylheku | 2019-04-21 | 4 | -32/+97 |
* | unwind: use allocate-struct in frame reification. | Kaz Kylheku | 2019-04-20 | 3 | -12/+8 |
* | defun: record source loc info. | Kaz Kylheku | 2019-04-20 | 1 | -4/+4 |
* | doc: document --backtrace | Kaz Kylheku | 2019-04-20 | 1 | -0/+12 |
* | New function: allocate-struct. | Kaz Kylheku | 2019-04-19 | 2 | -0/+41 |
* | backtrace: adjust backtrace formatting. | Kaz Kylheku | 2019-04-19 | 1 | -2/+6 |
* | No-op optimization in substring. | Kaz Kylheku | 2019-04-19 | 1 | -0/+2 |
* | 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 |