summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gc: fix bad c++ casts.Kaz Kylheku2023-06-032-6/+6
* listener: process multiple expressionsKaz Kylheku2023-06-022-19/+29
* doc: missing html-encode* syntax synopsis.Kaz Kylheku2023-06-021-0/+1
* doc: defmacro doesn't define local macros.Kaz Kylheku2023-06-021-1/+1
* doc: nonexistent syntactic place.Kaz Kylheku2023-06-021-1/+0
* load: now passes args via *load-args*Kaz Kylheku2023-05-316-23/+82
* load: now establishes a block named load.Kaz Kylheku2023-05-314-16/+67
* command line: -e takes multiple forms.Kaz Kylheku2023-05-304-15/+54
* parser: handle "fatal" conditions in flex scannerKaz Kylheku2023-05-292-174/+192
* New macro: expander-let.Kaz Kylheku2023-05-284-0/+116
* doc: compiler-let syntaxKaz Kylheku2023-05-281-1/+9
* expander: support param macros in nested macro param lists.Kaz Kylheku2023-05-273-39/+72
* awk: new :fun clause for local functions.Kaz Kylheku2023-05-242-28/+56
* compiler: fbind/lbind: elide unnecessary frames.Kaz Kylheku2023-05-241-9/+15
* label/flet: bug: empty case wallops symbol macros.Kaz Kylheku2023-05-242-1/+6
* awk: widen scope of redirection macros.Kaz Kylheku2023-05-242-39/+52
* lib: fix issue uncovered by recent vm CALL insn change.Kaz Kylheku2023-05-242-7/+38
* awk: bug: fix ->> appending redirection operator.Kaz Kylheku2023-05-232-1/+43
* awk: bug: broken redirection operators.Kaz Kylheku2023-05-231-2/+2
* vm: handle cases in CALL like in GCALL.Kaz Kylheku2023-05-171-14/+58
* quips: reference to Super Dave Osborne.Kaz Kylheku2023-05-171-0/+1
* with-compile-options: reimplement using compiler-letKaz Kylheku2023-05-162-26/+64
* New special operator: compiler-letKaz Kylheku2023-05-165-3/+87
* New special operator: progvKaz Kylheku2023-05-155-1/+185
* quips: piano-related quip.Kaz Kylheku2023-05-151-0/+1
* vm: bugfix: global lexicals looked up dynamically.Kaz Kylheku2023-05-153-23/+42
* quips: new dad joke about the meta-object protocolKaz Kylheku2023-05-141-0/+1
* bug: symbol-value place always global.Kaz Kylheku2023-05-143-4/+41
* fix crash if built-in variable is unbound.Kaz Kylheku2023-05-121-1/+3
* doc: missing verb under makunbound.Kaz Kylheku2023-05-121-1/+1
* compiler: spelling error in diagnostic.Kaz Kylheku2023-05-121-1/+1
* ffi: fix unused variable warning.Kaz Kylheku2023-05-111-2/+2
* android: restore pointer tag in gc_free_all.Kaz Kylheku2023-05-111-0/+4
* android: configure SDK level via clang --target.Kaz Kylheku2023-05-111-1/+1
* sysif: define passwd symbol for group stuff.Kaz Kylheku2023-05-111-1/+3
* Version 286.txr-286Kaz Kylheku2023-05-076-675/+768
* build: mergesort is in <stdlib.h> on MacOS.Kaz Kylheku2023-05-071-1/+1
* doc: remove "comprised of" in two places.Kaz Kylheku2023-05-061-7/+7
* hash: cache struct hash fields in locals in hash_mark.Kaz Kylheku2023-05-051-8/+11
* hash: some streamlining in weak table processing.Kaz Kylheku2023-05-053-10/+67
* defstruct: diagnostic improvement for boa args.Kaz Kylheku2023-05-051-2/+2
* compiler: multiple issues in macro-parameter forms.Kaz Kylheku2023-05-051-24/+18
* compiler: bugfix: wrong condition in late-peephole.Kaz Kylheku2023-05-041-1/+1
* compiler: liveness bug involving closures.Kaz Kylheku2023-05-041-3/+17
* sort: missing vector coverage in tests.Kaz Kylheku2023-05-031-4/+18
* sort: optimizations eliding keyfun and access.Kaz Kylheku2023-05-031-15/+45
* sort: move tests into tests/012.Kaz Kylheku2023-05-021-0/+0
* gc: use single allocation for prot_array.Kaz Kylheku2023-05-024-27/+21
* sort: support stable sorting via ssort and snsort.Kaz Kylheku2023-05-028-9/+211
* sort: correct name in error reporting.Kaz Kylheku2023-05-021-4/+3