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: adapt to return value braindamage in libffi.
Kaz Kylheku
2017-05-28
1
-41
/
+301
*
make tests: remove failed .out.
Kaz Kylheku
2017-05-27
1
-1
/
+4
*
ffi: remove redundant flag calc in call wrapper.
Kaz Kylheku
2017-05-26
1
-1
/
+0
*
doc: grammar in ffi.
Kaz Kylheku
2017-05-26
1
-6
/
+7
*
doc: wrong word under ffi buf description.
Kaz Kylheku
2017-05-26
1
-1
/
+1
*
ffi: bitfield support.
Kaz Kylheku
2017-05-25
3
-26
/
+341
*
configure: detect endianness.
Kaz Kylheku
2017-05-25
1
-0
/
+37
*
ffi: bugfix: remove nil slots when making struct.
Kaz Kylheku
2017-05-25
1
-1
/
+2
*
ffi: bugfix: gc-correct handling of memb array.
Kaz Kylheku
2017-05-25
1
-2
/
+2
*
ffi: don't compile struct member type twice.
Kaz Kylheku
2017-05-25
1
-1
/
+1
*
ffi: bugfix: incorrect error throws in buf ops.
Kaz Kylheku
2017-05-25
1
-4
/
+4
*
ffi: precompute member offsets in struct type.
Kaz Kylheku
2017-05-25
1
-26
/
+14
*
ffi: use array for struct member description.
Kaz Kylheku
2017-05-24
1
-40
/
+56
*
ffi: bugfix: gc issue affecting cptr and carray.
Kaz Kylheku
2017-05-24
1
-15
/
+7
*
ffi: buffix: alignment still wrong for ptr types.
Kaz Kylheku
2017-05-24
1
-9
/
+4
*
ffi: eliminate overloading of mtypes member.
Kaz Kylheku
2017-05-24
1
-31
/
+31
*
doc: clean up description of bident and lident.
Kaz Kylheku
2017-05-24
1
-7
/
+20
*
ffi: sanity check on object in ffi_val_get.
Kaz Kylheku
2017-05-24
4
-1
/
+27
*
bits: external linkage.
Kaz Kylheku
2017-05-24
2
-2
/
+2
*
doc: point out relationship between juxt and callf.
Kaz Kylheku
2017-05-24
1
-0
/
+22
*
doc: C code formatting issue.
Kaz Kylheku
2017-05-23
1
-2
/
+6
*
ffi: val type.
Kaz Kylheku
2017-05-23
3
-1
/
+39
*
Version 176.
txr-176
Kaz Kylheku
2017-05-21
7
-972
/
+1096
*
ffi: glob test: struct size on Linux and Cygwin.
Kaz Kylheku
2017-05-21
2
-22
/
+40
*
ffi: bugfix: revisit alignment.
Kaz Kylheku
2017-05-21
1
-30
/
+62
*
ffi: port glob tests to Darwin.
Kaz Kylheku
2017-05-21
2
-10
/
+28
*
Adding realpath function.
Kaz Kylheku
2017-05-21
3
-0
/
+60
*
Adding base-name and dir-name functions.
Kaz Kylheku
2017-05-21
4
-8
/
+166
*
doc: emphasize platform-independence of abs-path-p.
Kaz Kylheku
2017-05-21
2
-0
/
+8
*
ffi: add two tests based on realpath.
Kaz Kylheku
2017-05-20
2
-0
/
+14
*
ffi: add two tests based on glob function.
Kaz Kylheku
2017-05-20
4
-0
/
+45
*
Removing RPM spec file.
Kaz Kylheku
2017-05-20
1
-38
/
+0
*
ffi: new macro, deffi-var.
Kaz Kylheku
2017-05-20
3
-1
/
+61
*
doc: reorder typedef and deffi-cb sections.
Kaz Kylheku
2017-05-20
1
-21
/
+21
*
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
[prev]
[next]