| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hash: 64 bit string and buffer hashing and seeds. | Kaz Kylheku | 2021-11-17 | 4 | -60/+172 |
* | doc: fix misuses of << formatting code. | Kaz Kylheku | 2021-11-16 | 1 | -8/+8 |
* | Version 272.txr-272 | Kaz Kylheku | 2021-11-11 | 6 | -1105/+1183 |
* | compiler: late-peephole match for a wasteful register move. | Kaz Kylheku | 2021-11-10 | 1 | -0/+13 |
* | compiler: avoid eval of unsafe constantp in some situations. | Kaz Kylheku | 2021-11-09 | 1 | -6/+12 |
* | compiler: handle constant expressions that throw. | Kaz Kylheku | 2021-11-08 | 1 | -17/+76 |
* | hash: spurious space in printed representation. | Kaz Kylheku | 2021-11-08 | 1 | -6/+10 |
* | doc: mention :weak-or and :weak-and in syntax. | Kaz Kylheku | 2021-11-08 | 1 | -1/+1 |
* | doc: fix :weak-values typo. | Kaz Kylheku | 2021-11-08 | 1 | -4/+4 |
* | doc: gensym documentation. | Kaz Kylheku | 2021-11-03 | 1 | -15/+17 |
* | doc: spelling, doc-syms refresh. | Kaz Kylheku | 2021-11-03 | 2 | -4/+4 |
* | compiler: rephrase length check with tree-case. | Kaz Kylheku | 2021-11-02 | 1 | -7/+6 |
* | compiler: bug: invalid transformation of (- x y ...). | Kaz Kylheku | 2021-11-02 | 1 | -6/+2 |
* | compiler: remove excess call to reduce-constant. | Kaz Kylheku | 2021-11-02 | 1 | -11/+10 |
* | compiler: catch bugfix. | Kaz Kylheku | 2021-11-02 | 1 | -8/+7 |
* | compiler: don't lift top-level lambdas. | Kaz Kylheku | 2021-11-01 | 1 | -1/+5 |
* | compiler: compile-toplevel: bind *load-time* to t. | Kaz Kylheku | 2021-11-01 | 1 | -0/+1 |
* | less: symbolic arguments: fix crash and incorrectness. | Kaz Kylheku | 2021-11-01 | 1 | -4/+3 |
* | rel-path, path-equal: native Windows fixes. | Kaz Kylheku | 2021-11-01 | 1 | -19/+43 |
* | match: fix quasiliteral issue. | Kaz Kylheku | 2021-10-26 | 1 | -0/+1 |
* | match: unquoted quasiliteral patterns don't work. | Kaz Kylheku | 2021-10-26 | 2 | -0/+31 |
* | pic: use ifa to remove repeated array access. | Kaz Kylheku | 2021-10-26 | 1 | -2/+2 |
* | ifa: take advantage of read-once. | Kaz Kylheku | 2021-10-26 | 2 | -2/+8 |
* | places: new accessor read-once. | Kaz Kylheku | 2021-10-26 | 4 | -2/+184 |
* | repl: bugfix: half-baked source auto loading in completion. | Kaz Kylheku | 2021-10-25 | 1 | -5/+6 |
* | random: new function random-float-incl. | Kaz Kylheku | 2021-10-25 | 3 | -2/+70 |
* | ffi: implement in-semantics for carray, cptr. | Kaz Kylheku | 2021-10-24 | 3 | -10/+117 |
* | compiler: improvement in wasteful jmp elimination. | Kaz Kylheku | 2021-10-23 | 2 | -5/+31 |
* | compiler: also clear .next before re-linking graph. | Kaz Kylheku | 2021-10-23 | 1 | -0/+1 |
* | parser: bugfix: #; at front of list. | Kaz Kylheku | 2021-10-23 | 2 | -218/+222 |
* | syntax: add tests for #; syntax. | Kaz Kylheku | 2021-10-23 | 1 | -0/+12 |
* | compiler: fix failing load-time tests. | Kaz Kylheku | 2021-10-22 | 1 | -2/+1 |
* | load-time: new tests. | Kaz Kylheku | 2021-10-22 | 1 | -0/+30 |
* | ffi: deffi, deffi-cb: eliminate generated globals. | Kaz Kylheku | 2021-10-22 | 1 | -31/+21 |
* | ffi: take advantage of hardware unaligned access. | Kaz Kylheku | 2021-10-20 | 1 | -0/+11 |
* | path-equal: enable and fix failing tests. | Kaz Kylheku | 2021-10-20 | 2 | -5/+5 |
* | doc: document (...) pic patterns | Kaz Kylheku | 2021-10-20 | 1 | -21/+58 |
* | pic: support parenthesis negative notation. | Kaz Kylheku | 2021-10-19 | 2 | -4/+41 |
* | pic: digit separator tests. | Kaz Kylheku | 2021-10-18 | 1 | -0/+24 |
* | pic: bug: handle ! in digit separator logic | Kaz Kylheku | 2021-10-18 | 1 | -1/+1 |
* | pic: preserve decimal period in ### overflow fill. | Kaz Kylheku | 2021-10-18 | 3 | -8/+29 |
* | doc: doc-syms refresh. | Kaz Kylheku | 2021-10-18 | 1 | -0/+1 |
* | pic: new feature: digit-separating commas. | Kaz Kylheku | 2021-10-18 | 2 | -6/+83 |
* | quips: five new ones: quippy day today. | Kaz Kylheku | 2021-10-15 | 1 | -0/+5 |
* | printer: bug: fallback syms printed without prefix. | Kaz Kylheku | 2021-10-12 | 5 | -8/+49 |
* | path-equal: propagate fixes from rel-path. | Kaz Kylheku | 2021-10-11 | 1 | -12/+10 |
* | rel-path: multiple bugs for native Windows. | Kaz Kylheku | 2021-10-11 | 1 | -21/+55 |
* | New path-equal function. | Kaz Kylheku | 2021-10-10 | 4 | -0/+101 |
* | rel-path: refactor, fix diagnostic message. | Kaz Kylheku | 2021-10-10 | 1 | -32/+29 |
* | math: two bad edge cases in double_uintptr_t conversion. | Kaz Kylheku | 2021-10-09 | 2 | -4/+30 |