Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move PARSE-TYPE into a new module, as it doesn't really belong to the ↵ | Matthias Benkard | 2007-10-04 | 3 | -152/+174 | |
| | | | | | | Objective-C layer abstraction. darcs-hash:6bd566547259dd8bef79dbb6afb71b22413485ec | |||||
* | Update documentation. | Matthias Benkard | 2007-09-26 | 6 | -17/+325 | |
| | | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62 | |||||
* | Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:. | Matthias Benkard | 2007-09-26 | 1 | -5/+6 | |
| | | | | darcs-hash:00a735f71d9c0f34a711e2bf83a4224770009e35 | |||||
* | Add FIND-OBJC-META-CLASS, fix some minor bugs. | Matthias Benkard | 2007-09-26 | 5 | -3/+58 | |
| | | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471 | |||||
* | Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME. | Matthias Benkard | 2007-09-26 | 2 | -5/+5 | |
| | | | | darcs-hash:182cc32ffe3cf9105b2da171ffeba042da419624 | |||||
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 26 | -0/+1160 | |
| | | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9 | |||||
* | Add a development journal. | Matthias Benkard | 2007-09-24 | 1 | -0/+111 | |
| | | | | darcs-hash:2582b500543d00e6a02f43dd69d3db3844cef350 | |||||
* | Fix condition signalling. | Matthias Benkard | 2007-09-24 | 3 | -13/+25 | |
| | | | | darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11 | |||||
* | Make memory management a lot saner. | Matthias Benkard | 2007-09-23 | 8 | -74/+121 | |
| | | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777 | |||||
* | Objective-C layer: Add functions for determining the Objective-C runtime ↵ | Matthias Benkard | 2007-09-21 | 5 | -1/+96 | |
| | | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247 | |||||
* | Improve method invocation docstrings. | Matthias Benkard | 2007-09-21 | 1 | -3/+20 | |
| | | | | darcs-hash:97cbabf4e3fb9b9832ca798b01d571c3d8b56778 | |||||
* | Add a compiler macro for INVOKE. | Matthias Benkard | 2007-09-21 | 3 | -66/+92 | |
| | | | | darcs-hash:93b465085160cfe9dc8978554acdfca73670f6f6 | |||||
* | Make the test suite work on Mac OS X. | Matthias Benkard | 2007-09-21 | 4 | -26/+41 | |
| | | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2 | |||||
* | Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD. | Matthias Benkard | 2007-09-21 | 6 | -15/+53 | |
| | | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910 | |||||
* | Prune yet another bunch of unused code chunks. | Matthias Benkard | 2007-09-21 | 4 | -72/+4 | |
| | | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e | |||||
* | LOW-LEVEL-INVOKE: Cosmetic changes. | Matthias Benkard | 2007-09-21 | 1 | -6/+6 | |
| | | | | darcs-hash:7e4e25d9e5b35ca41cc7cdbf3aa03e0c38840c78 | |||||
* | Remove even more code that has become obsolete through the new version of ↵ | Matthias Benkard | 2007-09-21 | 4 | -111/+1 | |
| | | | | | | INVOKE-BY-NAME. darcs-hash:06fc98c5e106ac3fc0fd07ac5cc226ea431d265d | |||||
* | Objective-C layer: Remove the code needed by the obsolete version of ↵ | Matthias Benkard | 2007-09-21 | 4 | -296/+0 | |
| | | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241 | |||||
* | Rip the old INVOKE-BY-NAME code out and replace it with INVOKE-WITH-CONVERSION. | Matthias Benkard | 2007-09-21 | 1 | -60/+29 | |
| | | | | darcs-hash:387f803fd82310a0b84948e46c6d0c0619c54ab7 | |||||
* | LOW-LEVEL-INVOKE: Correctly pass typespec data on to the Objective-C layer. | Matthias Benkard | 2007-09-21 | 1 | -1/+1 | |
| | | | | darcs-hash:a2f860fe7c6740ad1aac1887ba7895e927ebdecd | |||||
* | LOW-LEVEL-INVOKE: Fix indentation. | Matthias Benkard | 2007-09-21 | 1 | -94/+98 | |
| | | | | darcs-hash:b089db25b963117e6b5eb49b337f99cb8ded6338 | |||||
* | Stylistic improvements. | Matthias Benkard | 2007-09-20 | 1 | -5/+8 | |
| | | | | darcs-hash:5c14bcd5a90050f6b9845057ae09235460a3ca23 | |||||
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 8 | -28/+56 | |
| | | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f | |||||
* | Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h. | Matthias Benkard | 2007-09-18 | 1 | -0/+46 | |
| | | | | darcs-hash:0760998bd29643bfe0ccca1eb65d8022b2d93390 | |||||
* | Make +NIL+ a runtime-only constant. | Matthias Benkard | 2007-09-18 | 1 | -1/+1 | |
| | | | | darcs-hash:ea2b9fa98340a19c90f9e85f4e75cae52b6edd77 | |||||
* | Simplify the Objective-C layer, make the newest additions compatible with ↵ | Matthias Benkard | 2007-09-18 | 5 | -126/+60 | |
| | | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8 | |||||
* | Really support arrays, structs, and unions. | Matthias Benkard | 2007-09-18 | 1 | -3/+17 | |
| | | | | darcs-hash:fe9faa15004fae4ab16f95f4ba9a6edf8e260945 | |||||
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵ | Matthias Benkard | 2007-09-18 | 6 | -33/+95 | |
| | | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8 | |||||
* | Objective-C layer: Add functions for dealing with classes and metaclasses. | Matthias Benkard | 2007-09-18 | 6 | -14/+133 | |
| | | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345 | |||||
* | INVOKE-WITH-CONVERSION: Support classes as message receivers. | Matthias Benkard | 2007-09-17 | 2 | -21/+42 | |
| | | | | darcs-hash:f27d973190d6ada1ef35ab041229d1c0b88ee11c | |||||
* | LOW-LEVEL-INVOKE: Support selectors as arguments. | Matthias Benkard | 2007-09-17 | 1 | -1/+4 | |
| | | | | darcs-hash:0dc99e4177c665793fe10972f86d6f5f1507c742 | |||||
* | Cache the return values of RETRIEVE-METHOD-SIGNATURE-INFO. | Matthias Benkard | 2007-09-17 | 2 | -1/+29 | |
| | | | | darcs-hash:17a199077cab37197bbcbc48d58100c4dd73e76e | |||||
* | LOW-LEVEL-INVOKE: Don't break upon invocations with a void return type. | Matthias Benkard | 2007-09-17 | 1 | -1/+5 | |
| | | | | darcs-hash:50cce0d04ea864174e9fdfea4821fe0b79e46452 | |||||
* | LOW-LEVEL-INVOKE: Fix return type lossage. | Matthias Benkard | 2007-09-17 | 1 | -1/+1 | |
| | | | | darcs-hash:21a9356e10f813bd60daa001973cfb37a2ceb66a | |||||
* | PRIMITIVE-INVOKE: Don't break upon invocations with a void return type. | Matthias Benkard | 2007-09-17 | 1 | -1/+4 | |
| | | | | darcs-hash:85d12638eaa8b5a775a9f347b30e0b733c6dfd52 | |||||
* | Add INVOKE-WITH-CONVERSION, a reliable INVOKE-BY-NAME alternative. | Matthias Benkard | 2007-09-17 | 1 | -0/+149 | |
| | | | | darcs-hash:fb4eed75cbc7db6627f756944232bc1944eb5a5f | |||||
* | Juggle some definitions around to make the compiler happy. | Matthias Benkard | 2007-09-17 | 1 | -9/+8 | |
| | | | | darcs-hash:c0210649a47d759ee7efbf23eb03ff7e9aa02261 | |||||
* | PRIMITIVE-INVOKE: Make the compiler macro warn the user about unknown methods. | Matthias Benkard | 2007-09-17 | 1 | -3/+9 | |
| | | | | darcs-hash:9981c64c80204f96e4ae279dcccf61700125f766 | |||||
* | PRIMITIVE-INVOKE: Make the compiler macro degrade gracefully when a constant ↵ | Matthias Benkard | 2007-09-17 | 1 | -1/+6 | |
| | | | | | | selector designator designates an unknown selector. darcs-hash:f6a5bf8ff9fb560b7fd991e48982163b27dc58fa | |||||
* | Define a compiler macro for PRIMITVE-INVOKE that moves constant selector ↵ | Matthias Benkard | 2007-09-17 | 1 | -0/+14 | |
| | | | | | | conversion to load-time. darcs-hash:eacb4258637999d9d3650e877dc7942c5e254ab8 | |||||
* | PRIMITIVE-INVOKE: Simplify memory allocation. | Matthias Benkard | 2007-09-16 | 5 | -52/+81 | |
| | | | | darcs-hash:c123cb0cf9d6d6264904dde03970cd44bb7d3a01 | |||||
* | Manual: Various improvements. | Matthias Benkard | 2007-09-16 | 1 | -18/+29 | |
| | | | | darcs-hash:f93e1b507e1c074cac1d3b1c82213890b2c00211 | |||||
* | Add classes for tagged pointers. | Matthias Benkard | 2007-09-16 | 4 | -0/+101 | |
| | | | | darcs-hash:93dc7a7ee851ab3947332487b00b990143b81e46 | |||||
* | PRIMITIVE-INVOKE: Support non-pointer arguments. | Matthias Benkard | 2007-09-16 | 1 | -4/+9 | |
| | | | | darcs-hash:027144b4dcd760900b90aff40ac18677d50c6a15 | |||||
* | PRIMITIVE-INVOKE: More refactoring. | Matthias Benkard | 2007-09-16 | 2 | -63/+127 | |
| | | | | darcs-hash:1440c933de066bcb07053118d3472d18b63bf5a9 | |||||
* | PRIMITIVE-INVOKE: Refactoring. | Matthias Benkard | 2007-09-16 | 1 | -84/+80 | |
| | | | | darcs-hash:4f79afa2b6a733dd12c3026839240bd1c74ede3a | |||||
* | PRIMITIVE-INVOKE: Support string arguments. | Matthias Benkard | 2007-09-16 | 1 | -65/+77 | |
| | | | | darcs-hash:88071caa7b863276de551edbcca8010961ca1d14 | |||||
* | PRIMITIVE-INVOKE: Fix a bunch of memory access bugs. | Matthias Benkard | 2007-09-16 | 4 | -74/+84 | |
| | | | | darcs-hash:36acfdc03f4004a971aa31a81b87e40c52940f82 | |||||
* | Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs. | Matthias Benkard | 2007-09-16 | 3 | -6/+44 | |
| | | | | darcs-hash:d1f3e7e599cad38b28c45448adeec9126d043e05 | |||||
* | Remember to pass self and _cmd to methods. | Matthias Benkard | 2007-09-16 | 4 | -13/+14 | |
| | | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c |