summaryrefslogtreecommitdiff
path: root/Lisp/libobjcl.lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Assign a fake metaclass as a metaclass to the root metaclass.Matthias Benkard2008-02-061-29/+28
| | | | darcs-hash:e594ffa7fa03edfdbfd4f44708c2a1863c96a2af
* Assign the root metaclass as a metaclass to every metaclass except itself.Matthias Benkard2008-02-051-1/+28
| | | | darcs-hash:459f98ad1f243ae33843a4ba12e01fb772303084
* Reflect the Objective-C class hierarchy in the metaclass hierarchy as well.Matthias Benkard2008-02-051-2/+16
| | | | darcs-hash:cf65597e69517e41fb3e7f92db71b086ca4508b9
* Remove obsolete function OBJC-CLASS-OF.Matthias Benkard2008-02-041-6/+0
| | | | darcs-hash:41dbdbf37b8a66d07d7948be16fe884d7c110af2
* Fix a possible NULL-pointer-related crash.Matthias Benkard2008-02-041-1/+2
| | | | darcs-hash:1202c3fc56fbebc3338ed2b814b9c376bb0c5317
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-041-1/+6
| | | | darcs-hash:7da372a879d14800683cb79a262e86a8037245fc
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-041-2/+4
| | | | darcs-hash:7d709124e74a1782fecaf2ee75a0a229783fec8b
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-0/+51
| | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-031-3/+7
| | | | darcs-hash:ef9a71b349ac03e3d80ed89c750f3dd82ad67630
* Make OBJCL-CLASS-SUPERCLASS a bit safer.Matthias Benkard2008-02-031-1/+1
| | | | darcs-hash:a9e4e8974f590ab21f9eb5985a9c1211ab4a644d
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+9
| | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-031-2/+5
| | | | darcs-hash:dd0a1476e5412105a56b7c7de18f7d14f7af2696
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-9/+10
| | | | darcs-hash:3d9bf7fb5b37a4089ae3d85493612c6e6abc4469
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-13/+15
| | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+5
| | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd
* 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-13/+13
| | | | darcs-hash:065bdac36eeb490472284101a6d19409d551109b
* Support case-sensitive selector designators.Matthias Benkard2008-01-261-11/+81
| | | | darcs-hash:da29e9f38c99f5a9e558edd20afff7400fced2e4
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+6
| | | | darcs-hash:ed5c2f6e5f03f8adabfb89279d275a7ce88821c7
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-9/+3
| | | | darcs-hash:ef27415b24423ea9a86ff20f7dde1ca55fa01df1
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-2/+2
| | | | darcs-hash:629ac814cc7f7427b1b1cbe71448a670c37c0171
* Make compile-time selector warnings work on the NeXT runtime, clean the ↵Matthias Benkard2007-10-101-12/+106
| | | | | | Objective-C layer up a bit. darcs-hash:bff1454e2749c658ed0d0ad4eb51c4b1802e6f40
* Move PARSE-TYPE into a new module, as it doesn't really belong to the ↵Matthias Benkard2007-10-041-152/+0
| | | | | | Objective-C layer abstraction. darcs-hash:6bd566547259dd8bef79dbb6afb71b22413485ec
* Update documentation.Matthias Benkard2007-09-261-0/+67
| | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-2/+31
| | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471
* Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.Matthias Benkard2007-09-261-2/+2
| | | | darcs-hash:182cc32ffe3cf9105b2da171ffeba042da419624
* 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-7/+7
| | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777
* Objective-C layer: Add functions for determining the Objective-C runtime ↵Matthias Benkard2007-09-211-0/+31
| | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-2/+1
| | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910
* Remove even more code that has become obsolete through the new version of ↵Matthias Benkard2007-09-211-55/+0
| | | | | | INVOKE-BY-NAME. darcs-hash:06fc98c5e106ac3fc0fd07ac5cc226ea431d265d
* Objective-C layer: Remove the code needed by the obsolete version of ↵Matthias Benkard2007-09-211-7/+0
| | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-1/+2
| | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f
* Simplify the Objective-C layer, make the newest additions compatible with ↵Matthias Benkard2007-09-181-32/+20
| | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵Matthias Benkard2007-09-181-0/+2
| | | | | | 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-0/+35
| | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-161-3/+3
| | | | darcs-hash:c123cb0cf9d6d6264904dde03970cd44bb7d3a01
* Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.Matthias Benkard2007-09-161-1/+1
| | | | darcs-hash:d1f3e7e599cad38b28c45448adeec9126d043e05
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-161-2/+0
| | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-6/+22
| | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98
* Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ↵Matthias Benkard2007-09-141-1/+1
| | | | | | in Lisp only. darcs-hash:cc01d5054194e3be05efa9fc002da30e04d7068e
* Code reorganisation.Matthias Benkard2007-09-141-93/+325
| | | | darcs-hash:be8c8af8504b2ce63cde33a893542d3590abd703
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-141-3/+20
| | | | darcs-hash:de2f77980605c7aec911673edb0f0f29d0467fce
* Add some type declarations to improve type safety.Matthias Benkard2007-08-141-4/+16
| | | | darcs-hash:80f199b54225eed3b79fb36bbd49a0745e9033af
* Add a SELECTOR function and use coerced selectors in Objective C code rather ↵Matthias Benkard2007-08-131-1/+50
| | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c
* Add an ERRORP parameter to FIND-OBJC-CLASS.Matthias Benkard2007-08-131-11/+16
| | | | darcs-hash:733b39fe1f40aabcdec1780a9659f918b61eb5b5
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-071-2/+2
| | | | darcs-hash:2a0df2a072f110c491fb0aa97ddade5defd293c5
* If necessary, deallocate a C string after converting it.Matthias Benkard2007-08-061-4/+4
| | | | darcs-hash:4f83783092400107dd9b58671d11d4cb6a9d5214
* More cleanups.Matthias Benkard2007-08-061-19/+16
| | | | darcs-hash:71c91c19f791ff48c670b718e4b9cecd96465ee8
* Minor cleanups.Matthias Benkard2007-08-061-5/+4
| | | | darcs-hash:ee74b33660af9dc6b1e0207285907211dd7e600a