summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 181.txr-181Kaz Kylheku2017-07-011-2/+2
* ffi: new ffi-type-operator-p and ffi-type-p.Kaz Kylheku2017-06-301-0/+35
* doc: formatting of table in awk section.Kaz Kylheku2017-06-301-20/+19
* doc: suspend and refresh in editing help.Kaz Kylheku2017-06-301-1/+3
* doc: describe cheatsheet command.Kaz Kylheku2017-06-301-0/+11
* ffi: make-union can initialize.Kaz Kylheku2017-06-291-1/+20
* doc: fix zipper example under mapcarKaz Kylheku2017-06-291-1/+2
* New Cartesian product mapping functions.Kaz Kylheku2017-06-281-0/+112
* ffi: new enumed type operator: enums with base type.Kaz Kylheku2017-06-271-0/+26
* ffi: new macro, deffi-sym.Kaz Kylheku2017-06-261-0/+42
* doc: fix deffi-varKaz Kylheku2017-06-261-5/+44
* New cptr functions cptr-cast and int-cptr.Kaz Kylheku2017-06-261-0/+44
* doc: wrong function name under cptr-obj.Kaz Kylheku2017-06-261-1/+1
* doc: wrong date for Version 180.Kaz Kylheku2017-06-251-1/+1
* Version 180.txr-180Kaz Kylheku2017-06-251-1/+1
* doc: mistake in describing in semantics.Kaz Kylheku2017-06-241-1/+1
* doc: tcsetattr actions arg optiona.Kaz Kylheku2017-06-241-1/+1
* doc: glue paragraphs under Symbols and Packages.Kaz Kylheku2017-06-241-1/+0
* doc: wording about symbol interning.Kaz Kylheku2017-06-241-6/+6
* ffi: provide longlong and ulonglong types.Kaz Kylheku2017-06-241-0/+8
* ffi: provide support for unions.Kaz Kylheku2017-06-231-0/+213
* ffi: bool type.Kaz Kylheku2017-06-201-0/+60
* cptr-int and cptr-obj can make typed cptr objects.Kaz Kylheku2017-06-191-3/+113
* awk macro: bugfix: :output file stream not closed.Kaz Kylheku2017-06-191-0/+32
* Version 179.txr-179Kaz Kylheku2017-06-181-2/+2
* 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