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
path:
root
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 206.
txr-206
Kaz Kylheku
2019-01-18
1
-1
/
+1
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
32
-32
/
+32
*
ffi: diagnose missing with-dyn-lib.
Kaz Kylheku
2019-01-16
1
-24
/
+23
*
Version 205.
txr-205
Kaz Kylheku
2019-01-15
1
-1
/
+1
*
asm: fix wrong level check in operand parsing.
Kaz Kylheku
2019-01-09
1
-1
/
+1
*
asm: fix incorrect level check in frame opcode.
Kaz Kylheku
2019-01-09
1
-2
/
+2
*
asm/compiler: fix incorrect frame-related constant.
Kaz Kylheku
2019-01-09
1
-1
/
+1
*
asm/compiler: rename small level/index constants.
Kaz Kylheku
2019-01-09
2
-3
/
+4
*
Version 204.
txr-204
Kaz Kylheku
2018-12-17
1
-1
/
+1
*
compiler: move variable down in file.
Kaz Kylheku
2018-12-13
1
-2
/
+2
*
Version 203.
txr-203
Kaz Kylheku
2018-11-29
1
-1
/
+1
*
Version 202.
txr-202
Kaz Kylheku
2018-11-22
1
-1
/
+1
*
compiler: use binary versions of common math functions.
Kaz Kylheku
2018-11-16
1
-0
/
+17
*
compile: handle functions that have environments.
Kaz Kylheku
2018-11-13
1
-2
/
+31
*
Version 201.
Kaz Kylheku
2018-11-07
1
-1
/
+1
*
compiler: bugfix: handle defpackage and such properly.
Kaz Kylheku
2018-11-05
1
-6
/
+19
*
Version 200.
txr-200
Kaz Kylheku
2018-11-05
1
-1
/
+1
*
compiler: optimize dwim.
Kaz Kylheku
2018-11-04
2
-17
/
+50
*
The code expander becomes a public API.
Kaz Kylheku
2018-11-02
3
-13
/
+11
*
Version 199.
txr-199
Kaz Kylheku
2018-10-28
1
-1
/
+1
*
op: bugfix: sys:*op-ctx* defined too late.
Kaz Kylheku
2018-10-26
1
-2
/
+2
*
compiler: use symtab caching for global lexicals.
Kaz Kylheku
2018-10-26
1
-9
/
+16
*
vm/asm: new instructions getlx and setlx.
Kaz Kylheku
2018-10-26
1
-0
/
+24
*
awk: unwanted package prefix in error message.
Kaz Kylheku
2018-10-12
1
-1
/
+1
*
compiler: typo in error message.
Kaz Kylheku
2018-08-07
1
-1
/
+1
*
compile-file: incremental expansion of top-level forms.
Kaz Kylheku
2018-07-17
1
-17
/
+18
*
opip, oand: rewrite in Lisp.
Kaz Kylheku
2018-07-16
1
-0
/
+17
*
op: convert to Lisp trivial macros related to op.
Kaz Kylheku
2018-07-16
1
-0
/
+18
*
compile-file: support hash bang.
Kaz Kylheku
2018-07-11
1
-0
/
+4
*
list-build: rewrite methods for semantics & efficiency.
Kaz Kylheku
2018-07-11
1
-10
/
+28
*
compiler: bugfix: mishandled empty test
Kaz Kylheku
2018-07-10
1
-6
/
+9
*
compiler: duplicated code when compiling switch.
Kaz Kylheku
2018-07-10
1
-2
/
+2
*
compiler: constant-fold if eql.
Kaz Kylheku
2018-07-09
1
-4
/
+9
*
compiler: bugfix in constant condition logic.
Kaz Kylheku
2018-07-09
1
-1
/
+1
*
compiler: don't hardcode eq in if optimization.
Kaz Kylheku
2018-07-09
1
-1
/
+1
*
Version 198.
txr-198
Kaz Kylheku
2018-07-06
1
-1
/
+1
*
awk: bugfix: block optimized away by compiler.
Kaz Kylheku
2018-06-28
1
-1
/
+1
*
Version 197.
txr-197
Kaz Kylheku
2018-05-27
1
-1
/
+1
*
compiler: fix broken block*.
Kaz Kylheku
2018-05-26
1
-2
/
+2
*
compiler/vm: renaming funvec.
Kaz Kylheku
2018-05-25
2
-20
/
+19
*
compiler: fix wrong free symbol calculations.
Kaz Kylheku
2018-05-25
1
-10
/
+26
*
compiler: elide unused lexical functions.
Kaz Kylheku
2018-05-23
1
-8
/
+16
*
compiler: streamline marking bindings used.
Kaz Kylheku
2018-05-23
1
-19
/
+30
*
Version 196.
txr-196
Kaz Kylheku
2018-05-18
1
-1
/
+1
*
compiler: warn on misleading references in load-time.
Kaz Kylheku
2018-05-07
1
-0
/
+9
*
Version 195.
txr-195
Kaz Kylheku
2018-05-04
1
-1
/
+1
*
compiler: correct semantics of special var args.
Kaz Kylheku
2018-05-01
1
-7
/
+15
*
interpreter: correct semantics of special var args.
Kaz Kylheku
2018-05-01
1
-1
/
+0
*
Version 194.
txr-194
Kaz Kylheku
2018-04-30
1
-1
/
+1
*
compiler: improve wording of destructuring errors.
Kaz Kylheku
2018-04-29
1
-10
/
+16
[next]