summaryrefslogtreecommitdiffstats
path: root/buf.c
Commit message (Expand)AuthorAgeFilesLines
* buf: new bufp function.Kaz Kylheku2017-06-121-0/+6
* c++ maintenance: eliminate old-style casts.Kaz Kylheku2017-06-061-4/+4
* ffi and buf porting: stdarg.h needed.Kaz Kylheku2017-05-111-0/+1
* 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: rethink passing and alloc scheme for bufs.Kaz Kylheku2017-05-071-6/+0
* buf: fix memory leak.Kaz Kylheku2017-04-301-1/+1
* ffi: correct treatment of (ptr buf).Kaz Kylheku2017-04-291-0/+6
* ffi: support buf objects.Kaz Kylheku2017-04-261-0/+24
* Buffers: missing float and cptr.Kaz Kylheku2017-04-241-0/+42
* Buffers implementation, part three: get functions.Kaz Kylheku2017-04-211-17/+117
* Continuing implementation of buffers.Kaz Kylheku2017-04-211-0/+544