| Commit message (Expand) | Author | Age | Files | Lines |
* | New @(push) directive. | Kaz Kylheku | 2023-06-12 | 11 | -6410/+6723 |
* | Version 288.txr-288 | Kaz Kylheku | 2023-06-10 | 6 | -1341/+1377 |
* | lib: string bug spotted on Solaris. | Kaz Kylheku | 2023-06-10 | 1 | -1/+1 |
* | New functions keep-keys-if, separate-keys. | Kaz Kylheku | 2023-06-07 | 6 | -1/+208 |
* | clean-file: tests. | Kaz Kylheku | 2023-06-05 | 2 | -0/+110 |
* | autoload: rename local variable. | Kaz Kylheku | 2023-06-05 | 1 | -2/+2 |
* | New functions load-args-recurse and load-args-process | Kaz Kylheku | 2023-06-05 | 5 | -0/+352 |
* | compiler: more logging regarding compiled files. | Kaz Kylheku | 2023-06-05 | 1 | -12/+23 |
* | compiler: new compiler option log-level | Kaz Kylheku | 2023-06-04 | 3 | -7/+38 |
* | compiler: new function, clean-file. | Kaz Kylheku | 2023-06-04 | 4 | -1/+92 |
* | bug: compile-file can put out nil, confusing load. | Kaz Kylheku | 2023-06-03 | 1 | -1/+1 |
* | bug: autoload issue affecting with-compilation-unit | Kaz Kylheku | 2023-06-03 | 1 | -0/+5 |
* | Version 287.txr-287 | Kaz Kylheku | 2023-06-03 | 7 | -1179/+1263 |
* | gc: fix bad c++ casts. | Kaz Kylheku | 2023-06-03 | 2 | -6/+6 |
* | listener: process multiple expressions | Kaz Kylheku | 2023-06-02 | 2 | -19/+29 |
* | doc: missing html-encode* syntax synopsis. | Kaz Kylheku | 2023-06-02 | 1 | -0/+1 |
* | doc: defmacro doesn't define local macros. | Kaz Kylheku | 2023-06-02 | 1 | -1/+1 |
* | doc: nonexistent syntactic place. | Kaz Kylheku | 2023-06-02 | 1 | -1/+0 |
* | load: now passes args via *load-args* | Kaz Kylheku | 2023-05-31 | 6 | -23/+82 |
* | load: now establishes a block named load. | Kaz Kylheku | 2023-05-31 | 4 | -16/+67 |
* | command line: -e takes multiple forms. | Kaz Kylheku | 2023-05-30 | 4 | -15/+54 |
* | parser: handle "fatal" conditions in flex scanner | Kaz Kylheku | 2023-05-29 | 2 | -174/+192 |
* | New macro: expander-let. | Kaz Kylheku | 2023-05-28 | 4 | -0/+116 |
* | doc: compiler-let syntax | Kaz Kylheku | 2023-05-28 | 1 | -1/+9 |
* | expander: support param macros in nested macro param lists. | Kaz Kylheku | 2023-05-27 | 3 | -39/+72 |
* | awk: new :fun clause for local functions. | Kaz Kylheku | 2023-05-24 | 2 | -28/+56 |
* | compiler: fbind/lbind: elide unnecessary frames. | Kaz Kylheku | 2023-05-24 | 1 | -9/+15 |
* | label/flet: bug: empty case wallops symbol macros. | Kaz Kylheku | 2023-05-24 | 2 | -1/+6 |
* | awk: widen scope of redirection macros. | Kaz Kylheku | 2023-05-24 | 2 | -39/+52 |
* | lib: fix issue uncovered by recent vm CALL insn change. | Kaz Kylheku | 2023-05-24 | 2 | -7/+38 |
* | awk: bug: fix ->> appending redirection operator. | Kaz Kylheku | 2023-05-23 | 2 | -1/+43 |
* | awk: bug: broken redirection operators. | Kaz Kylheku | 2023-05-23 | 1 | -2/+2 |
* | vm: handle cases in CALL like in GCALL. | Kaz Kylheku | 2023-05-17 | 1 | -14/+58 |
* | quips: reference to Super Dave Osborne. | Kaz Kylheku | 2023-05-17 | 1 | -0/+1 |
* | with-compile-options: reimplement using compiler-let | Kaz Kylheku | 2023-05-16 | 2 | -26/+64 |
* | New special operator: compiler-let | Kaz Kylheku | 2023-05-16 | 5 | -3/+87 |
* | New special operator: progv | Kaz Kylheku | 2023-05-15 | 5 | -1/+185 |
* | quips: piano-related quip. | Kaz Kylheku | 2023-05-15 | 1 | -0/+1 |
* | vm: bugfix: global lexicals looked up dynamically. | Kaz Kylheku | 2023-05-15 | 3 | -23/+42 |
* | quips: new dad joke about the meta-object protocol | Kaz Kylheku | 2023-05-14 | 1 | -0/+1 |
* | bug: symbol-value place always global. | Kaz Kylheku | 2023-05-14 | 3 | -4/+41 |
* | fix crash if built-in variable is unbound. | Kaz Kylheku | 2023-05-12 | 1 | -1/+3 |
* | doc: missing verb under makunbound. | Kaz Kylheku | 2023-05-12 | 1 | -1/+1 |
* | compiler: spelling error in diagnostic. | Kaz Kylheku | 2023-05-12 | 1 | -1/+1 |
* | ffi: fix unused variable warning. | Kaz Kylheku | 2023-05-11 | 1 | -2/+2 |
* | android: restore pointer tag in gc_free_all. | Kaz Kylheku | 2023-05-11 | 1 | -0/+4 |
* | android: configure SDK level via clang --target. | Kaz Kylheku | 2023-05-11 | 1 | -1/+1 |
* | sysif: define passwd symbol for group stuff. | Kaz Kylheku | 2023-05-11 | 1 | -1/+3 |
* | Version 286.txr-286 | Kaz Kylheku | 2023-05-07 | 6 | -675/+768 |
* | build: mergesort is in <stdlib.h> on MacOS. | Kaz Kylheku | 2023-05-07 | 1 | -1/+1 |