| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compile-file: include load-time as top-level form. | Kaz Kylheku | 2019-08-16 | 2 | -5/+22 |
* | seq_iter: remove pointless one-member union. | Kaz Kylheku | 2019-08-14 | 2 | -9/+7 |
* | where: bugfix: doesn't work for non-list sequence. | Kaz Kylheku | 2019-08-14 | 1 | -13/+7 |
* | Version 223: ten years!txr-223 | Kaz Kylheku | 2019-08-14 | 6 | -687/+725 |
* | bugfix: line number of unbound vars not reported. | Kaz Kylheku | 2019-08-13 | 1 | -2/+5 |
* | autoload: bugfix: wire in forgotten test-set and others. | Kaz Kylheku | 2019-08-13 | 1 | -0/+2 |
* | listener: don't flush lines when writing files. | Kaz Kylheku | 2019-08-12 | 3 | -7/+19 |
* | tests: add test related to recent @(collect) change. | Kaz Kylheku | 2019-08-12 | 4 | -0/+35 |
* | gc: remove #if 0 and #if 1. | Kaz Kylheku | 2019-08-12 | 1 | -8/+0 |
* | @(collect): don't default vars if all required missing. | Kaz Kylheku | 2019-08-12 | 2 | -60/+99 |
* | reverse: bugfix: garbage object in error message. | Kaz Kylheku | 2019-08-09 | 1 | -1/+1 |
* | base-name: optionally remove suffix. | Kaz Kylheku | 2019-08-09 | 3 | -5/+20 |
* | compiler: inline-lambda: optimize constant apply list. | Kaz Kylheku | 2019-08-09 | 1 | -65/+75 |
* | compiler: inline-lambda: optimize generated let. | Kaz Kylheku | 2019-08-08 | 1 | -3/+8 |
* | pop: improve expansion. | Kaz Kylheku | 2019-08-08 | 1 | -1/+1 |
* | compiler: bugfix: eval order in inline lambda. | Kaz Kylheku | 2019-08-07 | 1 | -52/+54 |
* | compiler: bugfix: scoping issue in inline lambda. | Kaz Kylheku | 2019-08-07 | 1 | -1/+1 |
* | expander: bugfix: spurious lambda form warning. | Kaz Kylheku | 2019-08-07 | 1 | -5/+5 |
* | compiler: inline lambda: incomplete opt param support. | Kaz Kylheku | 2019-08-07 | 1 | -9/+20 |
* | @(collect)/@(coll): streamline list accumulation code. | Kaz Kylheku | 2019-08-07 | 1 | -10/+17 |
* | lib: don't GC-protect two non-heap objects. | Kaz Kylheku | 2019-08-06 | 1 | -1/+1 |
* | compiler: remove one-argument or. | Kaz Kylheku | 2019-08-06 | 1 | -1/+1 |
* | Version 222.txr-222 | Kaz Kylheku | 2019-07-30 | 5 | -181/+213 |
* | ffi: bugfix: kind enum in wrong argument positions. | Kaz Kylheku | 2019-07-30 | 1 | -10/+14 |
* | doc: update FFI struct/union description. | Kaz Kylheku | 2019-07-30 | 1 | -6/+152 |
* | doc: fix wrapping save-exe example | Kaz Kylheku | 2019-07-29 | 1 | -1/+2 |
* | FFI: bugfix: GC-correctness of assignments. | Kaz Kylheku | 2019-07-28 | 1 | -0/+11 |
* | FFI: bugfix: properly re-use existing struct type. | Kaz Kylheku | 2019-07-28 | 1 | -2/+6 |
* | FFI: self-referential structs. | Kaz Kylheku | 2019-07-28 | 1 | -90/+200 |
* | FFI: bugfix: pointer "in" ops must map null to nil. | Kaz Kylheku | 2019-07-27 | 1 | -0/+8 |
* | parser: give start of a bad forms even if line 1. | Kaz Kylheku | 2019-07-26 | 1 | -1/+4 |
* | FFI: elemtype as type operator, not just macro. | Kaz Kylheku | 2019-07-26 | 2 | -5/+48 |
* | FFI: document: elemsize and elemtype work on enums. | Kaz Kylheku | 2019-07-26 | 2 | -10/+16 |
* | FFI: allow member type reference using referencing dot. | Kaz Kylheku | 2019-07-26 | 2 | -0/+69 |
* | Version 221.txr-221 | Kaz Kylheku | 2019-07-23 | 6 | -647/+678 |
* | doc: Latin overhaul. | Kaz Kylheku | 2019-07-22 | 1 | -16/+27 |
* | doc: remove "of course". | Kaz Kylheku | 2019-07-22 | 1 | -47/+42 |
* | doc: improvements tied to "very". | Kaz Kylheku | 2019-07-22 | 1 | -31/+34 |
* | doc: @(merge) improvement. | Kaz Kylheku | 2019-07-22 | 1 | -6/+6 |
* | doc: eliminate example uses of obsolete txr-path. | Kaz Kylheku | 2019-07-22 | 1 | -3/+4 |
* | doc: wording under dir-name. | Kaz Kylheku | 2019-07-22 | 1 | -1/+1 |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 6 | -12/+15 |
* | ffi: bugfix: flexible struct get not working right. | Kaz Kylheku | 2019-07-22 | 1 | -7/+13 |
* | ffi: support flexible structures. | Kaz Kylheku | 2019-07-20 | 3 | -66/+218 |
* | doc: document ffi-out. | Kaz Kylheku | 2019-07-18 | 1 | -0/+53 |
* | doc: ffi-in: wrong direction word. | Kaz Kylheku | 2019-07-18 | 1 | -1/+1 |
* | doc: ffi-in offset argument description missing. | Kaz Kylheku | 2019-07-18 | 1 | -1/+9 |
* | relate: optimize with hashes. | Kaz Kylheku | 2019-07-17 | 2 | -3/+32 |
* | New function: hash-zip. | Kaz Kylheku | 2019-07-17 | 3 | -0/+48 |
* | ffi: two-argument form of sizeof. | Kaz Kylheku | 2019-07-11 | 3 | -7/+42 |