summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* LOW-LEVEL-INVOKE: Cosmetic changes.Matthias Benkard2007-09-211-6/+6
| | | | darcs-hash:7e4e25d9e5b35ca41cc7cdbf3aa03e0c38840c78
* Remove even more code that has become obsolete through the new version of ↵Matthias Benkard2007-09-211-10/+0
| | | | | | INVOKE-BY-NAME. darcs-hash:06fc98c5e106ac3fc0fd07ac5cc226ea431d265d
* Rip the old INVOKE-BY-NAME code out and replace it with INVOKE-WITH-CONVERSION.Matthias Benkard2007-09-211-60/+29
| | | | darcs-hash:387f803fd82310a0b84948e46c6d0c0619c54ab7
* LOW-LEVEL-INVOKE: Correctly pass typespec data on to the Objective-C layer.Matthias Benkard2007-09-211-1/+1
| | | | darcs-hash:a2f860fe7c6740ad1aac1887ba7895e927ebdecd
* LOW-LEVEL-INVOKE: Fix indentation.Matthias Benkard2007-09-211-94/+98
| | | | darcs-hash:b089db25b963117e6b5eb49b337f99cb8ded6338
* Stylistic improvements.Matthias Benkard2007-09-201-5/+8
| | | | darcs-hash:5c14bcd5a90050f6b9845057ae09235460a3ca23
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-23/+13
| | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f
* Make +NIL+ a runtime-only constant.Matthias Benkard2007-09-181-1/+1
| | | | darcs-hash:ea2b9fa98340a19c90f9e85f4e75cae52b6edd77
* Simplify the Objective-C layer, make the newest additions compatible with ↵Matthias Benkard2007-09-181-9/+6
| | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8
* Really support arrays, structs, and unions.Matthias Benkard2007-09-181-3/+17
| | | | darcs-hash:fe9faa15004fae4ab16f95f4ba9a6edf8e260945
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵Matthias Benkard2007-09-181-26/+71
| | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-181-3/+2
| | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345
* INVOKE-WITH-CONVERSION: Support classes as message receivers.Matthias Benkard2007-09-171-10/+24
| | | | darcs-hash:f27d973190d6ada1ef35ab041229d1c0b88ee11c