summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: FFI module documented.Kaz Kylheku2017-05-091-0/+1618
* doc: documenting buffers.Kaz Kylheku2017-05-081-0/+739
* bugfix: tostringp not behaving right for floats.Kaz Kylheku2017-05-041-7/+32
* doc: clarify when exit points are torn down.Kaz Kylheku2017-05-041-0/+11
* New path slot in stat struct.Kaz Kylheku2017-04-081-2/+24
* listener: :p and :prompt commands.Kaz Kylheku2017-04-061-0/+34
* Indexing in variable subst applies to any sequence.Kaz Kylheku2017-04-051-0/+17
* Version 174.txr-174Kaz Kylheku2017-04-041-2/+2
* Connect -n option to linenoise noninteractive mode.Kaz Kylheku2017-04-041-1/+16
* New time-parse-local and time-parse-utc functions.Kaz Kylheku2017-04-041-3/+23
* apply and iapply bugfix: split sequences into args.Kaz Kylheku2017-04-031-1/+4
* doc: add notes to copy-struct.Kaz Kylheku2017-04-031-0/+42
* doc: hash-update grammar.Kaz Kylheku2017-04-021-1/+1
* doc: run-on paragraph under car, cdr, nullfiy method.Kaz Kylheku2017-04-021-1/+3
* doc: clarify behavior of mutated keys in hashing.Kaz Kylheku2017-04-021-3/+27
* Important improvement in opip: support slot access.Kaz Kylheku2017-03-291-1/+10
* Package prefix handling on directive symbols.Kaz Kylheku2017-03-271-0/+100
* Version 173.txr-173Kaz Kylheku2017-03-251-2/+2
* doc: cross reference call-finalizers.Kaz Kylheku2017-03-241-0/+4
* doc: reference to nonexistent special var.Kaz Kylheku2017-03-241-2/+2
* call-finalizers: allow recursion.Kaz Kylheku2017-03-231-1/+35
* Bind variable during directive delimited match.Kaz Kylheku2017-03-221-0/+11
* listener: completion sensitive for slots and methods.Kaz Kylheku2017-03-211-3/+11