| Commit message (Expand) | Author | Age | Files | Lines |
* | type: lcons and string are subtypes of sequence. | Kaz Kylheku | 2019-09-04 | 1 | -1/+1 |
* | list-builder: use copy-list, not copy. | Kaz Kylheku | 2019-09-03 | 1 | -6/+6 |
* | list-builder: bugfix: broken self-appending. | Kaz Kylheku | 2019-09-03 | 1 | -4/+7 |
* | New function: tailp. | Kaz Kylheku | 2019-09-03 | 4 | -0/+65 |
* | struct: recycle conses used for slot lookups. | Kaz Kylheku | 2019-09-03 | 1 | -0/+12 |
* | doc: fixes from vapnik spaknik. | Kaz Kylheku | 2019-09-03 | 1 | -43/+80 |
* | doc: hyphenation of some compound words. | Kaz Kylheku | 2019-09-03 | 1 | -4/+4 |
* | interpreter: trivial let goes through let* case. | Kaz Kylheku | 2019-08-31 | 1 | -1/+1 |
* | interpreter: bug between let* and continuations. | Kaz Kylheku | 2019-08-31 | 1 | -11/+14 |
* | Version 224.txr-224 | Kaz Kylheku | 2019-08-29 | 6 | -863/+928 |
* | compiler: mac params: eliminate plen variable. | Kaz Kylheku | 2019-08-29 | 1 | -10/+9 |
* | sha256/md5: allow characters and byte values. | Kaz Kylheku | 2019-08-29 | 2 | -4/+48 |
* | compiler: elide nil var intializaton. | Kaz Kylheku | 2019-08-28 | 1 | -2/+6 |
* | compiler: mac params: simplify optional presence indicators. | Kaz Kylheku | 2019-08-28 | 1 | -15/+21 |
* | compiler: mac params: late allocation for cursors. | Kaz Kylheku | 2019-08-28 | 1 | -68/+69 |
* | trace: bug: redef of traced method resurrects old. | Kaz Kylheku | 2019-08-28 | 1 | -3/+3 |
* | trace: bugfix: trace-redefine-check doesn't untrace. | Kaz Kylheku | 2019-08-28 | 1 | -3/+3 |
* | compiler: bugfix: incorrect scoping in macro param binding. | Kaz Kylheku | 2019-08-28 | 1 | -65/+85 |
* | compiler: bugfix: colon keyword bungle in macro params. | Kaz Kylheku | 2019-08-28 | 1 | -9/+7 |
* | unwind: bugfix: unhandled_ex not gc-protected. | Kaz Kylheku | 2019-08-28 | 1 | -1/+3 |
* | compiler: relate mac bind error to right substructure. | Kaz Kylheku | 2019-08-27 | 1 | -1/+1 |
* | compiler: for: bugfix: dangling label reference. | Kaz Kylheku | 2019-08-26 | 1 | -1/+1 |
* | crypt: detect and use glibc's crypt_r. | Kaz Kylheku | 2019-08-26 | 2 | -2/+39 |
* | build: bugfix: compiler opts duplicated; remove_flags broken. | Kaz Kylheku | 2019-08-25 | 1 | -1/+1 |
* | sha256/md5: state-based hash: handle size_t overflow. | Kaz Kylheku | 2019-08-24 | 1 | -20/+20 |
* | sha256/md5: hash string more efficiently. | Kaz Kylheku | 2019-08-24 | 1 | -4/+12 |
* | New state-object-based sha256 and md5 digesting. | Kaz Kylheku | 2019-08-23 | 3 | -0/+230 |
* | licensing: describe RSA-MD situation. | Kaz Kylheku | 2019-08-23 | 2 | -3/+15 |
* | New: MD5 digest functions. | Kaz Kylheku | 2019-08-23 | 6 | -19/+509 |
* | New function: cptr-buf. | Kaz Kylheku | 2019-08-21 | 4 | -2/+46 |
* | doc: note about cptr-obj lifetime. | Kaz Kylheku | 2019-08-21 | 1 | -0/+12 |
* | New function: intern-fb. | Kaz Kylheku | 2019-08-20 | 4 | -2/+37 |
* | lib: streamline interning slightly. | Kaz Kylheku | 2019-08-20 | 4 | -15/+17 |
* | lexer: no leading 0 in 2-digit hex chars in diagnostic. | Kaz Kylheku | 2019-08-20 | 1 | -3/+3 |
* | parser: bugfix: uninitialized ignore flag. | Kaz Kylheku | 2019-08-20 | 1 | -0/+1 |
* | doc: mistake in intern arg description. | Kaz Kylheku | 2019-08-20 | 1 | -2/+2 |
* | new functions: find-symbol and find-symbol-fb. | Kaz Kylheku | 2019-08-19 | 4 | -9/+111 |
* | parser: #; notation shouldn't intern symbols. | Kaz Kylheku | 2019-08-18 | 1 | -2/+3 |
* | parser: rename circ_suppress flag. | Kaz Kylheku | 2019-08-18 | 3 | -16/+16 |
* | doc: new buildn example. | Kaz Kylheku | 2019-08-18 | 1 | -0/+15 |
* | list-builder: inserter methods return nil. | Kaz Kylheku | 2019-08-17 | 2 | -24/+44 |
* | list-builder: dequeue capabilities with del/del* operators. | Kaz Kylheku | 2019-08-17 | 3 | -14/+129 |
* | doc: expand on load-time. | Kaz Kylheku | 2019-08-16 | 1 | -0/+52 |
* | compile-file: include load-time as top-level form. | Kaz Kylheku | 2019-08-16 | 2 | -5/+22 |
* | seq_iter: remove pointless one-member union. | Kaz Kylheku | 2019-08-14 | 2 | -9/+7 |
* | where: bugfix: doesn't work for non-list sequence. | Kaz Kylheku | 2019-08-14 | 1 | -13/+7 |
* | Version 223: ten years!txr-223 | Kaz Kylheku | 2019-08-14 | 6 | -687/+725 |
* | bugfix: line number of unbound vars not reported. | Kaz Kylheku | 2019-08-13 | 1 | -2/+5 |
* | autoload: bugfix: wire in forgotten test-set and others. | Kaz Kylheku | 2019-08-13 | 1 | -0/+2 |
* | listener: don't flush lines when writing files. | Kaz Kylheku | 2019-08-12 | 3 | -7/+19 |