summaryrefslogtreecommitdiff
path: root/Lisp/method-definition.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-041-4/+6
| | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8
* Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).Matthias Benkard2008-03-041-4/+4
| | | | darcs-hash:f8274fbf2ad34ff49cb274d45fb82468850128ea
* In callbacks, DECLARE the selector argument IGNORABLE.Matthias Benkard2008-03-041-0/+1
| | | | darcs-hash:bff6a2e538d5c8fef6d09992e8e7405968373dd6
* Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION ↵Matthias Benkard2008-03-041-0/+4
| | | | | | OBJECTIVE-C-METHOD). darcs-hash:002220739b73a2ef8394655e7757cab7ba10eb5e
* Omit the selector argument when forwarding foreign invocations to generic ↵Matthias Benkard2008-03-041-1/+4
| | | | | | functions. darcs-hash:d0e02549886461cd7837b70b70013be9e2ac507c
* Fix objcl_create_imp.Matthias Benkard2008-03-041-2/+3
| | | | darcs-hash:259fe285f4dde3cb5d6a964593524f7e9619faf4
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-031-0/+1
| | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-031-1/+1
| | | | darcs-hash:61cdfff143da2c65b30b3f32c77e4c9ef98b704e
* Introduce function INTERN-CALLBACK-NAME.Matthias Benkard2008-03-031-1/+15
| | | | darcs-hash:5f2cb0e84fcace08fc832adaf3e48728fd76356c
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-031-0/+53
| | | | darcs-hash:16207045b44287e0f3f332937d826d1cc6c44296
* Implement the CLOS part of the method definition facility.Matthias Benkard2008-03-031-0/+112
darcs-hash:fe4d4b0cd4f99af582cd299de99d2b81fc03ac49