summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* LOW-LEVEL-INVOKE: Support selectors as arguments.Matthias Benkard2007-09-171-1/+4
| | | | darcs-hash:0dc99e4177c665793fe10972f86d6f5f1507c742
* Cache the return values of RETRIEVE-METHOD-SIGNATURE-INFO.Matthias Benkard2007-09-171-1/+3
| | | | darcs-hash:17a199077cab37197bbcbc48d58100c4dd73e76e
* LOW-LEVEL-INVOKE: Don't break upon invocations with a void return type.Matthias Benkard2007-09-171-1/+5
| | | | darcs-hash:50cce0d04ea864174e9fdfea4821fe0b79e46452
* LOW-LEVEL-INVOKE: Fix return type lossage.Matthias Benkard2007-09-171-1/+1
| | | | darcs-hash:21a9356e10f813bd60daa001973cfb37a2ceb66a
* PRIMITIVE-INVOKE: Don't break upon invocations with a void return type.Matthias Benkard2007-09-171-1/+4
| | | | darcs-hash:85d12638eaa8b5a775a9f347b30e0b733c6dfd52
* Add INVOKE-WITH-CONVERSION, a reliable INVOKE-BY-NAME alternative.Matthias Benkard2007-09-171-0/+149
| | | | darcs-hash:fb4eed75cbc7db6627f756944232bc1944eb5a5f
* PRIMITIVE-INVOKE: Make the compiler macro warn the user about unknown methods.Matthias Benkard2007-09-171-3/+9
| | | | darcs-hash:9981c64c80204f96e4ae279dcccf61700125f766
* PRIMITIVE-INVOKE: Make the compiler macro degrade gracefully when a constant ↵Matthias Benkard2007-09-171-1/+6
| | | | | | selector designator designates an unknown selector. darcs-hash:f6a5bf8ff9fb560b7fd991e48982163b27dc58fa
* Define a compiler macro for PRIMITVE-INVOKE that moves constant selector ↵Matthias Benkard2007-09-171-0/+14
| | | | | | conversion to load-time. darcs-hash:eacb4258637999d9d3650e877dc7942c5e254ab8
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-161-49/+57
| | | | darcs-hash:c123cb0cf9d6d6264904dde03970cd44bb7d3a01
* Add classes for tagged pointers.Matthias Benkard2007-09-161-0/+1
| | | | darcs-hash:93dc7a7ee851ab3947332487b00b990143b81e46
* PRIMITIVE-INVOKE: Support non-pointer arguments.Matthias Benkard2007-09-161-4/+9
| | | | darcs-hash:027144b4dcd760900b90aff40ac18677d50c6a15
* PRIMITIVE-INVOKE: More refactoring.Matthias Benkard2007-09-161-63/+50
| | | | darcs-hash:1440c933de066bcb07053118d3472d18b63bf5a9
* PRIMITIVE-INVOKE: Refactoring.Matthias Benkard2007-09-161-84/+80
| | | | darcs-hash:4f79afa2b6a733dd12c3026839240bd1c74ede3a
* PRIMITIVE-INVOKE: Support string arguments.Matthias Benkard2007-09-161-65/+77
| | | | darcs-hash:88071caa7b863276de551edbcca8010961ca1d14
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-69/+76
| | | | darcs-hash:36acfdc03f4004a971aa31a81b87e40c52940f82