summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* licensing: describe RSA-MD situation.Kaz Kylheku2019-08-232-3/+15
* New: MD5 digest functions.Kaz Kylheku2019-08-236-19/+509
* New function: cptr-buf.Kaz Kylheku2019-08-214-2/+46
* doc: note about cptr-obj lifetime.Kaz Kylheku2019-08-211-0/+12
* New function: intern-fb.Kaz Kylheku2019-08-204-2/+37
* lib: streamline interning slightly.Kaz Kylheku2019-08-204-15/+17
* lexer: no leading 0 in 2-digit hex chars in diagnostic.Kaz Kylheku2019-08-201-3/+3
* parser: bugfix: uninitialized ignore flag.Kaz Kylheku2019-08-201-0/+1
* doc: mistake in intern arg description.Kaz Kylheku2019-08-201-2/+2
* new functions: find-symbol and find-symbol-fb.Kaz Kylheku2019-08-194-9/+111
* parser: #; notation shouldn't intern symbols.Kaz Kylheku2019-08-181-2/+3
* parser: rename circ_suppress flag.Kaz Kylheku2019-08-183-16/+16
* doc: new buildn example.Kaz Kylheku2019-08-181-0/+15
* list-builder: inserter methods return nil.Kaz Kylheku2019-08-172-24/+44
* list-builder: dequeue capabilities with del/del* operators.Kaz Kylheku2019-08-173-14/+129
* doc: expand on load-time.Kaz Kylheku2019-08-161-0/+52
* compile-file: include load-time as top-level form.Kaz Kylheku2019-08-162-5/+22
* seq_iter: remove pointless one-member union.Kaz Kylheku2019-08-142-9/+7
* where: bugfix: doesn't work for non-list sequence.Kaz Kylheku2019-08-141-13/+7
* Version 223: ten years!txr-223Kaz Kylheku2019-08-146-687/+725
* bugfix: line number of unbound vars not reported.Kaz Kylheku2019-08-131-2/+5
* autoload: bugfix: wire in forgotten test-set and others.Kaz Kylheku2019-08-131-0/+2
* listener: don't flush lines when writing files.Kaz Kylheku2019-08-123-7/+19
* tests: add test related to recent @(collect) change.Kaz Kylheku2019-08-124-0/+35
* gc: remove #if 0 and #if 1.Kaz Kylheku2019-08-121-8/+0
* @(collect): don't default vars if all required missing.Kaz Kylheku2019-08-122-60/+99
* reverse: bugfix: garbage object in error message.Kaz Kylheku2019-08-091-1/+1
* base-name: optionally remove suffix.Kaz Kylheku2019-08-093-5/+20
* compiler: inline-lambda: optimize constant apply list.Kaz Kylheku2019-08-091-65/+75
* compiler: inline-lambda: optimize generated let.Kaz Kylheku2019-08-081-3/+8
* pop: improve expansion.Kaz Kylheku2019-08-081-1/+1
* compiler: bugfix: eval order in inline lambda.Kaz Kylheku2019-08-071-52/+54
* compiler: bugfix: scoping issue in inline lambda.Kaz Kylheku2019-08-071-1/+1
* expander: bugfix: spurious lambda form warning.Kaz Kylheku2019-08-071-5/+5
* compiler: inline lambda: incomplete opt param support.Kaz Kylheku2019-08-071-9/+20
* @(collect)/@(coll): streamline list accumulation code.Kaz Kylheku2019-08-071-10/+17
* lib: don't GC-protect two non-heap objects.Kaz Kylheku2019-08-061-1/+1
* compiler: remove one-argument or.Kaz Kylheku2019-08-061-1/+1
* 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