| Commit message (Expand) | Author | Age | Files | Lines |
* | oop: derived hook. | Kaz Kylheku | 2019-05-15 | 1 | -1/+1 |
* | oop: new function: struct-type-name. | Kaz Kylheku | 2019-05-15 | 1 | -0/+1 |
* | structs: eliminate declaration of nonexistent var. | Kaz Kylheku | 2019-05-11 | 1 | -1/+1 |
* | unwind: use allocate-struct in frame reification. | Kaz Kylheku | 2019-04-20 | 1 | -0/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New inlined test for struct object. | Kaz Kylheku | 2017-12-31 | 1 | -0/+2 |
* | structs: improve access to initfun and postinitfun. | Kaz Kylheku | 2017-07-09 | 1 | -0/+5 |
* | Warn when a nonexistent slot is referenced. | Kaz Kylheku | 2017-03-23 | 1 | -1/+6 |
* | listener: completion sensitive for slots and methods. | Kaz Kylheku | 2017-03-21 | 1 | -0/+1 |
* | New function: static-slot-home. | Kaz Kylheku | 2017-03-16 | 1 | -0/+1 |
* | New: struct-from-plist and struct-from-args. | Kaz Kylheku | 2017-03-12 | 1 | -0/+2 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Introducing struct instance dirty flags. | Kaz Kylheku | 2016-11-14 | 1 | -0/+3 |
* | Fix non-working quasiquote over struct literals. | Kaz Kylheku | 2016-10-24 | 1 | -1/+1 |
* | Fix struct lit problem exposed by circular syntax. | Kaz Kylheku | 2016-10-20 | 1 | -0/+1 |
* | New function to access slot list of struct type. | Kaz Kylheku | 2016-10-18 | 1 | -0/+1 |
* | Support curried args in method and meth. | Kaz Kylheku | 2016-10-09 | 1 | -0/+1 |
* | Support curried arguments in umethod and umeth. | Kaz Kylheku | 2016-10-09 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Methods for turning objects into sequences. | Kaz Kylheku | 2016-06-01 | 1 | -0/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 1 | -1/+2 |
* | defun can define methods. | Kaz Kylheku | 2015-11-30 | 1 | -1/+1 |
* | func-get-name calculates a name for methods. | Kaz Kylheku | 2015-11-30 | 1 | -0/+1 |
* | Introducing lazy structs. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | New uslot function and usl macro. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | Adding defmeth macro and static-slot-ensure. | Kaz Kylheku | 2015-10-16 | 1 | -0/+1 |
* | New function: reset-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+1 |
* | New function: replace-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+1 |
* | New function: clear-struct. | Kaz Kylheku | 2015-10-06 | 1 | -0/+1 |
* | slot-p renamed to slotp, conforming with Lisp conventions. | Kaz Kylheku | 2015-10-03 | 1 | -1/+1 |
* | New umeth and umethod macro and function. | Kaz Kylheku | 2015-10-03 | 1 | -0/+1 |
* | New super-method function. | Kaz Kylheku | 2015-10-01 | 1 | -1/+2 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 1 | -1/+7 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+39 |