| Commit message (Expand) | Author | Age | Files | Lines |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 1 | -0/+10 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -3/+14 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 1 | -11/+88 |
* | printer: print (sys:vector-list ()) as #() not #nil. | Kaz Kylheku | 2023-07-17 | 1 | -1/+4 |
* | unique: use sequence iteration | Kaz Kylheku | 2023-07-10 | 1 | -20/+8 |
* | Bug: ranges not treated as iterable in some situations. | Kaz Kylheku | 2023-06-30 | 1 | -1/+1 |
* | Callable integers become assignable places. | Kaz Kylheku | 2023-06-30 | 1 | -30/+66 |
* | New: callable integers and ranges. | Kaz Kylheku | 2023-06-28 | 1 | -0/+26 |
* | equal: bug: broken equality substitution. | Kaz Kylheku | 2023-06-28 | 1 | -3/+3 |
* | ssort: gc bug in vector case. | Kaz Kylheku | 2023-06-28 | 1 | -1/+3 |
* | New @(push) directive. | Kaz Kylheku | 2023-06-12 | 1 | -1/+2 |
* | 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 | 1 | -1/+135 |
* | lib: fix issue uncovered by recent vm CALL insn change. | Kaz Kylheku | 2023-05-24 | 1 | -5/+13 |
* | sort: optimizations eliding keyfun and access. | Kaz Kylheku | 2023-05-03 | 1 | -15/+45 |
* | gc: use single allocation for prot_array. | Kaz Kylheku | 2023-05-02 | 1 | -1/+1 |
* | sort: support stable sorting via ssort and snsort. | Kaz Kylheku | 2023-05-02 | 1 | -0/+105 |
* | sort: correct name in error reporting. | Kaz Kylheku | 2023-05-02 | 1 | -4/+3 |
* | sort: replace Lomuto partitioning with Hoare | Kaz Kylheku | 2023-05-01 | 1 | -30/+35 |
* | match: ^#S() and ^#H(()) patterns must work | Kaz Kylheku | 2023-04-29 | 1 | -2/+5 |
* | printer: print tree as #T(...) beyond max depth. | Kaz Kylheku | 2023-03-23 | 1 | -0/+3 |
* | printer: [] shouldn't print as [. nil]. | Kaz Kylheku | 2023-03-23 | 1 | -2/+4 |
* | ignerr: fix unused warning | Kaz Kylheku | 2023-03-21 | 1 | -0/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | cat-str/join/join-with: allow nested sequences | Kaz Kylheku | 2022-10-25 | 1 | -62/+68 |
* | args: don't use alloca for const size cases. | Kaz Kylheku | 2022-10-15 | 1 | -16/+16 |
* | funcall: consolidate VM fun handling. | Kaz Kylheku | 2022-10-14 | 1 | -34/+80 |
* | funcall: handle optargs in funcall helpers. | Kaz Kylheku | 2022-10-14 | 1 | -8/+85 |
* | funcall: don't route to generic_fun on optargs. | Kaz Kylheku | 2022-10-14 | 1 | -5/+15 |
* | json: support standard-style formatting. | Kaz Kylheku | 2022-10-11 | 1 | -36/+91 |
* | put-json: restore indent on unwinding. | Kaz Kylheku | 2022-10-11 | 1 | -1/+7 |
* | strings: revert caching of hash value. | Kaz Kylheku | 2022-10-08 | 1 | -24/+3 |
* | strings: take advantage of malloc_usable_size | Kaz Kylheku | 2022-10-06 | 1 | -13/+67 |
* | seq-iter: bugfix: floating-point ranges. | Kaz Kylheku | 2022-09-15 | 1 | -24/+48 |
* | Implement NaN boxing. | Kaz Kylheku | 2022-09-13 | 1 | -10/+10 |
* | Reduce proliferation of TAG_SHIFT. | Kaz Kylheku | 2022-09-12 | 1 | -1/+1 |
* | syntax: read and print [. x] and [. @x]. | Kaz Kylheku | 2022-09-08 | 1 | -1/+7 |
* | New macro: close-lazy-streams. | Kaz Kylheku | 2022-08-28 | 1 | -1/+21 |
* | New function: search-all | Kaz Kylheku | 2022-08-17 | 1 | -9/+28 |
* | stringp: rewrite. | Kaz Kylheku | 2022-07-28 | 1 | -5/+13 |
* | New function: count. | Kaz Kylheku | 2022-07-18 | 1 | -0/+25 |
* | New function: str | Kaz Kylheku | 2022-06-12 | 1 | -0/+33 |
* | New: spln and tokn functions. | Kaz Kylheku | 2022-05-30 | 1 | -0/+24 |
* | tok-str: takes count argument. | Kaz Kylheku | 2022-05-28 | 1 | -4/+24 |
* | split-str: new count parameter. | Kaz Kylheku | 2022-05-17 | 1 | -7/+29 |
* | Print ([...] . @var) and ([...] . @(expr)) notation. | Kaz Kylheku | 2022-05-11 | 1 | -2/+11 |
* | New function: isecp. | Kaz Kylheku | 2022-03-30 | 1 | -0/+32 |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 1 | -0/+57 |
* | find-max: convert to seq_info iteration. | Kaz Kylheku | 2022-02-22 | 1 | -64/+17 |
* | New functions: find-max-key and find-min-key. | Kaz Kylheku | 2022-02-21 | 1 | -0/+30 |