| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |