summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* listener: inform linenoise of incomplete syntax.Kaz Kylheku2017-06-161-6/+19
* New length method on structures.Kaz Kylheku2017-06-161-2/+48
* Support ref, refset on structs via lambda, lambda-set.Kaz Kylheku2017-06-161-0/+18
* ffi: copy-carray, hooked into copy.Kaz Kylheku2017-06-151-0/+25
* ffi: new put-carray and fill-carray functions.Kaz Kylheku2017-06-151-0/+39
* ffi: new integer-carray conversion functions.Kaz Kylheku2017-06-141-0/+97
* ffi: turn carray-sub into accessor.Kaz Kylheku2017-06-131-1/+8
* Version 178.txr-178Kaz Kylheku2017-06-121-2/+2
* buf: new bufp function.Kaz Kylheku2017-06-121-0/+16
* awk macro: new fconv conversions c and cz.Kaz Kylheku2017-06-121-3/+18
* int-str: allow radix to be #\c for C conventions.Kaz Kylheku2017-06-121-4/+28
* doc: document bracket notation for carray and buf.Kaz Kylheku2017-06-121-1/+25
* ffi: add carrayp function.Kaz Kylheku2017-06-121-0/+16
* ffi: new carray-replace function.Kaz Kylheku2017-06-111-0/+77
* ffi: new function, carray-pun.Kaz Kylheku2017-06-111-0/+38
* ffi: handle sub operation in carray.Kaz Kylheku2017-06-111-1/+90
* ffi: support sel operation on carray.Kaz Kylheku2017-06-111-7/+18
* length function supports carray.Kaz Kylheku2017-06-111-0/+6
* doc: document length for buf.Kaz Kylheku2017-06-111-10/+13
* ffi: new carray-get and carray-put functions.Kaz Kylheku2017-06-101-0/+62
* doc: carray corrections.Kaz Kylheku2017-06-091-7/+12
* awk macro: fix broken rng.Kaz Kylheku2017-06-071-0/+7
* 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