| Commit message (Expand) | Author | Age | Files | Lines |
* | New function: clear-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+18 |
* | New function: call-finalizers. | Kaz Kylheku | 2015-10-06 | 1 | -0/+17 |
* | Fix misleading documentation under if/iffi. | Kaz Kylheku | 2015-10-06 | 1 | -4/+4 |
* | New function, expand-right. | Kaz Kylheku | 2015-10-06 | 1 | -0/+72 |
* | New function: ginterate. | Kaz Kylheku | 2015-10-06 | 1 | -1/+17 |
* | New functions take, drop, {take,drop}-{while,until}. | Kaz Kylheku | 2015-10-05 | 1 | -0/+181 |
* | Copy lazy strings without forcing. | Kaz Kylheku | 2015-10-05 | 1 | -0/+12 |
* | Optional arguments in boa construction. | Kaz Kylheku | 2015-10-04 | 1 | -3/+34 |
* | Interactive listener: substring completion. | Kaz Kylheku | 2015-10-03 | 1 | -3/+29 |
* | Missing formatting added under meth. | Kaz Kylheku | 2015-10-03 | 1 | -1/+1 |
* | slot-p renamed to slotp, conforming with Lisp conventions. | Kaz Kylheku | 2015-10-03 | 1 | -3/+12 |
* | Missing compatibility notes. | Kaz Kylheku | 2015-10-03 | 1 | -0/+6 |
* | New umeth and umethod macro and function. | Kaz Kylheku | 2015-10-03 | 1 | -0/+81 |
* | linenoise: Ctrl-X/Ctrl-[AWR] relative to hist pos. | Kaz Kylheku | 2015-10-02 | 1 | -2/+8 |
* | Struct methods and functions set up named block. | Kaz Kylheku | 2015-10-02 | 1 | -1/+18 |
* | linenoise: insert previous line command. | Kaz Kylheku | 2015-10-02 | 1 | -0/+8 |
* | Syntax formatting fixes in structs documentation. | Kaz Kylheku | 2015-10-01 | 1 | -6/+6 |
* | Version 118.txr-118 | Kaz Kylheku | 2015-10-01 | 1 | -2/+2 |
* | linenoise: Ctrl-A/E overloaded in multi-line mode. | Kaz Kylheku | 2015-10-01 | 1 | -2/+9 |
* | Allow super to take an instance as an argument. | Kaz Kylheku | 2015-10-01 | 1 | -2/+3 |
* | New super-method function. | Kaz Kylheku | 2015-10-01 | 1 | -0/+31 |
* | Support for reverse order in finalization. | Kaz Kylheku | 2015-10-01 | 1 | -18/+26 |
* | Bad formatting in version 113 compat notes. | Kaz Kylheku | 2015-09-30 | 1 | -1/+2 |
* | Formatting fix in struct passwd and group headings. | Kaz Kylheku | 2015-09-30 | 1 | -2/+2 |
* | struct :init :fini specifiers. | Kaz Kylheku | 2015-09-29 | 1 | -0/+58 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 1 | -50/+349 |
* | linenoise: backspace also causes parenthesis jump. | Kaz Kylheku | 2015-09-27 | 1 | -0/+4 |
* | linenoise: paren matching jump finds closes paren. | Kaz Kylheku | 2015-09-27 | 1 | -2/+15 |
* | linemode: multi-line behavior for Ctrl-A/Ctrl-E. | Kaz Kylheku | 2015-09-25 | 1 | -0/+4 |
* | Version 117.txr-117 | Kaz Kylheku | 2015-09-23 | 1 | -2/+2 |
* | doc: note another race in path-private-to-me-p | Kaz Kylheku | 2015-09-23 | 1 | -1/+13 |
* | doc: stat functions return structure. | Kaz Kylheku | 2015-09-23 | 1 | -1/+1 |
* | linenoise: forward paren jump too. | Kaz Kylheku | 2015-09-22 | 1 | -2/+10 |
* | linenoise: selection endpoint toggle with Ctrl-^. | Kaz Kylheku | 2015-09-22 | 1 | -0/+8 |
* | linenoise: jump to matching parenthesis | Kaz Kylheku | 2015-09-22 | 1 | -0/+12 |
* | linenoise: new Ctrl-X Ctrl-K command to delete line. | Kaz Kylheku | 2015-09-21 | 1 | -0/+7 |
* | linenoise: multi-line behavior for del to bol/eol. | Kaz Kylheku | 2015-09-21 | 1 | -3/+6 |
* | linenoise: much more sane, per-history-item undo. | Kaz Kylheku | 2015-09-21 | 1 | -19/+28 |
* | linenoise: undo feature. | Kaz Kylheku | 2015-09-20 | 1 | -0/+26 |
* | linenoise: visual select and clipboard copy/paste. | Kaz Kylheku | 2015-09-20 | 1 | -0/+101 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -9/+13 |
* | Atom insert feature. | Kaz Kylheku | 2015-09-18 | 1 | -0/+19 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+34 |
* | linenoise: insert previous word feature | Kaz Kylheku | 2015-09-18 | 1 | -0/+13 |
* | Doc fix under getpwnam. | Kaz Kylheku | 2015-09-18 | 1 | -1/+1 |
* | Improved ~/.txr_profile checks, with security. | Kaz Kylheku | 2015-09-18 | 1 | -2/+12 |
* | New function path-private-to-me. | Kaz Kylheku | 2015-09-17 | 1 | -0/+35 |
* | Add unix group database functions. | Kaz Kylheku | 2015-09-17 | 1 | -0/+78 |
* | linenoise: Ctrl-X Ctrl-V super verbatim mode. | Kaz Kylheku | 2015-09-17 | 1 | -0/+11 |
* | Version 116.txr-116 | Kaz Kylheku | 2015-09-17 | 1 | -2/+2 |