summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffi: unknown carray length represented as nil.Kaz Kylheku2017-05-181-1/+1
* ffi: carray-free resets length.Kaz Kylheku2017-05-181-0/+1
* ffi: bugfix: broken buf in semantics, bad doc.Kaz Kylheku2017-05-182-29/+78
* parser: bugfix: set line number on <lineno> tokens.Kaz Kylheku2017-05-181-0/+7
* ffi: new carray_buf function.Kaz Kylheku2017-05-172-0/+12
* ffi: carrays able to reference objects.Kaz Kylheku2017-05-172-5/+14
* ffi: macro named ffi for type compiling shorthand.Kaz Kylheku2017-05-173-1/+19
* ffi: typedef macro instead of deffi-type.Kaz Kylheku2017-05-173-9/+10
* ffi: carray type to round out semantics.Kaz Kylheku2017-05-172-3/+305
* ffi: tagged cptr type, for improved safety.Kaz Kylheku2017-05-161-0/+8
* ffi: don't set up cptr as Lisp type inappropriately.Kaz Kylheku2017-05-151-7/+20
* protsym: further refinement.Kaz Kylheku2017-05-151-7/+19
* Splitting cptr object into separate CPTR tag.Kaz Kylheku2017-05-157-25/+94
* less table robust against type renumbering.Kaz Kylheku2017-05-152-20/+15
* bugfix: use proper hashing for cptr.Kaz Kylheku2017-05-153-2/+9
* cobj: rename poorly named default operation.Kaz Kylheku2017-05-1513-30/+30
* protsym: don't refer to symbols excluded by config.Kaz Kylheku2017-05-151-6/+34
* Version 175.txr-175Kaz Kylheku2017-05-157-848/+958
* ffi and utf8: C++ fixes.Kaz Kylheku2017-05-152-28/+30
* bugfix: gc-incorrect creation of catenated stream.Kaz Kylheku2017-05-131-1/+4
* tests: first FFI regression test case.Kaz Kylheku2017-05-134-0/+54
* tests: use internal OS identification method.Kaz Kylheku2017-05-132-4/+10