summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 200.txr-200Kaz Kylheku2018-11-057-1006/+1054
* buffers: implement copy-buf.Kaz Kylheku2018-11-044-0/+34
* compiler: optimize dwim.Kaz Kylheku2018-11-046-24/+136
* The code expander becomes a public API.Kaz Kylheku2018-11-027-29/+318
* doc: lexical-fun-p: mistake in code example.Kaz Kylheku2018-11-021-2/+2
* listener: use temp file when saving history.Kaz Kylheku2018-11-021-2/+8
* listener: avoid unnecessary string duplication.Kaz Kylheku2018-11-021-2/+1
* linenoise: use move_cursor in movement operations.Kaz Kylheku2018-11-011-36/+23
* linenoise: check for null move in move_cursor.Kaz Kylheku2018-11-011-0/+3
* linenoise: small move_cursor bugfix.Kaz Kylheku2018-11-011-0/+1
* linenoise: fix use of int for wide char.Kaz Kylheku2018-11-011-1/+1
* linenoise: avoid refresh in paren matching.Kaz Kylheku2018-11-011-4/+51
* linenoise: avoid refresh for new text in multi-line mode.Kaz Kylheku2018-11-011-3/+9
* linenoise: clear need_refresh in refresh_line.Kaz Kylheku2018-11-011-3/+3
* linenoise: move modulo operation into function.Kaz Kylheku2018-11-011-3/+3
* linenoise: guard against setting cols to zero.Kaz Kylheku2018-11-011-1/+1
* linenoise: improve efficiency of warning flash.Kaz Kylheku2018-11-011-12/+20
* repl: bugfix: slow paste into terminal window.Kaz Kylheku2018-11-011-1/+3
* repl: bugfix: abort on window size change.Kaz Kylheku2018-10-311-3/+21
* repl: allocate the "catch all" exception list once.Kaz Kylheku2018-10-311-5/+3
* linenoise: bugfix: incorrect tests for WEOF.Kaz Kylheku2018-10-311-7/+7
* Hide deprecated, undocumented variables.Kaz Kylheku2018-10-303-7/+19
* initialization: use self_path_s instead of re-interning.Kaz Kylheku2018-10-301-1/+1
* doc: correction under Object TypeKaz Kylheku2018-10-301-1/+1
* html doc: "collapse all" shouldn't hide whole TOC.Kaz Kylheku2018-10-291-7/+9
* Version 199.txr-199Kaz Kylheku2018-10-287-490/+536
* hash: gnu C++ signed/unsigned warning.Kaz Kylheku2018-10-281-1/+1
* genvim: include .tlo files in vimrc example.Kaz Kylheku2018-10-281-2/+2
* doc: *rec-source-loc* bad heading formattingKaz Kylheku2018-10-281-1/+1
* doc: new section: Compiled File Compatibility.Kaz Kylheku2018-10-271-0/+54
* doc: document compile-file and load-time interaction.Kaz Kylheku2018-10-271-0/+18
* doc: add Compilation Library section header.Kaz Kylheku2018-10-271-0/+2
* op: bugfix: sys:*op-ctx* defined too late.Kaz Kylheku2018-10-261-2/+2
* defvar: warn about prior lexical uses.Kaz Kylheku2018-10-263-1/+11
* compiler: use symtab caching for global lexicals.Kaz Kylheku2018-10-262-10/+17
* vm/asm: new instructions getlx and setlx.Kaz Kylheku2018-10-263-4/+57
* vm: bugfix: corruption of global desc list.Kaz Kylheku2018-10-261-5/+5
* vm: rename remaining vestiges of ftab terminology.Kaz Kylheku2018-10-261-10/+10
* doc: return value of list-builder methods.Kaz Kylheku2018-10-251-0/+14
* doc: no such thing as define-parameter-macro.Kaz Kylheku2018-10-161-1/+1
* doc: shorten some POSIX awk examples.Kaz Kylheku2018-10-141-2/+2
* doc: use nequal.Kaz Kylheku2018-10-141-2/+2
* awk: unwanted package prefix in error message.Kaz Kylheku2018-10-121-1/+1
* compiler: typo in error message.Kaz Kylheku2018-08-071-1/+1
* New function: signum.Kaz Kylheku2018-08-072-0/+47
* doc: option processing fixes.Kaz Kylheku2018-08-021-2/+3
* feature: support for floating-point rounding control.Kaz Kylheku2018-07-263-0/+135
* doc: updates regarding top-level form expansion order.Kaz Kylheku2018-07-231-2/+99
* tests: remove macro-time hack from man-or-boy test.Kaz Kylheku2018-07-171-1/+1
* compile-file: incremental expansion of top-level forms.Kaz Kylheku2018-07-171-17/+18