index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vm: function table for faster calls.
Kaz Kylheku
2018-03-18
5
-34
/
+176
*
vm: free display memory when closure reclaimed.
Kaz Kylheku
2018-03-18
1
-1
/
+8
*
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
*
listener: fix poor regex handling in balance check.
Kaz Kylheku
2018-03-17
1
-1
/
+33
*
compiler: replace invalid compound form message.
Kaz Kylheku
2018-03-17
1
-1
/
+1
*
compile-toplevel: expand with warnings.
Kaz Kylheku
2018-03-17
2
-1
/
+2
*
compiler: compile string quasiliterals.
Kaz Kylheku
2018-03-17
1
-0
/
+84
*
vm: handle FVM function type thorughout run-time.
Kaz Kylheku
2018-03-16
2
-2
/
+51
*
quasi: factor out repeated code.
Kaz Kylheku
2018-03-16
1
-19
/
+24
*
quasilit: expose access to field formatting.
Kaz Kylheku
2018-03-16
1
-0
/
+35
*
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
2
-0
/
+425
*
asm: add copyright header.
Kaz Kylheku
2018-03-16
1
-0
/
+26
*
quasilit: split format_field into two functions.
Kaz Kylheku
2018-03-16
1
-46
/
+55
*
vm: bugfix: wrong setup of closure param counts.
Kaz Kylheku
2018-03-15
1
-1
/
+1
*
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
3
-17
/
+64
*
structs: spurious hiding of defmeth: fix needed.
Kaz Kylheku
2018-03-14
1
-1
/
+1
*
eval: remove eval_initing, which does nothing.
Kaz Kylheku
2018-03-14
1
-11
/
+0
*
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
*
vm: bugfix: handle empty data vector.
Kaz Kylheku
2018-03-14
1
-1
/
+2
*
asm: bugfix: correct value of (v x y) operands.
Kaz Kylheku
2018-03-14
1
-1
/
+1
*
expander bug: sequential vars with no init forms.
Kaz Kylheku
2018-03-13
1
-1
/
+2
*
higher level disassemble function.
Kaz Kylheku
2018-03-13
3
-4
/
+32
*
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
*
regression: excess args not diagnosed.
Kaz Kylheku
2018-03-13
1
-1
/
+1
*
vm: rename vm-interpret-toplevel function.
Kaz Kylheku
2018-03-13
1
-1
/
+1
*
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
3
-32
/
+48
*
genvmop: fix broken script.
Kaz Kylheku
2018-03-12
1
-1
/
+1
*
vm: use memcpy for copying environment.
Kaz Kylheku
2018-03-12
1
-4
/
+2
*
unwind: better debugging of exceptions.
Kaz Kylheku
2018-03-12
1
-0
/
+9
*
New: virtual machine with assembler.
Kaz Kylheku
2018-03-10
11
-37
/
+1585
*
sys package fall back on usr.
Kaz Kylheku
2018-03-09
1
-0
/
+2
*
packages: drop no-fallback-list interning restriction.
Kaz Kylheku
2018-03-09
2
-44
/
+7
*
args: overhaul for clarity and reduced consing.
Kaz Kylheku
2018-03-09
6
-34
/
+39
*
bugfix: broken single-digit bignum multiplication.
Kaz Kylheku
2018-03-08
1
-18
/
+9
*
code review: switch case breaks.
Kaz Kylheku
2018-03-08
2
-0
/
+4
*
New function: bignum-len.
Kaz Kylheku
2018-03-06
3
-0
/
+46
*
trace: bugfix in method redefinition check.
Kaz Kylheku
2018-03-01
1
-2
/
+5
*
bugfix: missing actions in reset-struct.
Kaz Kylheku
2018-02-28
2
-1
/
+46
*
bugfix: buf-get-* not allowing last byte of buffer.
Kaz Kylheku
2018-02-28
1
-1
/
+1
[prev]
[next]