| Commit message (Expand) | Author | Age | Files | Lines |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 6 | -123/+198 |
* | lib: use type switch in some string functions. | Kaz Kylheku | 2018-11-06 | 1 | -79/+67 |
* | gc: eliminate most uses of gc_mutated. | Kaz Kylheku | 2018-11-06 | 6 | -17/+20 |
* | doc: load: document hash bang treatment. | Kaz Kylheku | 2018-11-06 | 1 | -0/+8 |
* | vim: colorize hash bang for Lisp. | Kaz Kylheku | 2018-11-06 | 1 | -1/+2 |
* | doc: split/split*: formatting of syntax | Kaz Kylheku | 2018-11-06 | 1 | -2/+2 |
* | load: tolerate hash bang files. | Kaz Kylheku | 2018-11-05 | 1 | -0/+3 |
* | bugfix: error on empty script file. | Kaz Kylheku | 2018-11-05 | 1 | -8/+12 |
* | compiler: bugfix: handle defpackage and such properly. | Kaz Kylheku | 2018-11-05 | 3 | -7/+104 |
* | Version 200.txr-200 | Kaz Kylheku | 2018-11-05 | 7 | -1006/+1054 |
* | buffers: implement copy-buf. | Kaz Kylheku | 2018-11-04 | 4 | -0/+34 |
* | compiler: optimize dwim. | Kaz Kylheku | 2018-11-04 | 6 | -24/+136 |
* | The code expander becomes a public API. | Kaz Kylheku | 2018-11-02 | 7 | -29/+318 |
* | doc: lexical-fun-p: mistake in code example. | Kaz Kylheku | 2018-11-02 | 1 | -2/+2 |
* | listener: use temp file when saving history. | Kaz Kylheku | 2018-11-02 | 1 | -2/+8 |
* | listener: avoid unnecessary string duplication. | Kaz Kylheku | 2018-11-02 | 1 | -2/+1 |
* | linenoise: use move_cursor in movement operations. | Kaz Kylheku | 2018-11-01 | 1 | -36/+23 |
* | linenoise: check for null move in move_cursor. | Kaz Kylheku | 2018-11-01 | 1 | -0/+3 |
* | linenoise: small move_cursor bugfix. | Kaz Kylheku | 2018-11-01 | 1 | -0/+1 |
* | linenoise: fix use of int for wide char. | Kaz Kylheku | 2018-11-01 | 1 | -1/+1 |
* | linenoise: avoid refresh in paren matching. | Kaz Kylheku | 2018-11-01 | 1 | -4/+51 |
* | linenoise: avoid refresh for new text in multi-line mode. | Kaz Kylheku | 2018-11-01 | 1 | -3/+9 |
* | linenoise: clear need_refresh in refresh_line. | Kaz Kylheku | 2018-11-01 | 1 | -3/+3 |
* | linenoise: move modulo operation into function. | Kaz Kylheku | 2018-11-01 | 1 | -3/+3 |
* | linenoise: guard against setting cols to zero. | Kaz Kylheku | 2018-11-01 | 1 | -1/+1 |
* | linenoise: improve efficiency of warning flash. | Kaz Kylheku | 2018-11-01 | 1 | -12/+20 |
* | repl: bugfix: slow paste into terminal window. | Kaz Kylheku | 2018-11-01 | 1 | -1/+3 |
* | repl: bugfix: abort on window size change. | Kaz Kylheku | 2018-10-31 | 1 | -3/+21 |
* | repl: allocate the "catch all" exception list once. | Kaz Kylheku | 2018-10-31 | 1 | -5/+3 |
* | linenoise: bugfix: incorrect tests for WEOF. | Kaz Kylheku | 2018-10-31 | 1 | -7/+7 |
* | Hide deprecated, undocumented variables. | Kaz Kylheku | 2018-10-30 | 3 | -7/+19 |
* | initialization: use self_path_s instead of re-interning. | Kaz Kylheku | 2018-10-30 | 1 | -1/+1 |
* | doc: correction under Object Type | Kaz Kylheku | 2018-10-30 | 1 | -1/+1 |
* | html doc: "collapse all" shouldn't hide whole TOC. | Kaz Kylheku | 2018-10-29 | 1 | -7/+9 |
* | Version 199.txr-199 | Kaz Kylheku | 2018-10-28 | 7 | -490/+536 |
* | hash: gnu C++ signed/unsigned warning. | Kaz Kylheku | 2018-10-28 | 1 | -1/+1 |
* | genvim: include .tlo files in vimrc example. | Kaz Kylheku | 2018-10-28 | 1 | -2/+2 |
* | doc: *rec-source-loc* bad heading formatting | Kaz Kylheku | 2018-10-28 | 1 | -1/+1 |
* | doc: new section: Compiled File Compatibility. | Kaz Kylheku | 2018-10-27 | 1 | -0/+54 |
* | doc: document compile-file and load-time interaction. | Kaz Kylheku | 2018-10-27 | 1 | -0/+18 |
* | doc: add Compilation Library section header. | Kaz Kylheku | 2018-10-27 | 1 | -0/+2 |
* | op: bugfix: sys:*op-ctx* defined too late. | Kaz Kylheku | 2018-10-26 | 1 | -2/+2 |
* | defvar: warn about prior lexical uses. | Kaz Kylheku | 2018-10-26 | 3 | -1/+11 |
* | compiler: use symtab caching for global lexicals. | Kaz Kylheku | 2018-10-26 | 2 | -10/+17 |
* | vm/asm: new instructions getlx and setlx. | Kaz Kylheku | 2018-10-26 | 3 | -4/+57 |
* | vm: bugfix: corruption of global desc list. | Kaz Kylheku | 2018-10-26 | 1 | -5/+5 |
* | vm: rename remaining vestiges of ftab terminology. | Kaz Kylheku | 2018-10-26 | 1 | -10/+10 |
* | doc: return value of list-builder methods. | Kaz Kylheku | 2018-10-25 | 1 | -0/+14 |
* | doc: no such thing as define-parameter-macro. | Kaz Kylheku | 2018-10-16 | 1 | -1/+1 |
* | doc: shorten some POSIX awk examples. | Kaz Kylheku | 2018-10-14 | 1 | -2/+2 |