| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: dump warnings from form expansion. | Kaz Kylheku | 2018-03-19 | 1 | -1/+3 |
* | vm: bug: vm-desc created with incorrect display depth. | Kaz Kylheku | 2018-03-19 | 1 | -3/+3 |
* | vm: variadic arg closures bug 3/3. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | compiler: bug: inappropriate clobber in block. | Kaz Kylheku | 2018-03-19 | 1 | -2/+2 |
* | compiler: bug: nil entered into data tab by block. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | compiler: use VM's function table for global calls. | Kaz Kylheku | 2018-03-19 | 1 | -4/+23 |
* | asm: return original object from disassemble function. | Kaz Kylheku | 2018-03-19 | 1 | -1/+2 |
* | compiler: bug: lambda body uses inappropriate output reg. | Kaz Kylheku | 2018-03-19 | 1 | -3/+5 |
* | compiler: bugfix: misused assoc in function lookup. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | vm: function table for faster calls. | Kaz Kylheku | 2018-03-18 | 2 | -3/+36 |
* | compiler: change in output register protocol. | Kaz Kylheku | 2018-03-18 | 1 | -108/+107 |
* | compiler: use mac-param-bind | Kaz Kylheku | 2018-03-17 | 1 | -15/+15 |
* | compiler: replace invalid compound form message. | Kaz Kylheku | 2018-03-17 | 1 | -1/+1 |
* | compile-toplevel: expand with warnings. | Kaz Kylheku | 2018-03-17 | 1 | -1/+1 |
* | compiler: compile string quasiliterals. | Kaz Kylheku | 2018-03-17 | 1 | -0/+84 |
* | compiler: closure bug: (dframe ...) without (end ...). | Kaz Kylheku | 2018-03-16 | 1 | -0/+2 |
* | compiler: fix wrong, undersized frame size in closure. | Kaz Kylheku | 2018-03-16 | 1 | -3/+3 |
* | Adding compiler. | Kaz Kylheku | 2018-03-16 | 1 | -0/+402 |
* | asm: add copyright header. | Kaz Kylheku | 2018-03-16 | 1 | -0/+26 |
* | asm: close opcode checks no of registers. | Kaz Kylheku | 2018-03-15 | 1 | -0/+2 |
* | asm/vm: add ifq and ifql instructions. | Kaz Kylheku | 2018-03-15 | 1 | -0/+17 |
* | push can safely use alet rather than rlet. | Kaz Kylheku | 2018-03-14 | 1 | -1/+1 |
* | asm: block and catch need dest op constraint. | Kaz Kylheku | 2018-03-14 | 1 | -2/+2 |
* | asm: wrong labels-outside-of-code test. | Kaz Kylheku | 2018-03-14 | 1 | -1/+1 |
* | asm: bugfix: correct value of (v x y) operands. | Kaz Kylheku | 2018-03-14 | 1 | -1/+1 |
* | higher level disassemble function. | Kaz Kylheku | 2018-03-13 | 1 | -2/+18 |
* | asm: no package qualifiers in textual disassembly. | Kaz Kylheku | 2018-03-13 | 1 | -1/+1 |
* | asm: fix nonworking setv. | Kaz Kylheku | 2018-03-13 | 1 | -2/+3 |
* | asm: move method definitions outside defstruct. | Kaz Kylheku | 2018-03-13 | 1 | -150/+150 |
* | structs: spurious hiding of usr symbol by sys symbol. | Kaz Kylheku | 2018-03-13 | 1 | -3/+3 |
* | asm: allow compound syntax reg operands. | Kaz Kylheku | 2018-03-12 | 1 | -0/+15 |
* | asm: support gensym labels. | Kaz Kylheku | 2018-03-12 | 1 | -4/+9 |
* | vm: introduce sframe instruction. | Kaz Kylheku | 2018-03-12 | 1 | -0/+2 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -0/+564 |
* | Version 190.txr-190 | Kaz Kylheku | 2018-02-18 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 28 | -28/+28 |
* | bugfix: op module inversely depends on sys:l1-val. | Kaz Kylheku | 2018-02-14 | 1 | -23/+0 |
* | Version 189.txr-189 | Kaz Kylheku | 2018-02-06 | 1 | -1/+1 |
* | Version 188.txr-188 | Kaz Kylheku | 2017-12-19 | 1 | -1/+1 |
* | awk: condense implementation of range-macros. | Kaz Kylheku | 2017-12-15 | 1 | -36/+13 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -0/+68 |
* | trace: bugfix: spurious "previously traced" warning | Kaz Kylheku | 2017-12-08 | 1 | -2/+2 |
* | Version 187.txr-187 | Kaz Kylheku | 2017-11-17 | 1 | -1/+1 |
* | awk: replace set-diff uses with diff. | Kaz Kylheku | 2017-11-01 | 1 | -4/+4 |
* | streams: allow "b" flag on open-command. | Kaz Kylheku | 2017-10-30 | 1 | -2/+2 |
* | awk: implement ranges right using functions. | Kaz Kylheku | 2017-10-29 | 1 | -53/+111 |
* | New convenience I/O functions for buffers. | Kaz Kylheku | 2017-10-27 | 1 | -0/+32 |
* | awk: fix buggy handling of new -- ranges. | Kaz Kylheku | 2017-10-27 | 1 | -21/+17 |
* | op/do: nice error if arguments are not provided. | Kaz Kylheku | 2017-10-26 | 1 | -0/+2 |
* | awk: bugfix: lack of hygiene in range implementation. | Kaz Kylheku | 2017-10-26 | 1 | -9/+10 |