| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix with-hash-table-iter typo. | Kaz Kylheku | 2015-10-28 | 1 | -1/+1 |
* | Add obtain/yield macros interface to continuations. | Kaz Kylheku | 2015-10-28 | 1 | -0/+253 |
* | Context form error reporting in sys:capture-cont. | Kaz Kylheku | 2015-10-28 | 1 | -11/+14 |
* | New special macro parameter list parameter :form. | Kaz Kylheku | 2015-10-28 | 1 | -9/+22 |
* | Improvement in place macros. | Kaz Kylheku | 2015-10-28 | 1 | -3/+25 |
* | TXR gets delimited continuations. | Kaz Kylheku | 2015-10-25 | 1 | -0/+183 |
* | Implementing truncate-stream. | Kaz Kylheku | 2015-10-21 | 1 | -0/+15 |
* | Doc improvements in Structures. | Kaz Kylheku | 2015-10-19 | 1 | -10/+16 |
* | defmeth and with-objects formatting fix. | Kaz Kylheku | 2015-10-19 | 1 | -1/+2 |
* | Version 120.txr-120 | Kaz Kylheku | 2015-10-18 | 1 | -2/+2 |
* | Support binary specifier in format. | Kaz Kylheku | 2015-10-17 | 1 | -0/+5 |
* | Streamline handling of struct type arguments. | Kaz Kylheku | 2015-10-17 | 1 | -2/+3 |
* | Fix formatting under caar, cadr, ... | Kaz Kylheku | 2015-10-16 | 1 | -0/+1 |
* | Adding defmeth macro and static-slot-ensure. | Kaz Kylheku | 2015-10-16 | 1 | -0/+81 |
* | Remove use of the system function. | Kaz Kylheku | 2015-10-16 | 1 | -0/+25 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -8/+19 |
* | Adding find-frame function. | Kaz Kylheku | 2015-10-15 | 1 | -2/+57 |
* | Introspection over catch and handle frames. | Kaz Kylheku | 2015-10-15 | 1 | -0/+159 |
* | List another limitation of listener. | Kaz Kylheku | 2015-10-15 | 1 | -0/+6 |
* | Slight section restructuring. | Kaz Kylheku | 2015-10-14 | 1 | -1/+3 |
* | Adding typecase macro. | Kaz Kylheku | 2015-10-14 | 1 | -0/+43 |
* | New way of handling exceptions without unwinding. | Kaz Kylheku | 2015-10-14 | 1 | -3/+192 |
* | Hash table iterators exposed, with new macro. | Kaz Kylheku | 2015-10-11 | 1 | -0/+83 |
* | Invoke finalizers if object initialization bails. | Kaz Kylheku | 2015-10-10 | 1 | -0/+10 |
* | Struct finalizers should be registered first. | Kaz Kylheku | 2015-10-10 | 1 | -2/+2 |
* | Version 119.txr-119 | Kaz Kylheku | 2015-10-10 | 1 | -2/+2 |
* | New macro: with-objects. | Kaz Kylheku | 2015-10-10 | 1 | -0/+49 |
* | Add note to :init and :fini. | Kaz Kylheku | 2015-10-09 | 1 | -0/+14 |
* | Various stream-related with- macros introduced. | Kaz Kylheku | 2015-10-08 | 1 | -0/+171 |
* | Adding defex macro and related functions. | Kaz Kylheku | 2015-10-08 | 1 | -0/+125 |
* | 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 | 1 | -0/+21 |
* | New function: reset-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+33 |
* | New function: replace-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+42 |
* | 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 |