| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Various stream-related with- macros introduced. | Kaz Kylheku | 2015-10-08 | 3 | -0/+241 |
* | Adding defex macro and related functions. | Kaz Kylheku | 2015-10-08 | 2 | -0/+148 |
* | Report objects with ~s in exception registration code. | Kaz Kylheku | 2015-10-08 | 1 | -4/+4 |
* | Add note to Limitations of interactive listener. | Kaz Kylheku | 2015-10-08 | 1 | -0/+3 |
* | Doc fixes: interactive listener section. | Kaz Kylheku | 2015-10-07 | 1 | -3/+4 |
* | Adding promisep function. | Kaz Kylheku | 2015-10-07 | 2 | -0/+33 |
* | Better diagnostic for cramped floating literals. | Kaz Kylheku | 2015-10-07 | 1 | -2/+7 |
* | Vim: better indentation for some forms. | Kaz Kylheku | 2015-10-07 | 1 | -1/+7 |
* | New function: reset-struct. | Kaz Kylheku | 2015-10-06 | 3 | -0/+50 |
* | New function: replace-struct. | Kaz Kylheku | 2015-10-06 | 3 | -0/+60 |
* | New function: clear-struct. | Kaz Kylheku | 2015-10-06 | 3 | -0/+34 |
* | New function: call-finalizers. | Kaz Kylheku | 2015-10-06 | 3 | -0/+51 |
* | Fix misleading documentation under if/iffi. | Kaz Kylheku | 2015-10-06 | 1 | -4/+4 |
* | New function, expand-right. | Kaz Kylheku | 2015-10-06 | 2 | -0/+101 |
* | Allow conses functions to work on vecs and strings. | Kaz Kylheku | 2015-10-06 | 1 | -2/+6 |
* | New function: ginterate. | Kaz Kylheku | 2015-10-06 | 2 | -1/+48 |
* | New functions take, drop, {take,drop}-{while,until}. | Kaz Kylheku | 2015-10-05 | 4 | -0/+380 |
* | Copy lazy strings without forcing. | Kaz Kylheku | 2015-10-05 | 2 | -1/+28 |
* | Optional arguments in boa construction. | Kaz Kylheku | 2015-10-04 | 3 | -10/+56 |
* | Bugfix: boa must apply last, as documented. | Kaz Kylheku | 2015-10-04 | 1 | -3/+3 |
* | Eliminate recursion from make_struct. | Kaz Kylheku | 2015-10-04 | 1 | -2/+4 |
* | Interactive listener: substring completion. | Kaz Kylheku | 2015-10-03 | 2 | -4/+33 |
* | linenoise: substring flag in completion callback. | Kaz Kylheku | 2015-10-03 | 2 | -4/+8 |
* | 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 | 4 | -8/+19 |
* | Missing compatibility notes. | Kaz Kylheku | 2015-10-03 | 1 | -0/+6 |
* | New umeth and umethod macro and function. | Kaz Kylheku | 2015-10-03 | 4 | -0/+112 |
* | Optimization: elide some nil slot initializations. | Kaz Kylheku | 2015-10-03 | 1 | -2/+13 |
* | Fix inappropriate "does not name a struct type" error. | Kaz Kylheku | 2015-10-03 | 1 | -1/+2 |
* | Allow empty loops to be interrupted by signals. | Kaz Kylheku | 2015-10-02 | 1 | -0/+5 |
* | linenoise: Ctrl-X/Ctrl-[AWR] relative to hist pos. | Kaz Kylheku | 2015-10-02 | 2 | -8/+17 |
* | Struct methods and functions set up named block. | Kaz Kylheku | 2015-10-02 | 2 | -3/+24 |
* | linenoise: insert previous line command. | Kaz Kylheku | 2015-10-02 | 2 | -0/+22 |
* | bugfix: macro-time not bound as special operator. | Kaz Kylheku | 2015-10-02 | 2 | -1/+1 |
* | Set lispwords for better indenting. | Kaz Kylheku | 2015-10-02 | 1 | -8/+23 |
* | bugfix: symbol-function throws on builtin macro. | Kaz Kylheku | 2015-10-01 | 1 | -2/+2 |
* | Syntax formatting fixes in structs documentation. | Kaz Kylheku | 2015-10-01 | 1 | -6/+6 |
* | Version 118.txr-118 | Kaz Kylheku | 2015-10-01 | 6 | -156/+237 |
* | linenoise: Ctrl-A/E overloaded in multi-line mode. | Kaz Kylheku | 2015-10-01 | 2 | -3/+13 |
* | Allow super to take an instance as an argument. | Kaz Kylheku | 2015-10-01 | 2 | -4/+9 |
* | New super-method function. | Kaz Kylheku | 2015-10-01 | 3 | -1/+40 |
* | Support for reverse order in finalization. | Kaz Kylheku | 2015-10-01 | 5 | -26/+45 |
* | linenoise: fix multi-line issue in history search. | Kaz Kylheku | 2015-09-30 | 1 | -1/+12 |
* | Fix incorrect "during expansion of ..." error reporting. | Kaz Kylheku | 2015-09-30 | 1 | -1/+4 |
* | 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 |
* | Better argument checking in new macro. | Kaz Kylheku | 2015-09-30 | 1 | -0/+3 |
* | Optimize empty lambdas in defstruct. | Kaz Kylheku | 2015-09-30 | 2 | -31/+32 |
* | struct :init :fini specifiers. | Kaz Kylheku | 2015-09-29 | 2 | -3/+93 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 7 | -115/+704 |