| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | ffi: fix broken range checks in enumed type. | Kaz Kylheku | 2021-10-09 | 2 | -25/+76 |
* | ffi: remove useless locals from enum constructor. | Kaz Kylheku | 2021-10-09 | 1 | -8/+1 |
* | ffi: insufficient format args in enum error handling. | Kaz Kylheku | 2021-10-09 | 1 | -2/+2 |
* | ffi: C++ upkeep. | Kaz Kylheku | 2021-10-08 | 1 | -3/+3 |
* | Version 271.txr-271 | Kaz Kylheku | 2021-10-05 | 7 | -1351/+1435 |
* | unix: fix sock-opt test case. | Kaz Kylheku | 2021-10-05 | 1 | -2/+2 |
* | cygwin: environment-related fixes. | Kaz Kylheku | 2021-10-05 | 2 | -15/+16 |
* | awk: :fields specifies conversions. | Kaz Kylheku | 2021-10-04 | 4 | -74/+185 |
* | doc: fix trivial typos and stylistic issues. | Paul A. Patience | 2021-10-04 | 1 | -73/+71 |
* | doc: fix refs to inexistent fill- and put-array. | Paul A. Patience | 2021-10-04 | 1 | -8/+8 |
* | exceptions: fix leftover uw_throwfs with errno. | Paul A. Patience | 2021-10-04 | 2 | -6/+6 |
* | ffi: add cptr-carray function. | Paul A. Patience | 2021-10-02 | 4 | -0/+47 |
* | awk: new :fields feature for named fields. | Kaz Kylheku | 2021-10-01 | 3 | -30/+100 |
* | 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 |
* | quantile: fix test needing nonportable amount of precision. | Kaz Kylheku | 2021-09-27 | 2 | -11/+14 |
* | quips: one in French. | Kaz Kylheku | 2021-09-26 | 1 | -0/+1 |
* | New variable: *child-env*. | Kaz Kylheku | 2021-09-26 | 6 | -5/+95 |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 6 | -0/+98 |