summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ffi: adapt to return value braindamage in libffi.Kaz Kylheku2017-05-281-41/+301
* make tests: remove failed .out.Kaz Kylheku2017-05-271-1/+4
* ffi: remove redundant flag calc in call wrapper.Kaz Kylheku2017-05-261-1/+0
* doc: grammar in ffi.Kaz Kylheku2017-05-261-6/+7
* doc: wrong word under ffi buf description.Kaz Kylheku2017-05-261-1/+1
* ffi: bitfield support.Kaz Kylheku2017-05-253-26/+341
* configure: detect endianness.Kaz Kylheku2017-05-251-0/+37
* ffi: bugfix: remove nil slots when making struct.Kaz Kylheku2017-05-251-1/+2
* ffi: bugfix: gc-correct handling of memb array.Kaz Kylheku2017-05-251-2/+2
* ffi: don't compile struct member type twice.Kaz Kylheku2017-05-251-1/+1
* ffi: bugfix: incorrect error throws in buf ops.Kaz Kylheku2017-05-251-4/+4
* ffi: precompute member offsets in struct type.Kaz Kylheku2017-05-251-26/+14
* ffi: use array for struct member description.Kaz Kylheku2017-05-241-40/+56
* ffi: bugfix: gc issue affecting cptr and carray.Kaz Kylheku2017-05-241-15/+7
* ffi: buffix: alignment still wrong for ptr types.Kaz Kylheku2017-05-241-9/+4
* ffi: eliminate overloading of mtypes member.Kaz Kylheku2017-05-241-31/+31
* doc: clean up description of bident and lident.Kaz Kylheku2017-05-241-7/+20
* ffi: sanity check on object in ffi_val_get.Kaz Kylheku2017-05-244-1/+27
* bits: external linkage.Kaz Kylheku2017-05-242-2/+2
* doc: point out relationship between juxt and callf.Kaz Kylheku2017-05-241-0/+22
* doc: C code formatting issue.Kaz Kylheku2017-05-231-2/+6
* ffi: val type.Kaz Kylheku2017-05-233-1/+39
* Version 176.txr-176Kaz Kylheku2017-05-217-972/+1096
* ffi: glob test: struct size on Linux and Cygwin.Kaz Kylheku2017-05-212-22/+40
* ffi: bugfix: revisit alignment.Kaz Kylheku2017-05-211-30/+62
* ffi: port glob tests to Darwin.Kaz Kylheku2017-05-212-10/+28
* Adding realpath function.Kaz Kylheku2017-05-213-0/+60
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-214-8/+166
* doc: emphasize platform-independence of abs-path-p.Kaz Kylheku2017-05-212-0/+8
* ffi: add two tests based on realpath.Kaz Kylheku2017-05-202-0/+14
* ffi: add two tests based on glob function.Kaz Kylheku2017-05-204-0/+45
* Removing RPM spec file.Kaz Kylheku2017-05-201-38/+0
* ffi: new macro, deffi-var.Kaz Kylheku2017-05-203-1/+61
* doc: reorder typedef and deffi-cb sections.Kaz Kylheku2017-05-201-21/+21
* ffi: deffi generates fixed-arg defun.Kaz Kylheku2017-05-201-10/+10
* ffi: overhaul ffi-call API and document it.Kaz Kylheku2017-05-204-9/+66
* ffi: turn carray-ref into accessor.Kaz Kylheku2017-05-203-2/+11
* ffi: variable length zarray needs in operation.Kaz Kylheku2017-05-202-1/+47
* ffi: new carray-buf-sync function.Kaz Kylheku2017-05-203-0/+42
* ffi: diagnose carray of incomplete type.Kaz Kylheku2017-05-201-0/+4
* ffi: reorder initializations in carray-buf.Kaz Kylheku2017-05-201-1/+1
* ffi: new function, carray-cptr.Kaz Kylheku2017-05-193-0/+51
* doc: update variable array desription.Kaz Kylheku2017-05-191-7/+26
* ffi: implement get for null terminated varrays.Kaz Kylheku2017-05-191-1/+32
* ffi: incomplete types can't be aggregate elements.Kaz Kylheku2017-05-191-0/+16
* awk: new feature: again operator.Kaz Kylheku2017-05-192-3/+28
* ffi: release return value when aborting callback.Kaz Kylheku2017-05-191-4/+8
* ffi: clean up temp allocs on exception.Kaz Kylheku2017-05-191-25/+138
* ffi: bugfix: obj could be nil in buf ops.Kaz Kylheku2017-05-181-2/+2
* doc: ffi carray type and carray objects documented.Kaz Kylheku2017-05-181-35/+556