summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vm: replace open-coded ternary with max macro.Kaz Kylheku2018-06-251-4/+6
* ftw: fix broken callback mechanism.Kaz Kylheku2018-06-251-1/+3
* hash: move ops into static structure + bug found.Kaz Kylheku2018-06-221-32/+43
* hash: fix broken equality-of-two-hashes test.Kaz Kylheku2018-06-221-2/+2
* load: do not record source location for compiled files.Kaz Kylheku2018-06-211-1/+6
* vm: rename identifiers that still use ftab terminology.Kaz Kylheku2018-06-211-13/+13
* vm: release cached bindings that become unbound.Kaz Kylheku2018-06-213-0/+40
* listener: fix crash in selection yanking.Kaz Kylheku2018-06-201-1/+1
* sysif: work around glibc warnings about makedev macros.Kaz Kylheku2018-06-082-7/+24
* doc: deal with [ ] ambiguity in syntax sections.Kaz Kylheku2018-06-071-7/+27