summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* openbsd: fix tests.Kaz Kylheku2021-04-205-32/+34
* configure: use $makeKaz Kylheku2021-04-201-4/+4
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-195-2/+210
* doc: reversed maphash parameters.Kaz Kylheku2021-04-191-1/+1
* defmatch: pass form to mac-param-bind.Kaz Kylheku2021-04-192-1/+23
* port: build on OpenBSDAlexander Shendi2021-04-183-0/+28
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-193-2/+13
* new: remove superflous prefix from diagnostic.Kaz Kylheku2021-04-191-2/+1
* matcher: new @(scan) operator.Kaz Kylheku2021-04-184-2/+88
* matcher: allow user-defined patterns via defmatchKaz Kylheku2021-04-175-21/+133
* streams: revise stream-max-len over strings.Kaz Kylheku2021-04-172-30/+34
* gc: disable z() macro.Kaz Kylheku2021-04-171-0/+5
* debugging: disassemble vm code out of debugger.Kaz Kylheku2021-04-162-0/+14
* txr: gather: report list of missing required vars.Kaz Kylheku2021-04-131-2/+8
* doc: implement typesetting of keystrokes.Kaz Kylheku2021-04-132-112/+435
* tests: use fixed regsub in compile test.Kaz Kylheku2021-04-131-1/+1
* regex: regsub wrongly destructive.Kaz Kylheku2021-04-131-3/+4
* vim: remove txr_keyword from tl.vim.Paul A. Patience2021-04-131-0/+2
* repl: fix typo in plain mode banner.Paul A. Patience2021-04-131-1/+1
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-1229-2/+7
* compiler: new test case.Kaz Kylheku2021-04-111-0/+12
* compiler: bugfix: rest parameter in inline lambdaKaz Kylheku2021-04-111-1/+4
* gc: code improvment in finalizer calling.Kaz Kylheku2021-04-111-1/+1
* gc: sys:gc function must not reset full_gc flag.Kaz Kylheku2021-04-111-1/+2
* compiler: bug: symbol not in ffuns in call forms.Kaz Kylheku2021-04-101-6/+9
* doc: redocument UTF-8 in source and literals.Kaz Kylheku2021-04-101-32/+48
* doc: remove some hyphenation.Kaz Kylheku2021-04-091-10/+10
* doc: lambda: add pointers to alternative notations.Kaz Kylheku2021-04-091-0/+75
* doc: more details in string literals section.Kaz Kylheku2021-04-091-0/+14
* doc: big patch: hyphenation, wording, formatting.Paul A. Patience2021-04-091-473/+573
* parser: allow non-UTF-8 bytes in literals and regexes.Kaz Kylheku2021-04-083-2992/+2945
* parser: check in .shipped materials.Kaz Kylheku2021-04-082-1768/+1835
* parser: allow funny UTF-8 in regexes and literals.Kaz Kylheku2021-04-084-7/+20
* parser: fix few memory leaks in error recovery.Kaz Kylheku2021-04-081-0/+4
* parser: fix poor diagnosis of \x invalid escape.Kaz Kylheku2021-04-081-1/+12
* build: calm restless yacc.Kaz Kylheku2021-04-081-6/+1
* doc: bad syntax under doc function.Kaz Kylheku2021-04-081-1/+1
* Version 256txr-256Kaz Kylheku2021-04-076-965/+1023
* doc: support doc function on android.Kaz Kylheku2021-04-071-2/+2
* utf8: fix backtracking bugs in buffer decoder.Kaz Kylheku2021-04-072-3/+12
* awk: bugfix: string rs must not compile as regex.Kaz Kylheku2021-04-071-5/+5
* gc: fix astonishing bug in weak hash processing.Kaz Kylheku2021-04-061-5/+8
* qref: bugfix: handle a.(b).?c correctly.Kaz Kylheku2021-04-051-1/+1
* struct: fix lack of hygiene in null-safe qref.Kaz Kylheku2021-04-051-1/+3
* doc: document null-safe method call.Kaz Kylheku2021-04-051-4/+26
* compiler: remove optional param from lookup-var.Kaz Kylheku2021-04-051-5/+3
* INSTALL: revise outdated text, add cross-compiling advice.Kaz Kylheku2021-04-041-5/+40
* doc: remove superfluous words.Kaz Kylheku2021-04-041-1/+1
* doc: vice versa formatting.Kaz Kylheku2021-04-041-1/+1
* doc: clarify definition of top-level form.Kaz Kylheku2021-04-041-3/+6