summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Wrap Lisp values when trying to send them messages.Matthias Benkard2008-03-241-1/+7
| | | | darcs-hash:c7cffd49bb312b7a6d88e3a5d29f3f5446827120
* Fix method invocation on Mac OS X.Matthias Benkard2008-03-191-5/+4
| | | | darcs-hash:389135940affce22558648db2fd7e25cebc551bd
* Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to ↵Matthias Benkard2008-03-191-12/+10
| | | | | | RETRIEVE-METHOD-SIGNATURE-INFO. darcs-hash:1fd46a3dbdb3a5e2ec284be3255dd08b2b074414
* Make TYPESPEC a struct type.Matthias Benkard2008-03-191-20/+21
| | | | darcs-hash:e915984995e05d399993c4d602a7c4949053ca66
* Refactor data conversion.Matthias Benkard2008-03-061-142/+1
| | | | darcs-hash:9ff52b1ed764ab58522070fc35eca4ab97844a1c
* Support super calls.Matthias Benkard2008-03-061-1/+10
| | | | darcs-hash:d6b9645fe36711876226cd69bbbc4fce66a94fbb
* Admit defeat to CL-Markdown and code nested lists directly in HTML.Matthias Benkard2008-03-051-14/+23
| | | | darcs-hash:5a090d568fd3d11e46370af41ddeb08ab2c502b5
* Assorted documentation improvements.Matthias Benkard2008-03-051-7/+9
| | | | darcs-hash:9f7b50833bb666d749ad8ab78ab72d7653b64001
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-041-17/+3
| | | | darcs-hash:2f57dd53bfa6b2aa44474232042d9578af720c22
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-031-1/+1
| | | | darcs-hash:16207045b44287e0f3f332937d826d1cc6c44296
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-201-25/+0
| | | | darcs-hash:13dc5d5f8a456e4603e7ced00cf52b3e01e273c2
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-0/+2
| | | | darcs-hash:e57bfdafd5e8690f8e875bf6a5a0a10050b77303
* Reimplement slot reading.Matthias Benkard2008-02-191-31/+37
| | | | darcs-hash:bdef9c8f4c3fb2121456295da23fbe679265a15b
* Do not allow foreign methods to receive arrays as arguments.Matthias Benkard2008-02-181-9/+3
| | | | darcs-hash:e4df8f6242c1995b1b50592493978f99c707ca00
* Do not allow foreign methods to return arrays.Matthias Benkard2008-02-181-1/+5
| | | | darcs-hash:60f115fc6d14d462f11dc77e1c97b68753f52e90
* Fix PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-02-171-1/+2
| | | | darcs-hash:28e399d1243d9825ae590aba3fd55dc1a4d9706c
* Improve the WITH-FOREIGN-STRING-POOL macro.Matthias Benkard2008-02-171-148/+145
| | | | darcs-hash:368ae035198c23f02565826576535eca63088985
* Split MAKE-POINTER-WRAPPER into two parts.Matthias Benkard2008-02-161-3/+4
| | | | darcs-hash:4b07101cbbba48fb579cb22ebac8ff8f520552c7
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-151-3/+4
| | | | darcs-hash:b3c869d86d1e4655ec1562dade69cbdb93600eed
* Wrap returned structs with TAGGED-STRUCT instances.Matthias Benkard2008-02-151-1/+3
| | | | darcs-hash:ddf05fa12ece35775cbf4cf25fad2903db1f3753
* LOW-LEVEL-INVOKE: Support structs and unions as return values.Matthias Benkard2008-02-151-4/+21
| | | | darcs-hash:a9f8de5297e856e6c7f05ccb34a8506d47ef9175
* Lay the groundwork for super calls.Matthias Benkard2008-02-141-1/+5
| | | | darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb
* Simplify the type handling API.Matthias Benkard2008-02-141-13/+6
| | | | darcs-hash:9e2c0c2caf9589869f7894c3522a776748df38fd
* Support passing booleans to Objective-C methods.Matthias Benkard2008-02-141-1/+14
| | | | darcs-hash:ab45821977fdf6dec25f869ad5bda8760c805b4f
* When overriding a return type specification, save the nominal type for later ↵Matthias Benkard2008-02-121-1/+9
| | | | | | use. darcs-hash:40bdaeb5687e6ad142766f1ee041231e875c1d49
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-121-0/+13
| | | | darcs-hash:09dbdf5e230a28071f1933a48077d562065df71f
* Fix the most recent incarnation of PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-19/+26
| | | | darcs-hash:a5115916c06851aae810945c7e4844bb26106ba5
* Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-105/+26
| | | | darcs-hash:bf6243e63e5e4d88ad5ab40cf397da0fa61a7a28
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-111-1/+1
| | | | | | This patch finally makes Objective-CL not crash consistently on CLISP. darcs-hash:20d392bc8e5203efd20e3c57224c2b1338ecb8d9
* Internally, do case-sensitivity-mode-independent method calls only.Matthias Benkard2008-02-051-12/+12
| | | | darcs-hash:8f3c3e6383a484ef7d0a8c18e3e9354867d792ad
* Add support for reading foreign slots.Matthias Benkard2008-02-051-1/+2
| | | | darcs-hash:00abb78ca0134b8fa34830c9643986e046808c5e
* Wrap objects returned by Objective-C code with the appropriate classes ↵Matthias Benkard2008-02-051-1/+3
| | | | | | instead of ID. darcs-hash:5e7987f5da1a4d692e6e60c45c34aa80f9c4236d
* Minor cleanups.Matthias Benkard2008-02-041-3/+3
| | | | darcs-hash:e60bcfe2fc8562b5b1c7c9e086335a6985e9a6cb
* Simplify CONSTRUCTOR-NAME-P.Matthias Benkard2008-02-041-6/+3
| | | | darcs-hash:5ddd574a447dc3a34f13e938df4f3b63b26d5be9
* Update documentation.Matthias Benkard2008-02-031-0/+15
| | | | darcs-hash:af9cfdb8adda53a3459722f8156c54a3d31bfaf1
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-031-0/+12
| | | | darcs-hash:4e7f3cf6846d15869487905f52589ee8250bcf5d
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-7/+8
| | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
| | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-261-4/+4
| | | | darcs-hash:065bdac36eeb490472284101a6d19409d551109b
* Support case-sensitive selector designators.Matthias Benkard2008-01-261-4/+34
| | | | darcs-hash:da29e9f38c99f5a9e558edd20afff7400fced2e4
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-2/+6
| | | | darcs-hash:629ac814cc7f7427b1b1cbe71448a670c37c0171
* Make PRIMITIVE-INVOKE compatible with Allegro CL.Matthias Benkard2007-10-041-11/+19
| | | | darcs-hash:fbad6db938521eb19fe3bf74ed61ad4577651276
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-1/+1
| | | | darcs-hash:d7cf81f2dd93817e55a04816f3851fabce3dac55
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
| | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9
* Make memory management a lot saner.Matthias Benkard2007-09-231-2/+2
| | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777
* Improve method invocation docstrings.Matthias Benkard2007-09-211-3/+20
| | | | darcs-hash:97cbabf4e3fb9b9832ca798b01d571c3d8b56778
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-211-65/+19
| | | | darcs-hash:93b465085160cfe9dc8978554acdfca73670f6f6
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-1/+0
| | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-9/+12
| | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-211-39/+0
| | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e