| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | doc: use nequal. | Kaz Kylheku | 2018-10-14 | 1 | -2/+2 |
* | awk: unwanted package prefix in error message. | Kaz Kylheku | 2018-10-12 | 1 | -1/+1 |
* | compiler: typo in error message. | Kaz Kylheku | 2018-08-07 | 1 | -1/+1 |
* | New function: signum. | Kaz Kylheku | 2018-08-07 | 2 | -0/+47 |
* | doc: option processing fixes. | Kaz Kylheku | 2018-08-02 | 1 | -2/+3 |
* | feature: support for floating-point rounding control. | Kaz Kylheku | 2018-07-26 | 3 | -0/+135 |
* | doc: updates regarding top-level form expansion order. | Kaz Kylheku | 2018-07-23 | 1 | -2/+99 |
* | tests: remove macro-time hack from man-or-boy test. | Kaz Kylheku | 2018-07-17 | 1 | -1/+1 |
* | compile-file: incremental expansion of top-level forms. | Kaz Kylheku | 2018-07-17 | 1 | -17/+18 |
* | eval: handle top-level incrementally. | Kaz Kylheku | 2018-07-17 | 1 | -3/+30 |
* | hash: replace hashing function for doubles. | Kaz Kylheku | 2018-07-17 | 1 | -5/+8 |
* | random-float: new function. | Kaz Kylheku | 2018-07-16 | 2 | -0/+42 |
* | opip, oand: rewrite in Lisp. | Kaz Kylheku | 2018-07-16 | 4 | -215/+194 |
* | op: convert to Lisp trivial macros related to op. | Kaz Kylheku | 2018-07-16 | 4 | -188/+165 |
* | compile-file: support hash bang. | Kaz Kylheku | 2018-07-11 | 2 | -0/+15 |
* | doc: indentation issue | Kaz Kylheku | 2018-07-11 | 1 | -2/+5 |
* | list-build: rewrite methods for semantics & efficiency. | Kaz Kylheku | 2018-07-11 | 1 | -10/+28 |
* | struct: uslot and umethod: improve diagnostics. | Kaz Kylheku | 2018-07-11 | 1 | -3/+3 |
* | compiler: bugfix: mishandled empty test | Kaz Kylheku | 2018-07-10 | 1 | -6/+9 |
* | compiler: duplicated code when compiling switch. | Kaz Kylheku | 2018-07-10 | 1 | -2/+2 |
* | compiler: constant-fold if eql. | Kaz Kylheku | 2018-07-09 | 1 | -4/+9 |
* | compiler: bugfix in constant condition logic. | Kaz Kylheku | 2018-07-09 | 1 | -1/+1 |
* | compiler: don't hardcode eq in if optimization. | Kaz Kylheku | 2018-07-09 | 1 | -1/+1 |
* | Version 198.txr-198 | Kaz Kylheku | 2018-07-06 | 7 | -1138/+1181 |
* | hash: use full width unsigned type for hash values. | Kaz Kylheku | 2018-07-06 | 5 | -59/+51 |
* | hash: C++ maintenance. | Kaz Kylheku | 2018-07-06 | 1 | -2/+2 |
* | hashing: overhaul part 2. | Kaz Kylheku | 2018-07-05 | 3 | -9/+125 |