| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | hashing: overhaul part 1. | Kaz Kylheku | 2018-07-04 | 6 | -121/+151 |
* | doc: block* isn't elided. | Kaz Kylheku | 2018-06-28 | 1 | -0/+4 |
* | awk: bugfix: block optimized away by compiler. | Kaz Kylheku | 2018-06-28 | 1 | -1/+1 |
* | genman: use hash function written in Lisp. | Kaz Kylheku | 2018-06-28 | 1 | -2/+6 |
* | ffi: use existing local instead of struct access. | Kaz Kylheku | 2018-06-25 | 1 | -4/+4 |
* | vm: replace open-coded ternary with max macro. | Kaz Kylheku | 2018-06-25 | 1 | -4/+6 |
* | ftw: fix broken callback mechanism. | Kaz Kylheku | 2018-06-25 | 1 | -1/+3 |
* | hash: move ops into static structure + bug found. | Kaz Kylheku | 2018-06-22 | 1 | -32/+43 |
* | hash: fix broken equality-of-two-hashes test. | Kaz Kylheku | 2018-06-22 | 1 | -2/+2 |
* | load: do not record source location for compiled files. | Kaz Kylheku | 2018-06-21 | 1 | -1/+6 |
* | vm: rename identifiers that still use ftab terminology. | Kaz Kylheku | 2018-06-21 | 1 | -13/+13 |
* | vm: release cached bindings that become unbound. | Kaz Kylheku | 2018-06-21 | 3 | -0/+40 |
* | listener: fix crash in selection yanking. | Kaz Kylheku | 2018-06-20 | 1 | -1/+1 |
* | sysif: work around glibc warnings about makedev macros. | Kaz Kylheku | 2018-06-08 | 2 | -7/+24 |
* | doc: deal with [ ] ambiguity in syntax sections. | Kaz Kylheku | 2018-06-07 | 1 | -7/+27 |
* | structs: slot access on non-struct: improve diagnosis. | Kaz Kylheku | 2018-05-29 | 1 | -3/+11 |
* | Version 197.txr-197 | Kaz Kylheku | 2018-05-27 | 6 | -518/+542 |
* | bugfix: fatal exception on missing .txr_history. | Kaz Kylheku | 2018-05-27 | 2 | -2/+19 |
* | compiler: fix broken block*. | Kaz Kylheku | 2018-05-26 | 1 | -2/+2 |
* | compiler/vm: renaming funvec. | Kaz Kylheku | 2018-05-25 | 3 | -41/+40 |
* | compiler: fix wrong free symbol calculations. | Kaz Kylheku | 2018-05-25 | 1 | -10/+26 |
* | doc: wrong eval-only description. | Kaz Kylheku | 2018-05-25 | 1 | -4/+4 |
* | doc: issues under Awk. | Kaz Kylheku | 2018-05-25 | 1 | -1/+2 |
* | Replace informality in command line help. | Kaz Kylheku | 2018-05-24 | 1 | -1/+1 |
* | doc: document the --compiled option. | Kaz Kylheku | 2018-05-24 | 1 | -20/+26 |
* | awk: bugfix: autoload on sys:awk-state. | Kaz Kylheku | 2018-05-23 | 1 | -0/+4 |
* | compiler: elide unused lexical functions. | Kaz Kylheku | 2018-05-23 | 1 | -8/+16 |
* | compiler: streamline marking bindings used. | Kaz Kylheku | 2018-05-23 | 1 | -19/+30 |
* | txr: support variable in postive match. | Kaz Kylheku | 2018-05-22 | 3 | -0/+27 |