summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Version 222.txr-222Kaz Kylheku2019-07-305-181/+213
* ffi: bugfix: kind enum in wrong argument positions.Kaz Kylheku2019-07-301-10/+14
* doc: update FFI struct/union description.Kaz Kylheku2019-07-301-6/+152
* doc: fix wrapping save-exe exampleKaz Kylheku2019-07-291-1/+2
* FFI: bugfix: GC-correctness of assignments.Kaz Kylheku2019-07-281-0/+11
* FFI: bugfix: properly re-use existing struct type.Kaz Kylheku2019-07-281-2/+6
* FFI: self-referential structs.Kaz Kylheku2019-07-281-90/+200
* FFI: bugfix: pointer "in" ops must map null to nil.Kaz Kylheku2019-07-271-0/+8
* parser: give start of a bad forms even if line 1.Kaz Kylheku2019-07-261-1/+4
* FFI: elemtype as type operator, not just macro.Kaz Kylheku2019-07-262-5/+48
* FFI: document: elemsize and elemtype work on enums.Kaz Kylheku2019-07-262-10/+16
* FFI: allow member type reference using referencing dot.Kaz Kylheku2019-07-262-0/+69
* Version 221.txr-221Kaz Kylheku2019-07-236-647/+678
* 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
* txr: regression: lack of file name in error messages.Kaz Kylheku2019-07-226-12/+15
* ffi: bugfix: flexible struct get not working right.Kaz Kylheku2019-07-221-7/+13
* ffi: support flexible structures.Kaz Kylheku2019-07-203-66/+218
* 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-172-3/+32
* New function: hash-zip.Kaz Kylheku2019-07-173-0/+48
* ffi: two-argument form of sizeof.Kaz Kylheku2019-07-113-7/+42
* ffi: handle variable length types in buffer ops.Kaz Kylheku2019-07-112-7/+50
* chk_calloc: use unsigned arithmetic.Kaz Kylheku2019-07-111-1/+1
* Version 220.txr-220Kaz Kylheku2019-07-086-987/+1023
* crc32: comment header formatting problem.Kaz Kylheku2019-07-082-2/+6
* compile-file: elide top-level atoms.Kaz Kylheku2019-07-071-1/+1
* compile-file: don't ignore atomic forms.Kaz Kylheku2019-07-071-22/+22
* doc: op: incorrect example.Kaz Kylheku2019-07-061-5/+14
* replace: deal with overlapping.Kaz Kylheku2019-07-053-4/+16
* replace: third argument is a sequence.Kaz Kylheku2019-07-051-1/+1
* bugfix: broken carray-replace.Kaz Kylheku2019-07-051-1/+1
* buffers: remove unused buf_fill function.Kaz Kylheku2019-07-052-7/+0
* New function: buf-put-buf.Kaz Kylheku2019-07-053-0/+49
* crc32-stream: recycle I/O buffer.Kaz Kylheku2019-07-041-2/+3
* sha256: allow application to specify digest buffer.Kaz Kylheku2019-07-043-19/+56
* sha256: recycle I/O buffer used in stream hash.Kaz Kylheku2019-07-044-3/+34
* Expose make-byte-input-stream.Kaz Kylheku2019-07-042-0/+32
* tests: add @{var1 var2} match test.Kaz Kylheku2019-07-035-4/+16
* doc: mistakes in dot position funcalls examples.Kaz Kylheku2019-07-031-2/+2
* @{var1 var2}: bugfix: broken when var2 is regex.Kaz Kylheku2019-07-021-1/+1
* @(define): bugfix: incorrect parameter list walk.Kaz Kylheku2019-07-021-2/+2
* Version 219.txr-219Kaz Kylheku2019-07-016-889/+922
* empty: handle buffers.Kaz Kylheku2019-06-301-0/+2