summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 177.txr-177Kaz Kylheku2017-06-071-2/+2
* ffi: conform to GCC's bitfield layout algorithm.Kaz Kylheku2017-06-071-44/+112
* ffi: support bitfields on types narrower than int.Kaz Kylheku2017-06-061-6/+87
* buffers: improve put-buf and fill-buf.Kaz Kylheku2017-06-051-21/+39
* buffers: doc: put-buf, fill-buf.Kaz Kylheku2017-06-051-0/+78
* ffi: doc: endian typesKaz Kylheku2017-06-051-0/+69
* ffi: doc: align operator.Kaz Kylheku2017-06-051-0/+45
* ffi: use expressions for bit field width also.Kaz Kylheku2017-06-031-4/+5
* ffi: evaluate expressions in type notation.Kaz Kylheku2017-06-021-10/+29
* ffi: functions and macros for basic type properties.Kaz Kylheku2017-06-021-10/+252
* mkstring char argument is optional.Kaz Kylheku2017-06-011-1/+5
* ffi: new feature: enums.Kaz Kylheku2017-05-311-0/+60
* Refactoring hash bang support; hash bang null hack.Kaz Kylheku2017-05-301-4/+182
* command line: --eargs semantics change.Kaz Kylheku2017-05-301-10/+26
* New variable: *args-eff*.Kaz Kylheku2017-05-301-7/+33
* doc: grammar in ffi.Kaz Kylheku2017-05-261-6/+7
* doc: wrong word under ffi buf description.Kaz Kylheku2017-05-261-1/+1
* ffi: bitfield support.Kaz Kylheku2017-05-251-0/+129
* doc: clean up description of bident and lident.Kaz Kylheku2017-05-241-7/+20
* ffi: sanity check on object in ffi_val_get.Kaz Kylheku2017-05-241-0/+6
* doc: point out relationship between juxt and callf.Kaz Kylheku2017-05-241-0/+22
* doc: C code formatting issue.Kaz Kylheku2017-05-231-2/+6
* ffi: val type.Kaz Kylheku2017-05-231-0/+18
* Version 176.txr-176Kaz Kylheku2017-05-211-2/+2
* Adding realpath function.Kaz Kylheku2017-05-211-0/+25
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-211-0/+79
* doc: emphasize platform-independence of abs-path-p.Kaz Kylheku2017-05-211-0/+5
* ffi: new macro, deffi-var.Kaz Kylheku2017-05-201-0/+44
* doc: reorder typedef and deffi-cb sections.Kaz Kylheku2017-05-201-21/+21
* ffi: overhaul ffi-call API and document it.Kaz Kylheku2017-05-201-0/+47
* ffi: turn carray-ref into accessor.Kaz Kylheku2017-05-201-1/+8
* ffi: variable length zarray needs in operation.Kaz Kylheku2017-05-201-1/+13
* ffi: new carray-buf-sync function.Kaz Kylheku2017-05-201-0/+27
* ffi: new function, carray-cptr.Kaz Kylheku2017-05-191-0/+41
* doc: update variable array desription.Kaz Kylheku2017-05-191-7/+26
* awk: new feature: again operator.Kaz Kylheku2017-05-191-0/+25
* doc: ffi carray type and carray objects documented.Kaz Kylheku2017-05-181-35/+556
* ffi: bugfix: broken buf in semantics, bad doc.Kaz Kylheku2017-05-181-20/+74
* ffi: macro named ffi for type compiling shorthand.Kaz Kylheku2017-05-171-0/+15
* ffi: typedef macro instead of deffi-type.Kaz Kylheku2017-05-171-8/+6
* Version 175.txr-175Kaz Kylheku2017-05-151-2/+2
* ffi: use dynamic allocation for wstr and wstr-d.Kaz Kylheku2017-05-131-26/+3
* ffi: support programmable abort return value.Kaz Kylheku2017-05-111-5/+27
* ffi: a measure of safety for callbacks.Kaz Kylheku2017-05-111-5/+53
* ffi: adjust semantics of zarray of characters.Kaz Kylheku2017-05-101-4/+26
* 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
* ffi: integers and chars may convert to C float.Kaz Kylheku2017-05-091-3/+3