summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* match: unquoted quasiliteral patterns don't work.Kaz Kylheku2021-10-262-0/+31
* pic: use ifa to remove repeated array access.Kaz Kylheku2021-10-261-2/+2
* ifa: take advantage of read-once.Kaz Kylheku2021-10-262-2/+8
* places: new accessor read-once.Kaz Kylheku2021-10-264-2/+184
* repl: bugfix: half-baked source auto loading in completion.Kaz Kylheku2021-10-251-5/+6
* random: new function random-float-incl.Kaz Kylheku2021-10-253-2/+70
* ffi: implement in-semantics for carray, cptr.Kaz Kylheku2021-10-243-10/+117
* compiler: improvement in wasteful jmp elimination.Kaz Kylheku2021-10-232-5/+31
* compiler: also clear .next before re-linking graph.Kaz Kylheku2021-10-231-0/+1
* parser: bugfix: #; at front of list.Kaz Kylheku2021-10-232-218/+222
* syntax: add tests for #; syntax.Kaz Kylheku2021-10-231-0/+12
* compiler: fix failing load-time tests.Kaz Kylheku2021-10-221-2/+1
* load-time: new tests.Kaz Kylheku2021-10-221-0/+30
* ffi: deffi, deffi-cb: eliminate generated globals.Kaz Kylheku2021-10-221-31/+21
* ffi: take advantage of hardware unaligned access.Kaz Kylheku2021-10-201-0/+11
* path-equal: enable and fix failing tests.Kaz Kylheku2021-10-202-5/+5
* doc: document (...) pic patternsKaz Kylheku2021-10-201-21/+58
* pic: support parenthesis negative notation.Kaz Kylheku2021-10-192-4/+41
* pic: digit separator tests.Kaz Kylheku2021-10-181-0/+24
* pic: bug: handle ! in digit separator logicKaz Kylheku2021-10-181-1/+1
* pic: preserve decimal period in ### overflow fill.Kaz Kylheku2021-10-183-8/+29
* doc: doc-syms refresh.Kaz Kylheku2021-10-181-0/+1
* pic: new feature: digit-separating commas.Kaz Kylheku2021-10-182-6/+83
* quips: five new ones: quippy day today.Kaz Kylheku2021-10-151-0/+5
* printer: bug: fallback syms printed without prefix.Kaz Kylheku2021-10-125-8/+49
* path-equal: propagate fixes from rel-path.Kaz Kylheku2021-10-111-12/+10
* rel-path: multiple bugs for native Windows.Kaz Kylheku2021-10-111-21/+55
* New path-equal function.Kaz Kylheku2021-10-104-0/+101
* rel-path: refactor, fix diagnostic message.Kaz Kylheku2021-10-101-32/+29
* math: two bad edge cases in double_uintptr_t conversion.Kaz Kylheku2021-10-092-4/+30
* ffi: fix broken range checks in enumed type.Kaz Kylheku2021-10-092-25/+76
* ffi: remove useless locals from enum constructor.Kaz Kylheku2021-10-091-8/+1
* ffi: insufficient format args in enum error handling.Kaz Kylheku2021-10-091-2/+2
* ffi: C++ upkeep.Kaz Kylheku2021-10-081-3/+3
* Version 271.txr-271Kaz Kylheku2021-10-057-1351/+1435
* unix: fix sock-opt test case.Kaz Kylheku2021-10-051-2/+2
* cygwin: environment-related fixes.Kaz Kylheku2021-10-052-15/+16
* awk: :fields specifies conversions.Kaz Kylheku2021-10-044-74/+185
* doc: fix trivial typos and stylistic issues.Paul A. Patience2021-10-041-73/+71
* doc: fix refs to inexistent fill- and put-array.Paul A. Patience2021-10-041-8/+8
* exceptions: fix leftover uw_throwfs with errno.Paul A. Patience2021-10-042-6/+6
* ffi: add cptr-carray function.Paul A. Patience2021-10-024-0/+47
* awk: new :fields feature for named fields.Kaz Kylheku2021-10-013-30/+100
* compiler: peephole: recalc and rescan in a few more cases.Kaz Kylheku2021-09-301-0/+9
* compiler: fix up linkage and recalc liveness in one peephole case.Kaz Kylheku2021-09-301-8/+11
* compiler: eliminate some redundant hash lookups.Kaz Kylheku2021-09-301-11/+12
* compiler: eliminate basic-block next-block method.Kaz Kylheku2021-09-301-23/+19
* compiler: cosmetic: merge set assignments.Kaz Kylheku2021-09-301-7/+7
* compiler: improvement in next-block linking.Kaz Kylheku2021-09-291-3/+3
* compiler: remove impossible cases in jump threading.Kaz Kylheku2021-09-291-8/+4