summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffi: null out all freed or borrowed pointers.Kaz Kylheku2017-05-131-15/+24
* ffi: use dynamic allocation for wstr and wstr-d.Kaz Kylheku2017-05-132-39/+24
* gc: bug in --free-all --vg-debug combination.Kaz Kylheku2017-05-131-1/+1
* gc: use symbolic constants for special vec slots.Kaz Kylheku2017-05-121-4/+4
* ffi: darwin port: missing types.Kaz Kylheku2017-05-122-0/+42
* ffi: bugfix: broken i64 conversion.Kaz Kylheku2017-05-121-1/+1
* windows: package libffi dll.Kaz Kylheku2017-05-111-0/+1
* ffi and buf porting: stdarg.h needed.Kaz Kylheku2017-05-112-0/+2
* dlopen: broken dlvsym configure test.Kaz Kylheku2017-05-111-3/+3
* ffi: support programmable abort return value.Kaz Kylheku2017-05-114-15/+44
* ffi: a measure of safety for callbacks.Kaz Kylheku2017-05-114-19/+147
* 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