summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* doc: document :eq-based.Kaz Kylheku2019-10-111-12/+17
* op: new features for anonymous recursion.Kaz Kylheku2019-10-031-20/+40
* symbol-function: support lambda expressions.Kaz Kylheku2019-09-271-6/+24
* buffers: allow inequality comparison with less.Kaz Kylheku2019-09-201-3/+7
* doc: eval-only: article agreement.Kaz Kylheku2019-09-201-1/+1
* Version 225.txr-225Kaz Kylheku2019-09-111-3/+3
* list-builder: rewrite of basic methods.Kaz Kylheku2019-09-091-11/+57
* subtypep: structs with car or length method are sequences.Kaz Kylheku2019-09-061-0/+2
* lib: access special methods via special slot mechanism.Kaz Kylheku2019-09-061-0/+10
* New function: tailp.Kaz Kylheku2019-09-031-0/+53
* doc: fixes from vapnik spaknik.Kaz Kylheku2019-09-031-43/+80
* doc: hyphenation of some compound words.Kaz Kylheku2019-09-031-4/+4
* Version 224.txr-224Kaz Kylheku2019-08-291-3/+3
* sha256/md5: allow characters and byte values.Kaz Kylheku2019-08-291-4/+6
* New state-object-based sha256 and md5 digesting.Kaz Kylheku2019-08-231-0/+112
* New: MD5 digest functions.Kaz Kylheku2019-08-231-8/+29
* New function: cptr-buf.Kaz Kylheku2019-08-211-2/+37
* doc: note about cptr-obj lifetime.Kaz Kylheku2019-08-211-0/+12
* New function: intern-fb.Kaz Kylheku2019-08-201-2/+24
* doc: mistake in intern arg description.Kaz Kylheku2019-08-201-2/+2
* new functions: find-symbol and find-symbol-fb.Kaz Kylheku2019-08-191-0/+58
* doc: new buildn example.Kaz Kylheku2019-08-181-0/+15
* list-builder: inserter methods return nil.Kaz Kylheku2019-08-171-17/+32
* list-builder: dequeue capabilities with del/del* operators.Kaz Kylheku2019-08-171-7/+80
* doc: expand on load-time.Kaz Kylheku2019-08-161-0/+52
* compile-file: include load-time as top-level form.Kaz Kylheku2019-08-161-5/+18
* Version 223: ten years!txr-223Kaz Kylheku2019-08-141-3/+3
* @(collect): don't default vars if all required missing.Kaz Kylheku2019-08-121-26/+49
* base-name: optionally remove suffix.Kaz Kylheku2019-08-091-1/+12
* Version 222.txr-222Kaz Kylheku2019-07-301-3/+3
* doc: update FFI struct/union description.Kaz Kylheku2019-07-301-6/+152
* doc: fix wrapping save-exe exampleKaz Kylheku2019-07-291-1/+2
* FFI: elemtype as type operator, not just macro.Kaz Kylheku2019-07-261-4/+30
* FFI: document: elemsize and elemtype work on enums.Kaz Kylheku2019-07-261-8/+14
* FFI: allow member type reference using referencing dot.Kaz Kylheku2019-07-261-0/+43
* Version 221.txr-221Kaz Kylheku2019-07-231-3/+3
* doc: Latin overhaul.Kaz Kylheku2019-07-221-16/+27
* doc: remove "of course".Kaz Kylheku2019-07-221-47/+42
* doc: improvements tied to "very".Kaz Kylheku2019-07-221-31/+34
* doc: @(merge) improvement.Kaz Kylheku2019-07-221-6/+6
* doc: eliminate example uses of obsolete txr-path.Kaz Kylheku2019-07-221-3/+4
* doc: wording under dir-name.Kaz Kylheku2019-07-221-1/+1
* ffi: support flexible structures.Kaz Kylheku2019-07-201-3/+97
* doc: document ffi-out.Kaz Kylheku2019-07-181-0/+53
* doc: ffi-in: wrong direction word.Kaz Kylheku2019-07-181-1/+1
* doc: ffi-in offset argument description missing.Kaz Kylheku2019-07-181-1/+9
* relate: optimize with hashes.Kaz Kylheku2019-07-171-0/+5
* New function: hash-zip.Kaz Kylheku2019-07-171-0/+30
* ffi: two-argument form of sizeof.Kaz Kylheku2019-07-111-5/+28
* ffi: handle variable length types in buffer ops.Kaz Kylheku2019-07-111-3/+19