| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: more accurate dialect note about package prefixes. | Kaz Kylheku | 2019-03-12 | 1 | -1/+8 |
* | where: convert to lazy. | Kaz Kylheku | 2019-03-12 | 2 | -46/+82 |
* | float: turn out-of-range calculations into exceptions. | Kaz Kylheku | 2019-03-12 | 2 | -4/+51 |
* | parser: catch out-of-range floats. | Kaz Kylheku | 2019-03-12 | 2 | -3/+20 |
* | New sequence iterator object and functions. | Kaz Kylheku | 2019-03-11 | 4 | -2/+120 |
* | doc: document division by zero. | Kaz Kylheku | 2019-03-09 | 1 | -0/+17 |
* | expt: handle negative integer exponents with integer bases. | Kaz Kylheku | 2019-03-09 | 2 | -19/+66 |
* | Version 213.txr-213 | Kaz Kylheku | 2019-03-08 | 7 | -759/+811 |
* | defset: eliminate the get-form argument. | Kaz Kylheku | 2019-03-08 | 2 | -64/+79 |
* | structs: fix missing lnew operator. | Kaz Kylheku | 2019-03-08 | 1 | -2/+2 |
* | defset: support improper list places. | Kaz Kylheku | 2019-03-08 | 2 | -6/+22 |
* | defset: support parameter macros. | Kaz Kylheku | 2019-03-08 | 2 | -15/+50 |
* | expander: tree-bind: fix incorrect param env. | Kaz Kylheku | 2019-03-08 | 1 | -2/+2 |
* | New macro: defset. | Kaz Kylheku | 2019-03-06 | 4 | -2/+380 |
* | doc: justify lack of seed keyword in hash construction. | Kaz Kylheku | 2019-03-05 | 1 | -0/+8 |
* | doc: fix too-wide make-hash syntax | Kaz Kylheku | 2019-03-05 | 1 | -1/+2 |
* | lambda expressions aren't fboundp. | Kaz Kylheku | 2019-03-03 | 1 | -5/+11 |
* | Fix use of comma operator as statement terminator. | Kaz Kylheku | 2019-03-03 | 1 | -2/+2 |
* | compiler: use new load-for. | Kaz Kylheku | 2019-03-02 | 1 | -2/+1 |
* | New macro: load-for. | Kaz Kylheku | 2019-03-02 | 2 | -0/+184 |
* | eval: introduce variable for usr:var symbol. | Kaz Kylheku | 2019-03-02 | 1 | -1/+2 |
* | ffi, eval: move struct_s. | Kaz Kylheku | 2019-03-02 | 3 | -4/+4 |
* | listener: return value regression. | Kaz Kylheku | 2019-03-01 | 1 | -2/+2 |
* | listener: fix buffer overflow loading overlong history line. | Kaz Kylheku | 2019-03-01 | 1 | -6/+1 |
* | compiler: fix (fun (lambda ...)). | Kaz Kylheku | 2019-02-28 | 1 | -4/+8 |
* | compiler: fix broken inline lambda. | Kaz Kylheku | 2019-02-28 | 1 | -6/+9 |
* | compiler: fix (apply (fun (lambda ..))). | Kaz Kylheku | 2019-02-28 | 1 | -1/+1 |
* | compiler: move parameter parsing to separate file. | Kaz Kylheku | 2019-02-28 | 2 | -38/+68 |
* | asm: getlx, setlx: disassembler bug. | Kaz Kylheku | 2019-02-27 | 1 | -2/+2 |
* | doc: mention lines limitation of listener. | Kaz Kylheku | 2019-02-27 | 1 | -0/+4 |
* | linenoise: raise line length from 1023 to 4095. | Kaz Kylheku | 2019-02-26 | 2 | -4/+3 |
* | doc: grammar in update expander description. | Kaz Kylheku | 2019-02-26 | 1 | -1/+1 |
* | doc: fix references to sys:expand. | Kaz Kylheku | 2019-02-26 | 1 | -9/+9 |
* | linenoise: deal with some lingering line wrap glitch. | Kaz Kylheku | 2019-02-26 | 1 | -0/+6 |
* | linenoise: defensive null pointer check. | Kaz Kylheku | 2019-02-26 | 1 | -1/+2 |
* | build: remove nonexistent config option. | Kaz Kylheku | 2019-02-26 | 1 | -2/+2 |
* | bugfix: :key param expander -- symbol. | Kaz Kylheku | 2019-02-25 | 1 | -0/+5 |
* | doc: reorganize hashing documentation. | Kaz Kylheku | 2019-02-25 | 1 | -85/+123 |
* | Version 212.txr-212 | Kaz Kylheku | 2019-02-24 | 6 | -917/+955 |
* | bracket: new function. | Kaz Kylheku | 2019-02-24 | 4 | -0/+87 |
* | ffi: gc bug in cptr type. | Kaz Kylheku | 2019-02-24 | 1 | -0/+1 |
* | ffi: gc bug in enum type. | Kaz Kylheku | 2019-02-24 | 1 | -5/+5 |
* | hash: gc issue in clearhash. | Kaz Kylheku | 2019-02-24 | 1 | -0/+1 |
* | hash: remove redundant assignment from hash_grow. | Kaz Kylheku | 2019-02-24 | 1 | -1/+1 |
* | parser: gc bug in handling circular notation. | Kaz Kylheku | 2019-02-24 | 1 | -1/+3 |
* | path-sep-chars: document first char being special. | Kaz Kylheku | 2019-02-23 | 1 | -0/+4 |
* | printer: revise package prefix decision. | Kaz Kylheku | 2019-02-23 | 1 | -24/+50 |
* | hashing: provide unsafe hash count. | Kaz Kylheku | 2019-02-22 | 2 | -0/+7 |
* | linenoise: Ctrl-X Ctrl-P missing from cheatsheet. | Kaz Kylheku | 2019-02-21 | 1 | -4/+4 |
* | listener: fix hang when stringifying output. | Kaz Kylheku | 2019-02-21 | 1 | -1/+2 |