Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+). | Matthias Benkard | 2008-03-04 | 1 | -4/+4 |
* | In callbacks, DECLARE the selector argument IGNORABLE. | Matthias Benkard | 2008-03-04 | 1 | -0/+1 |
* | Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-M... | Matthias Benkard | 2008-03-04 | 1 | -0/+4 |
* | Omit the selector argument when forwarding foreign invocations to generic fun... | Matthias Benkard | 2008-03-04 | 1 | -1/+4 |
* | Fix objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -2/+3 |
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 1 | -0/+1 |
* | objcl_create_imp: Make mprotect(2) errors non-fatal. | Matthias Benkard | 2008-03-03 | 1 | -1/+1 |
* | Introduce function INTERN-CALLBACK-NAME. | Matthias Benkard | 2008-03-03 | 1 | -1/+15 |
* | Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD). | Matthias Benkard | 2008-03-03 | 1 | -0/+53 |
* | Implement the CLOS part of the method definition facility. | Matthias Benkard | 2008-03-03 | 1 | -0/+112 |