summaryrefslogtreecommitdiff
path: root/objective-cl.asd
Commit message (Expand)AuthorAgeFilesLines
* Bump version.Matthias Benkard2008-03-231-1/+1
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-191-1/+2
* Implement the generic sequence protocol for NSArray on SBCL.Matthias Benkard2008-03-141-0/+3
* Use the new type declaration reader macro in Objective-CL code.Matthias Benkard2008-03-131-2/+4
* Add an internal reader macro for more readable type declarations.Matthias Benkard2008-03-131-1/+3
* Fix selector funcallability on CMUCL.Matthias Benkard2008-03-121-1/+2
* Fix a phase bug in the system definition.Matthias Benkard2008-03-081-8/+12
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-071-3/+17
* Bump version.Matthias Benkard2008-03-071-1/+1
* Fix COERCE-OBJECT (... (EQL :ID)).Matthias Benkard2008-03-071-1/+2
* Refactor data conversion.Matthias Benkard2008-03-061-0/+7
* Support super calls.Matthias Benkard2008-03-061-2/+2
* Implement #/description (NS::MLK-LISP-VALUE).Matthias Benkard2008-03-061-1/+2
* Bump version.Matthias Benkard2008-03-051-1/+1
* Implement the CLOS part of the method definition facility.Matthias Benkard2008-03-031-1/+8
* Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList.Matthias Benkard2008-03-031-1/+2
* Introduce an Objective-C class for wrapping Lisp values.Matthias Benkard2008-03-021-0/+4
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-201-5/+15
* Add module: instance-management.Matthias Benkard2008-02-161-0/+4
* System refactoring.Matthias Benkard2008-02-151-1/+2
* Reorder modules in system definition.Matthias Benkard2008-02-121-10/+10
* Make internal-utilities depend on data-types.Matthias Benkard2008-02-121-1/+2
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-121-1/+5
* Bump version.Matthias Benkard2008-02-111-1/+1
* Bump version.Matthias Benkard2008-02-101-1/+1
* Revamp the system definition.Matthias Benkard2008-02-101-112/+2
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-031-4/+6
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-1/+2
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-021-0/+5
* Add Closer to MOP as a dependency.Matthias Benkard2008-02-021-1/+2
* Adapt the system definition to the new directory layout.Matthias Benkard2008-01-291-5/+20
* Bump version.Matthias Benkard2008-01-271-2/+2
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-271-1/+3
* Bump version.Matthias Benkard2008-01-261-2/+2
* Bump version.Matthias Benkard2008-01-261-2/+2
* Automatically build libffi when loading the system.Matthias Benkard2008-01-261-10/+13
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+1
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-1/+91
* Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...Matthias Benkard2007-10-041-0/+4
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-1/+2
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Fix condition signalling.Matthias Benkard2007-09-241-1/+2
* Make memory management a lot saner.Matthias Benkard2007-09-231-6/+7
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-211-1/+3
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-2/+5
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-1/+2
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-161-0/+1
* Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.Matthias Benkard2007-09-141-11/+14
* Code reorganisation.Matthias Benkard2007-09-141-4/+3
* Fix ASDF dependencies.Matthias Benkard2007-08-071-1/+3