summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ffi: encode-side character array specializations.Kaz Kylheku2017-05-111-2/+65
* ffi: split varray behavior into separate virtuals.Kaz Kylheku2017-05-101-21/+26
* ffi: bugfix: wrong type in allocation of varrays.Kaz Kylheku2017-05-101-2/+4
* ffi: refactor array transfers.Kaz Kylheku2017-05-101-28/+58
* ffi: check against types that can't pass by value.Kaz Kylheku2017-05-101-2/+15
* ffi: reduce char array code repetition.Kaz Kylheku2017-05-101-70/+53
* ffi: bugfix: use nelem, not size, in array in and get.Kaz Kylheku2017-05-101-4/+4
* ffi: do arg in semantics /after/ getting return val.Kaz Kylheku2017-05-101-1/+4
* ffi: adjust semantics of zarray of characters.Kaz Kylheku2017-05-102-14/+34
* doc: cptr.Kaz Kylheku2017-05-101-0/+149
* doc: relocate and rewrite buffer literal description.Kaz Kylheku2017-05-091-12/+25
* doc: add buf and cptr to type diagram.Kaz Kylheku2017-05-091-1/+5
* doc: dlopen added.Kaz Kylheku2017-05-091-0/+166
* cptr: new functions.Kaz Kylheku2017-05-093-0/+35
* ffi: remove cptr stuff.Kaz Kylheku2017-05-091-7/+0
* ffi: integers and chars may convert to C float.Kaz Kylheku2017-05-092-7/+33
* doc: FFI module documented.Kaz Kylheku2017-05-091-0/+1618
* ffi: eliminate memcpy in basic gets and puts.Kaz Kylheku2017-05-081-52/+36
* ffi: improve printed representation of closures.Kaz Kylheku2017-05-081-1/+2
* ffi: don't zero out anonymous struct padding.Kaz Kylheku2017-05-081-4/+0
* doc: documenting buffers.Kaz Kylheku2017-05-081-0/+739
* buffers: correct length check in buf-put- functions.Kaz Kylheku2017-05-081-2/+3
* buffers: don't let a buffer shrink to zero.Kaz Kylheku2017-05-081-4/+6
* ffi: varray: write out all elements of Lisp seq.Kaz Kylheku2017-05-071-2/+2
* ffi: rethink passing and alloc scheme for bufs.Kaz Kylheku2017-05-073-23/+34
* ffi: semantics: ptr-in should recurse on in.Kaz Kylheku2017-05-071-1/+14
* ffi: bugfix: all in calls must fall back on get.Kaz Kylheku2017-05-072-4/+12
* ffi: bufix: elide get if copy flag is false.Kaz Kylheku2017-05-071-2/+2
* ffi: bugfix: all out calls must fall back on put.Kaz Kylheku2017-05-071-4/+10
* ffi: bugfix: bstr needs in operation, like str.Kaz Kylheku2017-05-071-3/+20
* ffi: bugfixes: out pointer must be checked.Kaz Kylheku2017-05-061-2/+6
* ffi: reduce (array void t) syntax to (array t).Kaz Kylheku2017-05-061-28/+33
* ffi: add macro language.Kaz Kylheku2017-05-062-0/+110
* ffi: handle copy flag in str type's in virtual.Kaz Kylheku2017-05-061-4/+6
* ffi: in function copy flag: fixes two issues.Kaz Kylheku2017-05-061-21/+21
* ffi: varray featureKaz Kylheku2017-05-061-3/+27
* ffi: remove unchanging param from make_ffi_pointer.Kaz Kylheku2017-05-061-9/+2
* ffi: ffi-size function.Kaz Kylheku2017-05-062-0/+8
* Fix broken quasilist print notation.Kaz Kylheku2017-05-051-1/+0
* ffi: functions for type-system-driven buffer coding.Kaz Kylheku2017-05-042-0/+66
* itypes: fix wrong error messages.Kaz Kylheku2017-05-041-5/+5
* length: support buffer objects.Kaz Kylheku2017-05-041-0/+2
* Disallow negative bits in two logical operations.Kaz Kylheku2017-05-041-0/+12
* Detect negative length in string, vec construction.Kaz Kylheku2017-05-041-3/+16
* ffi: reject negative buf size.Kaz Kylheku2017-05-041-0/+5
* ffi: check array dimensions.Kaz Kylheku2017-05-041-1/+11
* Eliminate double strlen in utf8 string conversion.Kaz Kylheku2017-05-041-2/+3
* ffi: map (array n bchar) to Lisp string.Kaz Kylheku2017-05-043-0/+36
* ffi: bugfix: zarray put accessing last element.Kaz Kylheku2017-05-041-7/+11
* ffi: new bstr type.Kaz Kylheku2017-05-044-2/+62