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
...
*
ffi: sane calculation of rtsize.
Kaz Kylheku
2017-04-28
1
-9
/
+7
*
ffi: assign better Lisp types to some ffi types.
Kaz Kylheku
2017-04-28
1
-4
/
+4
*
ffi: move run-time state out of txr_ffi_type.
Kaz Kylheku
2017-04-28
1
-112
/
+200
*
ffi: setup in functions at type compile time.
Kaz Kylheku
2017-04-28
1
-18
/
+19
*
ffi: rename cptr-related functions.
Kaz Kylheku
2017-04-28
1
-5
/
+5
*
ffi: allow ptr-in-out passing of cptr.
Kaz Kylheku
2017-04-28
3
-3
/
+27
*
ffi: use chk_calloc for txr_ffi_type.
Kaz Kylheku
2017-04-28
1
-4
/
+2
*
ffi: buf type doesn't need fill function.
Kaz Kylheku
2017-04-28
1
-11
/
+2
*
ffi: properly recurse the handling of pointers.
Kaz Kylheku
2017-04-27
1
-18
/
+64
*
ffi: fix problems caught by g++.
Kaz Kylheku
2017-04-27
2
-8
/
+5
*
ffi: sane in/out protocol; buffers work directly.
Kaz Kylheku
2017-04-27
1
-6
/
+46
*
ffi: array support.
Kaz Kylheku
2017-04-26
2
-0
/
+98
*
ffi: incorrect handling of struct element array.
Kaz Kylheku
2017-04-26
1
-6
/
+11
*
ffi: no memcpy for string pointers.
Kaz Kylheku
2017-04-26
1
-7
/
+6
*
ffi: support buf objects.
Kaz Kylheku
2017-04-26
3
-0
/
+66
*
Provide access to dlopen.
Kaz Kylheku
2017-04-25
4
-2
/
+141
*
Start of FFI implementation based on libffi.
Kaz Kylheku
2017-04-24
5
-0
/
+1225
*
Buffers: missing float and cptr.
Kaz Kylheku
2017-04-24
2
-0
/
+46
*
Buffers implementation, part three: get functions.
Kaz Kylheku
2017-04-21
3
-17
/
+129
*
Rename c_uint_ptr_num; introduce cunum typedef.
Kaz Kylheku
2017-04-21
5
-6
/
+7
*
Continuing implementation of buffers.
Kaz Kylheku
2017-04-21
9
-4
/
+1071
*
Bugfix: ash: right shifts of fixnums broken.
Kaz Kylheku
2017-04-20
1
-1
/
+2
*
Use TAG_SHFIT instead of hard-coded 2.
Kaz Kylheku
2017-04-20
1
-3
/
+3
*
Makefile: detect when y.tab.h doesn't change.
Kaz Kylheku
2017-04-19
1
-0
/
+5
*
New buffer data type.
Kaz Kylheku
2017-04-16
4
-4
/
+71
*
Bugfix: incorrect substitution in suspend macro.
Kaz Kylheku
2017-04-15
1
-1
/
+1
*
Bugfix expansion: return-from, sys:abscond-from, block*.
Kaz Kylheku
2017-04-15
1
-3
/
+8
*
Protect internal symbols from uninterning.
Kaz Kylheku
2017-04-15
4
-3
/
+273
*
Make it a warning only when built-ins redefined.
Kaz Kylheku
2017-04-14
1
-4
/
+4
*
Honor *print-circle* disabling in print methods.
Kaz Kylheku
2017-04-12
1
-6
/
+10
*
Bugfix: missing usr:end and usr:single symbols.
Kaz Kylheku
2017-04-11
1
-0
/
+6
*
New path slot in stat struct.
Kaz Kylheku
2017-04-08
5
-15
/
+40
*
parser: add some error cases to hash notations.
Kaz Kylheku
2017-04-08
1
-1
/
+9
*
parser: refactor grammar to banish #[] etc.
Kaz Kylheku
2017-04-07
1
-16
/
+26
*
listener: :p and :prompt commands.
Kaz Kylheku
2017-04-06
2
-0
/
+42
*
Indexing in variable subst applies to any sequence.
Kaz Kylheku
2017-04-05
3
-14
/
+47
*
quasiliterals: issue in printing embedded syms.
Kaz Kylheku
2017-04-05
1
-28
/
+35
*
Version 174.
txr-174
Kaz Kylheku
2017-04-04
6
-78
/
+118
*
parser: C++ regression.
Kaz Kylheku
2017-04-04
1
-30
/
+30
*
Connect -n option to linenoise noninteractive mode.
Kaz Kylheku
2017-04-04
3
-1
/
+21
*
linenoise: support forcing of noninteractive mode.
Kaz Kylheku
2017-04-04
2
-1
/
+14
*
parser: bugfix: don't scan @NUM in QSPECIAL state.
Kaz Kylheku
2017-04-04
1
-3
/
+6
*
New time-parse-local and time-parse-utc functions.
Kaz Kylheku
2017-04-04
4
-6
/
+56
*
linenoise: bugfix: use persistent stream for non-tty.
Kaz Kylheku
2017-04-03
1
-12
/
+18
*
apply and iapply bugfix: split sequences into args.
Kaz Kylheku
2017-04-03
2
-3
/
+21
*
doc: add notes to copy-struct.
Kaz Kylheku
2017-04-03
1
-0
/
+42
*
doc: hash-update grammar.
Kaz Kylheku
2017-04-02
1
-1
/
+1
*
doc: run-on paragraph under car, cdr, nullfiy method.
Kaz Kylheku
2017-04-02
1
-1
/
+3
*
doc: clarify behavior of mutated keys in hashing.
Kaz Kylheku
2017-04-02
1
-3
/
+27
*
parser: fix a...b syntax error.
Kaz Kylheku
2017-04-02
1
-0
/
+6
[prev]
[next]