| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ffi: add cptr-carray function. | Paul A. Patience | 2021-10-02 | 1 | -0/+1 |
* | awk: new :fields feature for named fields. | Kaz Kylheku | 2021-10-01 | 1 | -30/+48 |
* | compiler: peephole: recalc and rescan in a few more cases. | Kaz Kylheku | 2021-09-30 | 1 | -0/+9 |
* | compiler: fix up linkage and recalc liveness in one peephole case. | Kaz Kylheku | 2021-09-30 | 1 | -8/+11 |
* | compiler: eliminate some redundant hash lookups. | Kaz Kylheku | 2021-09-30 | 1 | -11/+12 |
* | compiler: eliminate basic-block next-block method. | Kaz Kylheku | 2021-09-30 | 1 | -23/+19 |
* | compiler: cosmetic: merge set assignments. | Kaz Kylheku | 2021-09-30 | 1 | -7/+7 |
* | compiler: improvement in next-block linking. | Kaz Kylheku | 2021-09-29 | 1 | -3/+3 |
* | compiler: remove impossible cases in jump threading. | Kaz Kylheku | 2021-09-29 | 1 | -8/+4 |
* | compiler: peephole: merge basic blocks when jmp removed. | Kaz Kylheku | 2021-09-29 | 1 | -5/+16 |
* | compiler: code clean-up in peephole optimizer. | Kaz Kylheku | 2021-09-28 | 1 | -5/+5 |
* | quips: one in French. | Kaz Kylheku | 2021-09-26 | 1 | -0/+1 |
* | New variable: *child-env*. | Kaz Kylheku | 2021-09-26 | 1 | -0/+1 |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 1 | -0/+1 |
* | path access tests: use real credentials. | Kaz Kylheku | 2021-09-25 | 1 | -13/+13 |
* | path-search: rewrite in C with saner semantics. | Kaz Kylheku | 2021-09-25 | 1 | -13/+0 |
* | New variants of each operator for sum and product. | Kaz Kylheku | 2021-09-23 | 3 | -1/+92 |
* | math: quantile estimator using P-Squared algorithm. | Kaz Kylheku | 2021-09-22 | 1 | -0/+1 |