| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2025. | Kaz Kylheku | 2025-01-01 | 1 | -1/+1 |
* | oop: special methods to handle missing slots. | Kaz Kylheku | 2024-07-19 | 1 | -2/+2 |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 1 | -1/+1 |
* | We need a length-< special method. | Kaz Kylheku | 2024-01-19 | 1 | -1/+1 |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 1 | -5/+5 |
* | New function: arithp. | Kaz Kylheku | 2023-03-26 | 1 | -0/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | listener: restore and improve method completion. | Kaz Kylheku | 2022-02-19 | 1 | -1/+0 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | compat: fix glaringly broken init-time handling. | Kaz Kylheku | 2021-07-21 | 1 | -0/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -0/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 1 | -0/+3 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | OOP: implementing multiple inheritance. | Kaz Kylheku | 2019-12-11 | 1 | -1/+2 |
* | subtypep: structs with car or length method are sequences. | Kaz Kylheku | 2019-09-06 | 1 | -0/+1 |
* | lib: access special methods via special slot mechanism. | Kaz Kylheku | 2019-09-06 | 1 | -0/+10 |
* | 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 |