| Commit message (Expand) | Author | Age | Files | Lines |
* | New function: intern-fb. | Kaz Kylheku | 2019-08-20 | 4 | -2/+37 |
* | lib: streamline interning slightly. | Kaz Kylheku | 2019-08-20 | 4 | -15/+17 |
* | lexer: no leading 0 in 2-digit hex chars in diagnostic. | Kaz Kylheku | 2019-08-20 | 1 | -3/+3 |
* | parser: bugfix: uninitialized ignore flag. | Kaz Kylheku | 2019-08-20 | 1 | -0/+1 |
* | doc: mistake in intern arg description. | Kaz Kylheku | 2019-08-20 | 1 | -2/+2 |
* | new functions: find-symbol and find-symbol-fb. | Kaz Kylheku | 2019-08-19 | 4 | -9/+111 |
* | parser: #; notation shouldn't intern symbols. | Kaz Kylheku | 2019-08-18 | 1 | -2/+3 |
* | parser: rename circ_suppress flag. | Kaz Kylheku | 2019-08-18 | 3 | -16/+16 |
* | doc: new buildn example. | Kaz Kylheku | 2019-08-18 | 1 | -0/+15 |
* | list-builder: inserter methods return nil. | Kaz Kylheku | 2019-08-17 | 2 | -24/+44 |
* | list-builder: dequeue capabilities with del/del* operators. | Kaz Kylheku | 2019-08-17 | 3 | -14/+129 |
* | doc: expand on load-time. | Kaz Kylheku | 2019-08-16 | 1 | -0/+52 |
* | 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 |