| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 1 | -0/+8 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -0/+31 |
* | new: left-inserting pipeline operators. | Kaz Kylheku | 2023-08-08 | 1 | -0/+4 |
* | close-stream: new : protocol from close method. | Kaz Kylheku | 2023-08-07 | 2 | -1/+24 |
* | streams: close-stream only caches non-nil result. | Kaz Kylheku | 2023-08-07 | 2 | -0/+23 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 1 | -0/+6 |
* | bug: :vars not usable with :counter in @(repeat). | Kaz Kylheku | 2023-08-02 | 2 | -0/+9 |
* | match: bug: lexical symbol macros neglected | Kaz Kylheku | 2023-07-27 | 1 | -0/+19 |
* | tests: match: move file compiling step to end. | Kaz Kylheku | 2023-07-26 | 1 | -6/+6 |
* | rel-path: treat empty paths as relative. | Kaz Kylheku | 2023-07-25 | 1 | -1/+4 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 2 | -1/+92 |
* | bug: compiled code keeps seeing var clobbered by symacro. | Kaz Kylheku | 2023-07-17 | 1 | -0/+4 |
* | Bug exposed due to to environment changes. | Kaz Kylheku | 2023-07-17 | 1 | -0/+19 |
* | compiler: constant folding in optimizer. | Kaz Kylheku | 2023-07-15 | 1 | -15/+15 |
* | Tests for checksum functions. | Kaz Kylheku | 2023-07-08 | 1 | -0/+40 |
* | Callable integers become assignable places. | Kaz Kylheku | 2023-06-30 | 1 | -0/+8 |
* | New: callable integers and ranges. | Kaz Kylheku | 2023-06-28 | 2 | -2/+25 |
* | New cached sorting functions. | Kaz Kylheku | 2023-06-28 | 1 | -2/+23 |
* | New function: hash-map. | Kaz Kylheku | 2023-06-28 | 1 | -0/+3 |
* | equal: bug: broken equality substitution. | Kaz Kylheku | 2023-06-28 | 1 | -0/+8 |
* | hash: support existing mutation+iteration semantics. | Kaz Kylheku | 2023-06-20 | 1 | -0/+33 |
* | New macro: match-cond. | Kaz Kylheku | 2023-06-12 | 1 | -0/+14 |
* | New functions keep-keys-if, separate-keys. | Kaz Kylheku | 2023-06-07 | 1 | -0/+15 |
* | clean-file: tests. | Kaz Kylheku | 2023-06-05 | 2 | -0/+110 |
* | New functions load-args-recurse and load-args-process | Kaz Kylheku | 2023-06-05 | 1 | -0/+72 |
* | load: now passes args via *load-args* | Kaz Kylheku | 2023-05-31 | 3 | -0/+16 |
* | expander: support param macros in nested macro param lists. | Kaz Kylheku | 2023-05-27 | 1 | -0/+9 |
* | label/flet: bug: empty case wallops symbol macros. | Kaz Kylheku | 2023-05-24 | 1 | -0/+5 |
* | lib: fix issue uncovered by recent vm CALL insn change. | Kaz Kylheku | 2023-05-24 | 1 | -2/+25 |
* | awk: bug: fix ->> appending redirection operator. | Kaz Kylheku | 2023-05-23 | 1 | -0/+42 |
* | New special operator: progv | Kaz Kylheku | 2023-05-15 | 1 | -0/+29 |
* | bug: symbol-value place always global. | Kaz Kylheku | 2023-05-14 | 1 | -0/+24 |
* | sort: missing vector coverage in tests. | Kaz Kylheku | 2023-05-03 | 1 | -4/+18 |
* | sort: move tests into tests/012. | Kaz Kylheku | 2023-05-02 | 1 | -0/+0 |
* | sort: support stable sorting via ssort and snsort. | Kaz Kylheku | 2023-05-02 | 1 | -0/+22 |
* | sort: larger test. | Kaz Kylheku | 2023-05-01 | 1 | -0/+8 |
* | sort: replace Lomuto partitioning with Hoare | Kaz Kylheku | 2023-05-01 | 1 | -0/+15 |
* | hash: new function, hash-props. | Kaz Kylheku | 2023-05-01 | 1 | -0/+7 |
* | match: ^#S() and ^#H(()) patterns must work | Kaz Kylheku | 2023-04-29 | 1 | -0/+6 |
* | range/range*: tests. | Kaz Kylheku | 2023-03-27 | 1 | -0/+103 |
* | New function: arithp. | Kaz Kylheku | 2023-03-26 | 2 | -0/+9 |
* | match: support @nil in predicates. | Kaz Kylheku | 2023-03-23 | 1 | -0/+8 |
* | printer: [] shouldn't print as [. nil]. | Kaz Kylheku | 2023-03-23 | 1 | -1/+7 |
* | tests: squelch unused variable warnings. | Kaz Kylheku | 2023-03-23 | 6 | -25/+29 |
* | lib: address remaining unused variable warnings. | Kaz Kylheku | 2023-03-22 | 2 | -6/+10 |
* | Allow t symbol in macro parameter lists. | Kaz Kylheku | 2023-03-21 | 1 | -0/+20 |
* | android, cygwin: do not try to test crypt. | Kaz Kylheku | 2022-12-30 | 1 | -0/+3 |
* | crypt: fix for platforms that lack crypt_r. | Kaz Kylheku | 2022-12-30 | 1 | -1/+1 |
* | awk: new feature, res variable. | Kaz Kylheku | 2022-12-30 | 1 | -0/+8 |
* | read-once: support globals properly. | Kaz Kylheku | 2022-11-10 | 1 | -9/+13 |