summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* macros: lexical-var-p: don't report t for specials.Kaz Kylheku2021-04-282-12/+82
* doc: document seq-iter type and redocument iter-beginKaz Kylheku2021-04-281-10/+30
* lib: document gc problem related to seq-begin.Kaz Kylheku2021-04-281-0/+20
* lib: remove internal use of seq_begin.Kaz Kylheku2021-04-281-12/+16
* seq-iter: gc issue.Kaz Kylheku2021-04-281-1/+1
* match-str: tests with negative pos.Kaz Kylheku2021-04-281-1/+29
* match-str: tests and bugfix.Kaz Kylheku2021-04-272-1/+42
* matcher: make use of mtest in test suite.Kaz Kylheku2021-04-271-111/+122
* match-str: rewrite.Kaz Kylheku2021-04-271-19/+101
* lib: diagnostic functions moved out of arith.c.Kaz Kylheku2021-04-273-11/+13
* lib: move TAG_PAIR out of arith.c.Kaz Kylheku2021-04-272-1/+1
* math: remove unused macro.Kaz Kylheku2021-04-261-1/+0
* doc: document --free-allKaz Kylheku2021-04-261-0/+9
* matcher: add some test variants.Kaz Kylheku2021-04-261-2/+20
* matcher: quasi match incorrectly treats nil as bound.Kaz Kylheku2021-04-262-2/+6
* matcher: use match-str instead of sub-str and str=Kaz Kylheku2021-04-261-4/+4
* matcher: bugfix in `text{rest}` case.Kaz Kylheku2021-04-262-2/+5
* match-str: return useful position instead of t.Kaz Kylheku2021-04-262-8/+22
* doc: document quasiliteral matchingKaz Kylheku2021-04-261-6/+202
* matcher: diagnose unhandled quasiliteral cases.Kaz Kylheku2021-04-261-1/+6
* matcher: more quasi tests: coverage of all cases.Kaz Kylheku2021-04-251-1/+8
* match: third round of quasi tests and fixes.Kaz Kylheku2021-04-252-0/+22
* matcher: use @(as) capture.Kaz Kylheku2021-04-251-4/+5
* matcher: second round of quasi tests and fixes.Kaz Kylheku2021-04-252-5/+15
* matcher: first round of quasi tests and bugfix.Kaz Kylheku2021-04-252-7/+15
* matcher: recognize sys:quasi in necessary places.Kaz Kylheku2021-04-251-7/+7
* matcher: turn sys:quasi defmatch into built-in.Kaz Kylheku2021-04-251-36/+44
* matcher: new quasiliteral matching macro.Kaz Kylheku2021-04-241-0/+109
* compiler: optimize zero and one item quasiliterals.Kaz Kylheku2021-04-241-1/+4
* Version 257txr-257Kaz Kylheku2021-04-238-1348/+1425
* configure: clang banner moving target.Kaz Kylheku2021-04-221-1/+1
* doc: remove hyphen from -s plurals.Kaz Kylheku2021-04-222-140/+143
* matcher: compile the test cases.Kaz Kylheku2021-04-221-6/+13
* compiler: bug: eliminate-frame not initializing tregs.Kaz Kylheku2021-04-221-4/+12
* compiler: bug: graph issue in dead code elimination.Kaz Kylheku2021-04-221-1/+4
* compiler: bug: const-folded (call ...) not quoted.Kaz Kylheku2021-04-211-1/+1
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-213-11/+72
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-215-13/+117
* clang+amd4: fix stack alignment for continuations.Kaz Kylheku2021-04-201-1/+1
* quips: two entries in Japanese.Kaz Kylheku2021-04-201-0/+2
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-204-44/+118
* utf8: decode: reduce strictness of full unicode check.Kaz Kylheku2021-04-201-4/+4
* tests: disable some UTF-8 tests on 16 bit wchar_t.Kaz Kylheku2021-04-201-8/+9
* compile-file: fix bad diagnostic.Kaz Kylheku2021-04-201-1/+1
* configure: remove LIT_ALIGN.Kaz Kylheku2021-04-202-40/+3
* Revert bogus LIT_ALIGN commit from 2015.Kaz Kylheku2021-04-203-56/+39
* bug: broken path handling on LIT_ALIGN == 2.Kaz Kylheku2021-04-202-3/+3
* lib: missing L prefix in literal.Kaz Kylheku2021-04-201-1/+1
* configure: better way to avoid -no-pie.Kaz Kylheku2021-04-201-12/+21
* openbsd: fix tests.Kaz Kylheku2021-04-205-32/+34