Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for SUPER calls. | Matthias Benkard | 2008-03-06 | 1 | -5/+30 |
| | | | | darcs-hash:ba79356bb11de7346137e998a4e2db696d325e51 | ||||
* | Refactor data conversion. | Matthias Benkard | 2008-03-06 | 4 | -146/+201 |
| | | | | darcs-hash:9ff52b1ed764ab58522070fc35eca4ab97844a1c | ||||
* | SUPER: Pass the superclass instead of the class itself to ↵ | Matthias Benkard | 2008-03-06 | 1 | -1/+2 |
| | | | | | | INVOKE-BY-NAME-SUPER-V. darcs-hash:95c3d39d11f5ee0c4b334f6316b01de9bc9dc9ce | ||||
* | DECLARE local SUPER functions IGNORABLE. | Matthias Benkard | 2008-03-06 | 1 | -0/+1 |
| | | | | darcs-hash:4d2d95b7fcfbed689cca92e90e864cd1e421f51a | ||||
* | SUPER: Correctly capture all method arguments. | Matthias Benkard | 2008-03-06 | 1 | -2/+1 |
| | | | | darcs-hash:f53a200995f21b51f64916d2a57938d78e8acc5e | ||||
* | Document SUPER. | Matthias Benkard | 2008-03-06 | 1 | -2/+56 |
| | | | | darcs-hash:380bb758627d0dd85aed6de3c23d67f89ba42b63 | ||||
* | SUPER: Capture method arguments before executing the method body. | Matthias Benkard | 2008-03-06 | 1 | -6/+5 |
| | | | | darcs-hash:73a448dbf57d0847e1bc3e749a2494c2810e6472 | ||||
* | Support super calls. | Matthias Benkard | 2008-03-06 | 4 | -10/+47 |
| | | | | darcs-hash:d6b9645fe36711876226cd69bbbc4fce66a94fbb | ||||
* | Implement INTERN-LISP-VALUE. | Matthias Benkard | 2008-03-06 | 1 | -6/+7 |
| | | | | darcs-hash:78901552fd2a363337b9d4742e0ddf80de731b3f | ||||
* | Implement the rest of NS::MLK-LISP-STRING, NS::MLK-LISP-ARRAY, and ↵ | Matthias Benkard | 2008-03-06 | 1 | -17/+44 |
| | | | | | | NS::MLK-LISP-LIST. darcs-hash:a08cc3c06aacbea697dd8f661480469cf2a1b9bb | ||||
* | Implement #/description (NS::MLK-LISP-VALUE). | Matthias Benkard | 2008-03-06 | 1 | -0/+20 |
| | | | | darcs-hash:40fcce373c4bbecb159aa9e51e52729864fa75d2 | ||||
* | Convert :ID, :CLASS, and :SELECTOR values returned by callbacks into pointers. | Matthias Benkard | 2008-03-06 | 1 | -5/+8 |
| | | | | darcs-hash:6a6f4e1acfe44e0ea057531a8254c0283b024522 | ||||
* | DEFINE-OBJECTIVE-C-CLASS: Reintern the class name in the OBJECTIVE-C-CLASSES ↵ | Matthias Benkard | 2008-03-05 | 1 | -1/+2 |
| | | | | | | package before proceeding. darcs-hash:16df3fe0db3dba48a115177015b53fb8402484c1 | ||||
* | SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL. | Matthias Benkard | 2008-03-05 | 1 | -2/+8 |
| | | | | darcs-hash:8f43001b4a1f23eba62fef3c537b5b2442810c51 | ||||
* | COLLECT-METHODS: Do not free NULL pointers. | Matthias Benkard | 2008-03-05 | 2 | -2/+4 |
| | | | | darcs-hash:c65fd128ad2ff1b86c866e1982dc4ad7e5e884c5 | ||||
* | Fix a subtle compilation phase problem. | Matthias Benkard | 2008-03-05 | 1 | -8/+10 |
| | | | | darcs-hash:c9d6ba6df250ee32e7855c971e7e537ebf9a7dc6 | ||||
* | Admit defeat to CL-Markdown and code nested lists directly in HTML. | Matthias Benkard | 2008-03-05 | 1 | -14/+23 |
| | | | | darcs-hash:5a090d568fd3d11e46370af41ddeb08ab2c502b5 | ||||
* | Document OBJECTIVE-C-GENERIC-FUNCTION and OBJECTIVE-C-METHOD. | Matthias Benkard | 2008-03-05 | 1 | -2/+31 |
| | | | | darcs-hash:97cd663f2aa97f8dcaee5bdc3d467b2e92241430 | ||||
* | Document class OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-03-05 | 1 | -4/+24 |
| | | | | darcs-hash:4133dbeb589fd1c29ec77b5242e7335b973e98aa | ||||
* | Add function OBJECTIVE-C-CLASS-REGISTERED-P. | Matthias Benkard | 2008-03-05 | 2 | -0/+48 |
| | | | | darcs-hash:3e89853d61732a8fc928a1c3318dfaa648191e8c | ||||
* | Document FOREIGN-VALUE, FOREIGN-STRUCT, and FOREIGN-UNION. | Matthias Benkard | 2008-03-05 | 1 | -5/+57 |
| | | | | darcs-hash:fb4f97a5b508a7d112fbe2b7397221389bdfd8f5 | ||||
* | Add new class FOREIGN-UNION. | Matthias Benkard | 2008-03-05 | 1 | -4/+6 |
| | | | | darcs-hash:8f87776dce528cb17cf292df0c5aa410fe924247 | ||||
* | Document FOREIGN-VALUE-LISP-MANAGED-P and FOREIGN-VALUE-POINTER. | Matthias Benkard | 2008-03-05 | 1 | -2/+80 |
| | | | | darcs-hash:28fe2a6f6d970312b95103a14631e6f58ee53635 | ||||
* | Export function FOREIGN-VALUE-POINTER. | Matthias Benkard | 2008-03-05 | 1 | -0/+1 |
| | | | | darcs-hash:7184e1f4ee9a4960f063209aef28297b6c29d6cc | ||||
* | Assorted documentation improvements. | Matthias Benkard | 2008-03-05 | 2 | -9/+12 |
| | | | | darcs-hash:9f7b50833bb666d749ad8ab78ab72d7653b64001 | ||||
* | Document COLLECT-CLASSES and COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 2 | -0/+60 |
| | | | | darcs-hash:5f9f283cf4206188d49b9a7ac61f247e65ef72c5 | ||||
* | Document DEFINE-RETURNS-BOOLEAN-EXCEPTION and ↵ | Matthias Benkard | 2008-03-05 | 1 | -2/+77 |
| | | | | | | UNDEFINE-RETURNS-BOOLEAN-EXCEPTION. darcs-hash:48f710780d299eb6dd9931b70dd1815ade8a060e | ||||
* | Document DISABLE-METHOD-SYNTAX and DISABLE-OBJECTIVE-C-SYNTAX. | Matthias Benkard | 2008-03-05 | 1 | -2/+22 |
| | | | | darcs-hash:be718221954670a673eb722f4c53c07addde614d | ||||
* | Fix documentation formatting. | Matthias Benkard | 2008-03-05 | 2 | -12/+12 |
| | | | | darcs-hash:511ea4147397dc61baabcd0ddc39c7ec01097163 | ||||
* | Improve DEFINE-OBJECTIVE-C-CLASS documentation. | Matthias Benkard | 2008-03-05 | 2 | -0/+10 |
| | | | | darcs-hash:11dd42d8010f57315e34a7f854c5664f3a65392f | ||||
* | Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD. | Matthias Benkard | 2008-03-05 | 2 | -1/+151 |
| | | | | darcs-hash:6dee3847173863f3026799954afe28ec7df9e3c2 | ||||
* | Add macro DEFINE-OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-03-05 | 2 | -2/+157 |
| | | | | darcs-hash:d689941e5d40652ec30566cf982572e6ba8bba96 | ||||
* | Add test cases for the new method syntax. | Matthias Benkard | 2008-03-05 | 1 | -1/+19 |
| | | | | darcs-hash:79e19eb625c3afd8628733f0985bd4f26d104b06 | ||||
* | Update ENABLE-METHOD-SYNTAX documentation. | Matthias Benkard | 2008-03-05 | 1 | -7/+9 |
| | | | | darcs-hash:a472659d5d7e56ae5124560e0318742ed21e85e5 | ||||
* | Call COLLECT-METHODS at system load-time. | Matthias Benkard | 2008-03-05 | 1 | -1/+6 |
| | | | | darcs-hash:f8c65b4911752293d595eff5a9e128e7fc02689a | ||||
* | Fix the callback COLLECT-METHODS uses to collect methods of a class. | Matthias Benkard | 2008-03-05 | 1 | -1/+1 |
| | | | | darcs-hash:91949561bc5eba149950b45fae63f5987486febd | ||||
* | Add function COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 4 | -3/+32 |
| | | | | darcs-hash:4c78479b2d67157304f041d700fceb34a3ed7721 | ||||
* | Collect selectors in package OBJECTIVE-C-SELECTORS. | Matthias Benkard | 2008-03-05 | 3 | -11/+29 |
| | | | | darcs-hash:f8184992f82c34b07e6a89745593b8daec17fc61 | ||||
* | Fix syntax enhancement enabling and disabling functions. | Matthias Benkard | 2008-03-04 | 2 | -14/+44 |
| | | | | darcs-hash:9bab32834009040b90d1d10f12abadad6d1391fa | ||||
* | Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION. | Matthias Benkard | 2008-03-04 | 2 | -1/+3 |
| | | | | darcs-hash:57cc807cebf34e1ea2e6367648f436e3af2dfa33 | ||||
* | Export DEFOBJCGENERIC and DEFOBJCMETHOD. | Matthias Benkard | 2008-03-04 | 2 | -0/+6 |
| | | | | darcs-hash:215ba7f141aaf113da4111f9dc76b3a6e45e8321 | ||||
* | Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION. | Matthias Benkard | 2008-03-04 | 3 | -2/+18 |
| | | | | darcs-hash:407ea76ee108cb03e819c6d5027b828a1232e24b | ||||
* | Introduce functions to disable the reader syntax extensions. | Matthias Benkard | 2008-03-04 | 2 | -2/+27 |
| | | | | darcs-hash:bc88fd5b88bc84ccf83caff109762f2813a9b53d | ||||
* | Introduce Clozure-CL-like method call syntax. | Matthias Benkard | 2008-03-04 | 2 | -3/+85 |
| | | | | darcs-hash:9b1645d06112b61bd4e85f23a7a6725f89e2564b | ||||
* | Support simple CFFI types as typespecs. | Matthias Benkard | 2008-03-04 | 3 | -4/+4 |
| | | | | darcs-hash:08236de112dc806e436b6d48a24d7922e33e801a | ||||
* | Move exception reporting to PRINT-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-03-04 | 2 | -18/+19 |
| | | | | darcs-hash:7487d34005f69ab123278791d00991d50fde3496 | ||||
* | Add a note about exception handling to ADD-METHOD ↵ | Matthias Benkard | 2008-03-04 | 1 | -0/+11 |
| | | | | | | (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD). darcs-hash:5504ab9f0855575e5475118f7e95de779369d0e8 | ||||
* | Acquire the exception lock when returning from a callback. | Matthias Benkard | 2008-03-04 | 3 | -7/+9 |
| | | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8 | ||||
* | Implement DESCRIBE-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-03-04 | 1 | -10/+9 |
| | | | | darcs-hash:47438eafc656ab7597bd008586346cd52287e670 | ||||
* | Fix function POINTER for arguments of type EXCEPTION. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
| | | | | darcs-hash:a2605bdf40d3be4bb2950c34cb275d84cd68758f |