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