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
*
lib: new function vm-fun-p.
Kaz Kylheku
2018-04-07
3
-0
/
+7
*
build: don't rebuild tlo's all the time.
Kaz Kylheku
2018-04-07
1
-2
/
+2
*
vm: allow vm description to be callable as function.
Kaz Kylheku
2018-04-06
2
-0
/
+6
*
asm: rename disassembly helper function.
Kaz Kylheku
2018-04-06
1
-2
/
+2
*
vm: C++ port issue: wrong cast.
Kaz Kylheku
2018-04-06
1
-1
/
+1
*
Application code is now in a package called pub.
Kaz Kylheku
2018-04-09
4
-5
/
+9
*
stdlib: all code read under sys package.
Kaz Kylheku
2018-04-06
16
-53
/
+50
*
autoload: add more missing symbols.
Kaz Kylheku
2018-04-06
1
-1
/
+12
*
structs: get rid of sys:slot and sys:static-slot.
Kaz Kylheku
2018-04-06
3
-10
/
+8
*
autoload: smattering of missing/wrong entries.
Kaz Kylheku
2018-04-06
1
-1
/
+4
*
autload: remove copy and pasted sock_load_init calls.
Kaz Kylheku
2018-04-06
1
-3
/
+0
*
trace: add missing copyright header.
Kaz Kylheku
2018-04-05
1
-0
/
+26
*
lib: get rid of preprocessor macros for packages.
Kaz Kylheku
2018-04-05
4
-20
/
+14
*
build: support compiling stdlib.
Kaz Kylheku
2018-04-05
1
-5
/
+30
*
configure: link files rather than dirs.
Kaz Kylheku
2018-04-05
1
-1
/
+36
*
printer: improve object formatting.
Kaz Kylheku
2018-04-05
10
-17
/
+62
*
compile-file: handle gensyms and such.
Kaz Kylheku
2018-04-05
2
-13
/
+23
*
compile-file/load: add version to files.
Kaz Kylheku
2018-04-05
2
-1
/
+10
*
compiler: bugfix: quasilit cannot use append.
Kaz Kylheku
2018-04-04
2
-1
/
+7
*
load: remove hack for loading compiler.tlo.
Kaz Kylheku
2018-04-04
1
-2
/
+1
*
parser: don't generate special lits outside quasiquote.
Kaz Kylheku
2018-04-04
3
-9
/
+24
*
hash: with-hash-iter bug found by new compiler.
Kaz Kylheku
2018-04-04
1
-2
/
+2
*
compiler: bugfix: broken Lisp forms in quasiquote.
Kaz Kylheku
2018-04-04
1
-1
/
+1
*
stdlib: remove macro-time.
Kaz Kylheku
2018-04-04
3
-22
/
+19
*
compiler: move sys:bind-mac-error to error.tl.
Kaz Kylheku
2018-04-04
3
-8
/
+13
*
struct: autoload sys:define-method.
Kaz Kylheku
2018-04-04
1
-0
/
+4
*
autoload: don't refer to .tl files specifically.
Kaz Kylheku
2018-04-04
3
-32
/
+32
*
eval: define sys:*load-recursive*
Kaz Kylheku
2018-04-04
1
-0
/
+1
*
regex: fix double free corruption bug.
Kaz Kylheku
2018-04-04
1
-11
/
+13
*
regex: read/print bug: escaped double quote.
Kaz Kylheku
2018-04-04
3
-6
/
+11
*
Implement compiled file loading.
Kaz Kylheku
2018-04-04
5
-11
/
+64
*
asm: changes for compiling.
Kaz Kylheku
2018-04-04
1
-19
/
+20
*
compile-file: don't compile constants.
Kaz Kylheku
2018-04-04
1
-1
/
+2
*
compiler: don't add compile-time gensym into env.
Kaz Kylheku
2018-04-04
1
-3
/
+3
*
macro param lists: remove colon hack.
Kaz Kylheku
2018-04-04
3
-8
/
+28
*
places: remove macro-time.
Kaz Kylheku
2018-04-03
1
-129
/
+126
*
compiler: rewrite incorrect defmacro expander.
Kaz Kylheku
2018-04-03
1
-6
/
+8
*
parser: avoid consing for buf literals.
Kaz Kylheku
2018-04-03
1
-12
/
+7
*
packages: fix package prefix read/print issue.
Kaz Kylheku
2018-04-03
2
-2
/
+45
*
compiler: first cut compile-file implementation.
Kaz Kylheku
2018-04-03
4
-13
/
+106
*
asm/compiler: use unadorned sym in in-package.
Kaz Kylheku
2018-04-03
2
-2
/
+2
*
eval/compile: special ops compile-only & eval-only.
Kaz Kylheku
2018-04-03
2
-1
/
+3
*
compiler: bugfix: missing case in cond.
Kaz Kylheku
2018-04-02
1
-0
/
+1
*
compiler: bugfix: block: missing mov to oreg.
Kaz Kylheku
2018-04-02
1
-1
/
+2
*
compiler: unwind-protect bug: wrong output reg.
Kaz Kylheku
2018-04-02
1
-1
/
+1
*
compiler: switch: bugfix: missing mov to oreg.
Kaz Kylheku
2018-04-02
1
-0
/
+5
*
compiler: switch bugfix: missing index code.
Kaz Kylheku
2018-04-02
1
-1
/
+2
*
compiler: big oreg-related bugfix
Kaz Kylheku
2018-04-01
1
-40
/
+74
*
compiler: bugfix: wrong lambda frame size.
Kaz Kylheku
2018-04-01
1
-1
/
+1
*
compiler: bugfix: return value optional
Kaz Kylheku
2018-04-01
1
-2
/
+2
[next]