summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* eval: handle top-level incrementally.Kaz Kylheku2018-07-171-3/+30
* hash: replace hashing function for doubles.Kaz Kylheku2018-07-171-5/+8
* random-float: new function.Kaz Kylheku2018-07-162-0/+42
* opip, oand: rewrite in Lisp.Kaz Kylheku2018-07-164-215/+194
* op: convert to Lisp trivial macros related to op.Kaz Kylheku2018-07-164-188/+165
* compile-file: support hash bang.Kaz Kylheku2018-07-112-0/+15
* doc: indentation issueKaz Kylheku2018-07-111-2/+5
* list-build: rewrite methods for semantics & efficiency.Kaz Kylheku2018-07-111-10/+28
* struct: uslot and umethod: improve diagnostics.Kaz Kylheku2018-07-111-3/+3
* compiler: bugfix: mishandled empty testKaz Kylheku2018-07-101-6/+9
* compiler: duplicated code when compiling switch.Kaz Kylheku2018-07-101-2/+2
* compiler: constant-fold if eql.Kaz Kylheku2018-07-091-4/+9
* compiler: bugfix in constant condition logic.Kaz Kylheku2018-07-091-1/+1
* compiler: don't hardcode eq in if optimization.Kaz Kylheku2018-07-091-1/+1
* Version 198.txr-198Kaz Kylheku2018-07-067-1138/+1181
* hash: use full width unsigned type for hash values.Kaz Kylheku2018-07-065-59/+51
* hash: C++ maintenance.Kaz Kylheku2018-07-061-2/+2
* hashing: overhaul part 2.Kaz Kylheku2018-07-053-9/+125
* hashing: overhaul part 1.Kaz Kylheku2018-07-046-121/+151
* doc: block* isn't elided.Kaz Kylheku2018-06-281-0/+4
* awk: bugfix: block optimized away by compiler.Kaz Kylheku2018-06-281-1/+1
* genman: use hash function written in Lisp.Kaz Kylheku2018-06-281-2/+6
* ffi: use existing local instead of struct access.Kaz Kylheku2018-06-251-4/+4