summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
Commit message (Expand)AuthorAgeFilesLines
* When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.Matthias Benkard2008-03-241-0/+6
* Fix SELECTOR-FUNCTION for CMUCL again.Matthias Benkard2008-03-231-1/+1
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-191-1/+41
* Clarify CMUCL-specific function SELECTOR-FUNCTION.Matthias Benkard2008-03-181-5/+21
* Minor cleanups.Matthias Benkard2008-03-121-7/+0
* Fix selector funcallability on CMUCL.Matthias Benkard2008-03-121-5/+18
* Correctly handle methods with a :VOID return type.Matthias Benkard2008-03-071-1/+1
* SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL.Matthias Benkard2008-03-051-2/+8
* COLLECT-METHODS: Do not free NULL pointers.Matthias Benkard2008-03-051-1/+2
* Fix a subtle compilation phase problem.Matthias Benkard2008-03-051-8/+10
* Document class OBJECTIVE-C-CLASS.Matthias Benkard2008-03-051-4/+24
* Add function OBJECTIVE-C-CLASS-REGISTERED-P.Matthias Benkard2008-03-051-0/+47
* Document FOREIGN-VALUE, FOREIGN-STRUCT, and FOREIGN-UNION.Matthias Benkard2008-03-051-5/+57
* Add new class FOREIGN-UNION.Matthias Benkard2008-03-051-4/+6
* Document FOREIGN-VALUE-LISP-MANAGED-P and FOREIGN-VALUE-POINTER.Matthias Benkard2008-03-051-2/+80
* Collect selectors in package OBJECTIVE-C-SELECTORS.Matthias Benkard2008-03-051-0/+11
* Move exception reporting to PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-03-041-9/+1
* Implement DESCRIBE-OBJECT (EXCEPTION T).Matthias Benkard2008-03-041-10/+9
* Define type OBJECTIVE-C-TYPE-KEYWORD.Matthias Benkard2008-03-031-0/+9
* Assign the metaclasses of metaclasses correctly.Matthias Benkard2008-02-201-1/+6
* Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER.Matthias Benkard2008-02-181-6/+6
* Do not allow foreign methods to return arrays.Matthias Benkard2008-02-181-14/+0
* Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-171-1/+0
* Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class...Matthias Benkard2008-02-161-3/+6
* Specialise PRINT-OBJECT for FOREIGN-STRUCT values.Matthias Benkard2008-02-151-0/+1
* Class TAGGED-STRUCT: Recover TYPESPEC slot.Matthias Benkard2008-02-151-5/+12
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-151-14/+23
* Improve automatic memory management facilities for structs and unions.Matthias Benkard2008-02-151-19/+44
* Add automatic finalisation to struct wrappers.Matthias Benkard2008-02-151-7/+11
* Wrap returned structs with TAGGED-STRUCT instances.Matthias Benkard2008-02-151-31/+23
* Do not override VALIDATE-SUPERCLASS (FUNCALLABLE-STANDARD-CLASS STANDARD-CLAS...Matthias Benkard2008-02-111-5/+9
* Make Objective-CL compile on CLISP.Matthias Benkard2008-02-111-3/+5
* Specialise MAKE-LOAD-FORM for pointer wrappers.Matthias Benkard2008-02-111-0/+18
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-041-5/+5
* Reintroduce Allegro CL compatibility hack.Matthias Benkard2008-02-031-0/+11
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-031-4/+5
* Update documentation.Matthias Benkard2008-02-031-2/+20
* Remove Allegro CL compatibility hack.Matthias Benkard2008-02-031-11/+0
* Make (DEFCLASS SELECTOR ...) work on Allegro CL.Matthias Benkard2008-02-031-8/+28
* Make selectors funcallable.Matthias Benkard2008-02-031-1/+14
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-031-1/+1
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-5/+2
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-3/+3
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-261-10/+10
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Make memory management a lot saner.Matthias Benkard2007-09-231-1/+0
* Remove even more code that has become obsolete through the new version of INV...Matthias Benkard2007-09-211-8/+0
* Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...Matthias Benkard2007-09-211-32/+0
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-181-0/+7