summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
Commit message (Expand)AuthorAgeFilesLines
* Wrap Lisp values when trying to send them messages.Matthias Benkard2008-03-241-1/+7
* Fix method invocation on Mac OS X.Matthias Benkard2008-03-191-5/+4
* Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to RETRIEVE-METH...Matthias Benkard2008-03-191-12/+10
* Make TYPESPEC a struct type.Matthias Benkard2008-03-191-20/+21
* Refactor data conversion.Matthias Benkard2008-03-061-142/+1
* Support super calls.Matthias Benkard2008-03-061-1/+10
* Admit defeat to CL-Markdown and code nested lists directly in HTML.Matthias Benkard2008-03-051-14/+23
* Assorted documentation improvements.Matthias Benkard2008-03-051-7/+9
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-041-17/+3
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-031-1/+1
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-201-25/+0
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-0/+2
* Reimplement slot reading.Matthias Benkard2008-02-191-31/+37
* Do not allow foreign methods to receive arrays as arguments.Matthias Benkard2008-02-181-9/+3
* Do not allow foreign methods to return arrays.Matthias Benkard2008-02-181-1/+5
* Fix PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-02-171-1/+2
* Improve the WITH-FOREIGN-STRING-POOL macro.Matthias Benkard2008-02-171-148/+145
* Split MAKE-POINTER-WRAPPER into two parts.Matthias Benkard2008-02-161-3/+4
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-151-3/+4
* Wrap returned structs with TAGGED-STRUCT instances.Matthias Benkard2008-02-151-1/+3
* LOW-LEVEL-INVOKE: Support structs and unions as return values.Matthias Benkard2008-02-151-4/+21
* Lay the groundwork for super calls.Matthias Benkard2008-02-141-1/+5
* Simplify the type handling API.Matthias Benkard2008-02-141-13/+6
* Support passing booleans to Objective-C methods.Matthias Benkard2008-02-141-1/+14
* When overriding a return type specification, save the nominal type for later ...Matthias Benkard2008-02-121-1/+9
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-121-0/+13
* Fix the most recent incarnation of PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-19/+26
* Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-105/+26
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-111-1/+1
* Internally, do case-sensitivity-mode-independent method calls only.Matthias Benkard2008-02-051-12/+12
* Add support for reading foreign slots.Matthias Benkard2008-02-051-1/+2
* Wrap objects returned by Objective-C code with the appropriate classes instea...Matthias Benkard2008-02-051-1/+3
* Minor cleanups.Matthias Benkard2008-02-041-3/+3
* Simplify CONSTRUCTOR-NAME-P.Matthias Benkard2008-02-041-6/+3
* Update documentation.Matthias Benkard2008-02-031-0/+15
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-031-0/+12
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-7/+8
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-261-4/+4
* Support case-sensitive selector designators.Matthias Benkard2008-01-261-4/+34
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-2/+6
* Make PRIMITIVE-INVOKE compatible with Allegro CL.Matthias Benkard2007-10-041-11/+19
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-1/+1
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Make memory management a lot saner.Matthias Benkard2007-09-231-2/+2
* Improve method invocation docstrings.Matthias Benkard2007-09-211-3/+20
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-211-65/+19
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-1/+0
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-9/+12
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-211-39/+0