summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* autoload: rename local variable.Kaz Kylheku2023-06-051-2/+2
* New functions load-args-recurse and load-args-processKaz Kylheku2023-06-055-0/+352
* compiler: more logging regarding compiled files.Kaz Kylheku2023-06-051-12/+23
* compiler: new compiler option log-levelKaz Kylheku2023-06-043-7/+38
* compiler: new function, clean-file.Kaz Kylheku2023-06-044-1/+92
* bug: compile-file can put out nil, confusing load.Kaz Kylheku2023-06-031-1/+1
* bug: autoload issue affecting with-compilation-unitKaz Kylheku2023-06-031-0/+5
* Version 287.txr-287Kaz Kylheku2023-06-037-1179/+1263
* 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