| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: bug: const-folded (call ...) not quoted. | Kaz Kylheku | 2021-04-21 | 1 | -1/+1 |
* | matcher: defmatch: useful :env parameter. | Kaz Kylheku | 2021-04-21 | 3 | -11/+72 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 5 | -13/+117 |
* | clang+amd4: fix stack alignment for continuations. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | quips: two entries in Japanese. | Kaz Kylheku | 2021-04-20 | 1 | -0/+2 |
* | matcher: new pattern operator @(end) | Kaz Kylheku | 2021-04-20 | 4 | -44/+118 |
* | utf8: decode: reduce strictness of full unicode check. | Kaz Kylheku | 2021-04-20 | 1 | -4/+4 |
* | tests: disable some UTF-8 tests on 16 bit wchar_t. | Kaz Kylheku | 2021-04-20 | 1 | -8/+9 |
* | compile-file: fix bad diagnostic. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | configure: remove LIT_ALIGN. | Kaz Kylheku | 2021-04-20 | 2 | -40/+3 |
* | Revert bogus LIT_ALIGN commit from 2015. | Kaz Kylheku | 2021-04-20 | 3 | -56/+39 |
* | bug: broken path handling on LIT_ALIGN == 2. | Kaz Kylheku | 2021-04-20 | 2 | -3/+3 |
* | lib: missing L prefix in literal. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | configure: better way to avoid -no-pie. | Kaz Kylheku | 2021-04-20 | 1 | -12/+21 |
* | openbsd: fix tests. | Kaz Kylheku | 2021-04-20 | 5 | -32/+34 |
* | configure: use $make | Kaz Kylheku | 2021-04-20 | 1 | -4/+4 |
* | matcher: first pattern macro, sme. | Kaz Kylheku | 2021-04-19 | 5 | -2/+210 |
* | doc: reversed maphash parameters. | Kaz Kylheku | 2021-04-19 | 1 | -1/+1 |
* | defmatch: pass form to mac-param-bind. | Kaz Kylheku | 2021-04-19 | 2 | -1/+23 |
* | port: build on OpenBSD | Alexander Shendi | 2021-04-18 | 3 | -0/+28 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 3 | -2/+13 |
* | new: remove superflous prefix from diagnostic. | Kaz Kylheku | 2021-04-19 | 1 | -2/+1 |
* | matcher: new @(scan) operator. | Kaz Kylheku | 2021-04-18 | 4 | -2/+88 |
* | matcher: allow user-defined patterns via defmatch | Kaz Kylheku | 2021-04-17 | 5 | -21/+133 |
* | streams: revise stream-max-len over strings. | Kaz Kylheku | 2021-04-17 | 2 | -30/+34 |
* | gc: disable z() macro. | Kaz Kylheku | 2021-04-17 | 1 | -0/+5 |
* | debugging: disassemble vm code out of debugger. | Kaz Kylheku | 2021-04-16 | 2 | -0/+14 |
* | txr: gather: report list of missing required vars. | Kaz Kylheku | 2021-04-13 | 1 | -2/+8 |
* | doc: implement typesetting of keystrokes. | Kaz Kylheku | 2021-04-13 | 2 | -112/+435 |
* | tests: use fixed regsub in compile test. | Kaz Kylheku | 2021-04-13 | 1 | -1/+1 |
* | regex: regsub wrongly destructive. | Kaz Kylheku | 2021-04-13 | 1 | -3/+4 |
* | vim: remove txr_keyword from tl.vim. | Paul A. Patience | 2021-04-13 | 1 | -0/+2 |
* | repl: fix typo in plain mode banner. | Paul A. Patience | 2021-04-13 | 1 | -1/+1 |
* | tests: implicitly generate empty .expected files. | Kaz Kylheku | 2021-04-12 | 29 | -2/+7 |
* | compiler: new test case. | Kaz Kylheku | 2021-04-11 | 1 | -0/+12 |
* | compiler: bugfix: rest parameter in inline lambda | Kaz Kylheku | 2021-04-11 | 1 | -1/+4 |
* | gc: code improvment in finalizer calling. | Kaz Kylheku | 2021-04-11 | 1 | -1/+1 |
* | gc: sys:gc function must not reset full_gc flag. | Kaz Kylheku | 2021-04-11 | 1 | -1/+2 |
* | compiler: bug: symbol not in ffuns in call forms. | Kaz Kylheku | 2021-04-10 | 1 | -6/+9 |
* | doc: redocument UTF-8 in source and literals. | Kaz Kylheku | 2021-04-10 | 1 | -32/+48 |
* | doc: remove some hyphenation. | Kaz Kylheku | 2021-04-09 | 1 | -10/+10 |
* | doc: lambda: add pointers to alternative notations. | Kaz Kylheku | 2021-04-09 | 1 | -0/+75 |
* | doc: more details in string literals section. | Kaz Kylheku | 2021-04-09 | 1 | -0/+14 |
* | doc: big patch: hyphenation, wording, formatting. | Paul A. Patience | 2021-04-09 | 1 | -473/+573 |
* | parser: allow non-UTF-8 bytes in literals and regexes. | Kaz Kylheku | 2021-04-08 | 3 | -2992/+2945 |
* | parser: check in .shipped materials. | Kaz Kylheku | 2021-04-08 | 2 | -1768/+1835 |
* | parser: allow funny UTF-8 in regexes and literals. | Kaz Kylheku | 2021-04-08 | 4 | -7/+20 |
* | parser: fix few memory leaks in error recovery. | Kaz Kylheku | 2021-04-08 | 1 | -0/+4 |
* | parser: fix poor diagnosis of \x invalid escape. | Kaz Kylheku | 2021-04-08 | 1 | -1/+12 |
* | build: calm restless yacc. | Kaz Kylheku | 2021-04-08 | 1 | -6/+1 |