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
*
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
*
ffi: split varray behavior into separate virtuals.
Kaz Kylheku
2017-05-10
1
-21
/
+26
*
ffi: bugfix: wrong type in allocation of varrays.
Kaz Kylheku
2017-05-10
1
-2
/
+4
*
ffi: refactor array transfers.
Kaz Kylheku
2017-05-10
1
-28
/
+58
*
ffi: check against types that can't pass by value.
Kaz Kylheku
2017-05-10
1
-2
/
+15
*
ffi: reduce char array code repetition.
Kaz Kylheku
2017-05-10
1
-70
/
+53
*
ffi: bugfix: use nelem, not size, in array in and get.
Kaz Kylheku
2017-05-10
1
-4
/
+4
*
ffi: do arg in semantics /after/ getting return val.
Kaz Kylheku
2017-05-10
1
-1
/
+4
*
ffi: adjust semantics of zarray of characters.
Kaz Kylheku
2017-05-10
2
-14
/
+34
*
doc: cptr.
Kaz Kylheku
2017-05-10
1
-0
/
+149
*
doc: relocate and rewrite buffer literal description.
Kaz Kylheku
2017-05-09
1
-12
/
+25
*
doc: add buf and cptr to type diagram.
Kaz Kylheku
2017-05-09
1
-1
/
+5
*
doc: dlopen added.
Kaz Kylheku
2017-05-09
1
-0
/
+166
*
cptr: new functions.
Kaz Kylheku
2017-05-09
3
-0
/
+35
*
ffi: remove cptr stuff.
Kaz Kylheku
2017-05-09
1
-7
/
+0
*
ffi: integers and chars may convert to C float.
Kaz Kylheku
2017-05-09
2
-7
/
+33
*
doc: FFI module documented.
Kaz Kylheku
2017-05-09
1
-0
/
+1618
*
ffi: eliminate memcpy in basic gets and puts.
Kaz Kylheku
2017-05-08
1
-52
/
+36
*
ffi: improve printed representation of closures.
Kaz Kylheku
2017-05-08
1
-1
/
+2
*
ffi: don't zero out anonymous struct padding.
Kaz Kylheku
2017-05-08
1
-4
/
+0
[next]