summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a development journal.Matthias Benkard2007-09-241-0/+111
| | | | darcs-hash:2582b500543d00e6a02f43dd69d3db3844cef350
* Fix condition signalling.Matthias Benkard2007-09-243-13/+25
| | | | darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11
* Make memory management a lot saner.Matthias Benkard2007-09-238-74/+121
| | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777
* Objective-C layer: Add functions for determining the Objective-C runtime ↵Matthias Benkard2007-09-215-1/+96
| | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247
* Improve method invocation docstrings.Matthias Benkard2007-09-211-3/+20
| | | | darcs-hash:97cbabf4e3fb9b9832ca798b01d571c3d8b56778
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-213-66/+92
| | | | darcs-hash:93b465085160cfe9dc8978554acdfca73670f6f6
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-214-26/+41
| | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-216-15/+53
| | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-214-72/+4
| | | | 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-214-111/+1
| | | | | | INVOKE-BY-NAME. darcs-hash:06fc98c5e106ac3fc0fd07ac5cc226ea431d265d
* Objective-C layer: Remove the code needed by the obsolete version of ↵Matthias Benkard2007-09-214-296/+0
| | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241
* 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-208-28/+56
| | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f
* Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.Matthias Benkard2007-09-181-0/+46
| | | | darcs-hash:0760998bd29643bfe0ccca1eb65d8022b2d93390
* 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-185-126/+60
| | | | | | 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-186-33/+95
| | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-186-14/+133
| | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345
* INVOKE-WITH-CONVERSION: Support classes as message receivers.Matthias Benkard2007-09-172-21/+42
| | | | 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-172-1/+29
| | | | 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
* Juggle some definitions around to make the compiler happy.Matthias Benkard2007-09-171-9/+8
| | | | darcs-hash:c0210649a47d759ee7efbf23eb03ff7e9aa02261
* 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-165-52/+81
| | | | darcs-hash:c123cb0cf9d6d6264904dde03970cd44bb7d3a01
* Manual: Various improvements.Matthias Benkard2007-09-161-18/+29
| | | | darcs-hash:f93e1b507e1c074cac1d3b1c82213890b2c00211
* Add classes for tagged pointers.Matthias Benkard2007-09-164-0/+101
| | | | 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-162-63/+127
| | | | 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-164-74/+84
| | | | darcs-hash:36acfdc03f4004a971aa31a81b87e40c52940f82
* Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.Matthias Benkard2007-09-163-6/+44
| | | | darcs-hash:d1f3e7e599cad38b28c45448adeec9126d043e05
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-164-13/+14
| | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-158-18/+112
| | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-152-9/+5
| | | | darcs-hash:0f8730bc7a0fe966016fda8582a52a2b5f3e667d
* Synchronise libffi_support.m with libffi_support.h.Matthias Benkard2007-09-151-3/+3
| | | | darcs-hash:a1ad021fd52309be3d564acb41c58f0477b14ffc
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-152-17/+43
| | | | darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-156-763/+90
| | | | darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a
* Add libffi support code from PyObjC.Matthias Benkard2007-09-155-10/+1101
| | | | darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8