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