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: deffi generates fixed-arg defun.
Kaz Kylheku
2017-05-20
1
-10
/
+10
*
ffi: overhaul ffi-call API and document it.
Kaz Kylheku
2017-05-20
4
-9
/
+66
*
ffi: turn carray-ref into accessor.
Kaz Kylheku
2017-05-20
3
-2
/
+11
*
ffi: variable length zarray needs in operation.
Kaz Kylheku
2017-05-20
2
-1
/
+47
*
ffi: new carray-buf-sync function.
Kaz Kylheku
2017-05-20
3
-0
/
+42
*
ffi: diagnose carray of incomplete type.
Kaz Kylheku
2017-05-20
1
-0
/
+4
*
ffi: reorder initializations in carray-buf.
Kaz Kylheku
2017-05-20
1
-1
/
+1
*
ffi: new function, carray-cptr.
Kaz Kylheku
2017-05-19
3
-0
/
+51
*
doc: update variable array desription.
Kaz Kylheku
2017-05-19
1
-7
/
+26
*
ffi: implement get for null terminated varrays.
Kaz Kylheku
2017-05-19
1
-1
/
+32
*
ffi: incomplete types can't be aggregate elements.
Kaz Kylheku
2017-05-19
1
-0
/
+16
*
awk: new feature: again operator.
Kaz Kylheku
2017-05-19
2
-3
/
+28
*
ffi: release return value when aborting callback.
Kaz Kylheku
2017-05-19
1
-4
/
+8
*
ffi: clean up temp allocs on exception.
Kaz Kylheku
2017-05-19
1
-25
/
+138
*
ffi: bugfix: obj could be nil in buf ops.
Kaz Kylheku
2017-05-18
1
-2
/
+2
*
doc: ffi carray type and carray objects documented.
Kaz Kylheku
2017-05-18
1
-35
/
+556
*
ffi: unknown carray length represented as nil.
Kaz Kylheku
2017-05-18
1
-1
/
+1
*
ffi: carray-free resets length.
Kaz Kylheku
2017-05-18
1
-0
/
+1
*
ffi: bugfix: broken buf in semantics, bad doc.
Kaz Kylheku
2017-05-18
2
-29
/
+78
*
parser: bugfix: set line number on <lineno> tokens.
Kaz Kylheku
2017-05-18
1
-0
/
+7
*
ffi: new carray_buf function.
Kaz Kylheku
2017-05-17
2
-0
/
+12
*
ffi: carrays able to reference objects.
Kaz Kylheku
2017-05-17
2
-5
/
+14
*
ffi: macro named ffi for type compiling shorthand.
Kaz Kylheku
2017-05-17
3
-1
/
+19
*
ffi: typedef macro instead of deffi-type.
Kaz Kylheku
2017-05-17
3
-9
/
+10
*
ffi: carray type to round out semantics.
Kaz Kylheku
2017-05-17
2
-3
/
+305
*
ffi: tagged cptr type, for improved safety.
Kaz Kylheku
2017-05-16
1
-0
/
+8
*
ffi: don't set up cptr as Lisp type inappropriately.
Kaz Kylheku
2017-05-15
1
-7
/
+20
*
protsym: further refinement.
Kaz Kylheku
2017-05-15
1
-7
/
+19
*
Splitting cptr object into separate CPTR tag.
Kaz Kylheku
2017-05-15
7
-25
/
+94
*
less table robust against type renumbering.
Kaz Kylheku
2017-05-15
2
-20
/
+15
*
bugfix: use proper hashing for cptr.
Kaz Kylheku
2017-05-15
3
-2
/
+9
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
13
-30
/
+30
*
protsym: don't refer to symbols excluded by config.
Kaz Kylheku
2017-05-15
1
-6
/
+34
*
Version 175.
txr-175
Kaz Kylheku
2017-05-15
7
-848
/
+958
*
ffi and utf8: C++ fixes.
Kaz Kylheku
2017-05-15
2
-28
/
+30
*
bugfix: gc-incorrect creation of catenated stream.
Kaz Kylheku
2017-05-13
1
-1
/
+4
*
tests: first FFI regression test case.
Kaz Kylheku
2017-05-13
4
-0
/
+54
*
tests: use internal OS identification method.
Kaz Kylheku
2017-05-13
2
-4
/
+10
*
ffi: null out all freed or borrowed pointers.
Kaz Kylheku
2017-05-13
1
-15
/
+24
*
ffi: use dynamic allocation for wstr and wstr-d.
Kaz Kylheku
2017-05-13
2
-39
/
+24
*
gc: bug in --free-all --vg-debug combination.
Kaz Kylheku
2017-05-13
1
-1
/
+1
*
gc: use symbolic constants for special vec slots.
Kaz Kylheku
2017-05-12
1
-4
/
+4
*
ffi: darwin port: missing types.
Kaz Kylheku
2017-05-12
2
-0
/
+42
*
ffi: bugfix: broken i64 conversion.
Kaz Kylheku
2017-05-12
1
-1
/
+1
*
windows: package libffi dll.
Kaz Kylheku
2017-05-11
1
-0
/
+1
*
ffi and buf porting: stdarg.h needed.
Kaz Kylheku
2017-05-11
2
-0
/
+2
*
dlopen: broken dlvsym configure test.
Kaz Kylheku
2017-05-11
1
-3
/
+3
*
ffi: support programmable abort return value.
Kaz Kylheku
2017-05-11
4
-15
/
+44
*
ffi: a measure of safety for callbacks.
Kaz Kylheku
2017-05-11
4
-19
/
+147
*
ffi: encode-side character array specializations.
Kaz Kylheku
2017-05-11
1
-2
/
+65
[prev]
[next]