| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: fix broken (compile '(lambda ...)). | Kaz Kylheku | 2021-12-14 | 1 | -15/+17 |
* | compiler: small end/jend issue in late-peephole. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: tweak in basic block debug print. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: register-compacting optimization. | Kaz Kylheku | 2021-12-10 | 2 | -0/+63 |
* | define-accessor: fix broken arg handling. | Kaz Kylheku | 2021-12-10 | 1 | -1/+1 |
* | each-match macro family: missing anon block. | Kaz Kylheku | 2021-12-08 | 1 | -2/+5 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 1 | -0/+2 |
* | ret, aret: take one argument, as documented. | Kaz Kylheku | 2021-12-07 | 1 | -4/+4 |
* | quips: gift shop exit theme. | Kaz Kylheku | 2021-12-06 | 1 | -0/+1 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 1 | -0/+1 |
* | compiler: new late-peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -0/+11 |
* | compiler: revise no-longer-matching late peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -14/+3 |
* | compiler: replace late-peephole pattern with real approach. | Kaz Kylheku | 2021-11-26 | 1 | -12/+8 |
* | quips: new ones about syntactic sugar. | Kaz Kylheku | 2021-11-26 | 1 | -0/+2 |
* | compiler: another late peephole pattern. | Kaz Kylheku | 2021-11-26 | 1 | -0/+12 |
* | buffers: use unbuffered I/O in convenience functions. | Kaz Kylheku | 2021-11-17 | 1 | -2/+2 |
* | Version 272.txr-272 | Kaz Kylheku | 2021-11-11 | 1 | -1/+1 |
* | 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 |
* | doc: spelling, doc-syms refresh. | Kaz Kylheku | 2021-11-03 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 | 1 | -1/+1 |
* | places: new accessor read-once. | Kaz Kylheku | 2021-10-26 | 2 | -0/+12 |
* | random: new function random-float-incl. | Kaz Kylheku | 2021-10-25 | 1 | -1/+2 |
* | 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 |
* | compiler: fix failing load-time tests. | Kaz Kylheku | 2021-10-22 | 1 | -2/+1 |
* | ffi: deffi, deffi-cb: eliminate generated globals. | Kaz Kylheku | 2021-10-22 | 1 | -31/+21 |
* | path-equal: enable and fix failing tests. | Kaz Kylheku | 2021-10-20 | 1 | -2/+3 |
* | pic: support parenthesis negative notation. | Kaz Kylheku | 2021-10-19 | 1 | -1/+22 |
* | 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 | 1 | -1/+4 |
* | doc: doc-syms refresh. | Kaz Kylheku | 2021-10-18 | 1 | -0/+1 |
* | pic: new feature: digit-separating commas. | Kaz Kylheku | 2021-10-18 | 1 | -3/+51 |
* | quips: five new ones: quippy day today. | Kaz Kylheku | 2021-10-15 | 1 | -0/+5 |
* | 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 | 1 | -0/+14 |
* | rel-path: refactor, fix diagnostic message. | Kaz Kylheku | 2021-10-10 | 1 | -32/+29 |
* | Version 271.txr-271 | Kaz Kylheku | 2021-10-05 | 1 | -1/+1 |
* | awk: :fields specifies conversions. | Kaz Kylheku | 2021-10-04 | 2 | -43/+80 |