| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | doc: bad syntax under doc function. | Kaz Kylheku | 2021-04-08 | 1 | -1/+1 |
* | Version 256txr-256 | Kaz Kylheku | 2021-04-07 | 6 | -965/+1023 |
* | doc: support doc function on android. | Kaz Kylheku | 2021-04-07 | 1 | -2/+2 |
* | utf8: fix backtracking bugs in buffer decoder. | Kaz Kylheku | 2021-04-07 | 2 | -3/+12 |
* | awk: bugfix: string rs must not compile as regex. | Kaz Kylheku | 2021-04-07 | 1 | -5/+5 |
* | gc: fix astonishing bug in weak hash processing. | Kaz Kylheku | 2021-04-06 | 1 | -5/+8 |
* | qref: bugfix: handle a.(b).?c correctly. | Kaz Kylheku | 2021-04-05 | 1 | -1/+1 |
* | struct: fix lack of hygiene in null-safe qref. | Kaz Kylheku | 2021-04-05 | 1 | -1/+3 |
* | doc: document null-safe method call. | Kaz Kylheku | 2021-04-05 | 1 | -4/+26 |
* | compiler: remove optional param from lookup-var. | Kaz Kylheku | 2021-04-05 | 1 | -5/+3 |
* | INSTALL: revise outdated text, add cross-compiling advice. | Kaz Kylheku | 2021-04-04 | 1 | -5/+40 |
* | doc: remove superfluous words. | Kaz Kylheku | 2021-04-04 | 1 | -1/+1 |
* | doc: vice versa formatting. | Kaz Kylheku | 2021-04-04 | 1 | -1/+1 |
* | doc: clarify definition of top-level form. | Kaz Kylheku | 2021-04-04 | 1 | -3/+6 |
* | doc: note about environment handling in compile. | Kaz Kylheku | 2021-04-04 | 1 | -1/+11 |
* | doc: fix missing item periods. | Kaz Kylheku | 2021-04-04 | 1 | -20/+20 |
* | doc: double word in awk intro. | Kaz Kylheku | 2021-04-04 | 1 | -1/+1 |
* | awk: relax restriction on :name. | Kaz Kylheku | 2021-04-04 | 2 | -10/+9 |
* | doc: block names need not be symbols. | Kaz Kylheku | 2021-04-04 | 1 | -1/+7 |
* | func-optparam-count: bugfix. | Kaz Kylheku | 2021-04-03 | 1 | -1/+1 |
* | lib: new function for documentation lookup. | Kaz Kylheku | 2021-04-03 | 5 | -1/+2142 |
* | doc: dialect note capitalization. | Kaz Kylheku | 2021-03-31 | 1 | -8/+8 |
* | doc: PP fixes. | Kaz Kylheku | 2021-03-31 | 1 | -4/+0 |