summaryrefslogtreecommitdiff
path: root/Lisp/defpackage.lisp
Commit message (Expand)AuthorAgeFilesLines
* Add function IN-METHOD-SYNTAX.Matthias Benkard2008-12-041-0/+1
* Support super calls.Matthias Benkard2008-03-061-0/+1
* Add function OBJECTIVE-C-CLASS-REGISTERED-P.Matthias Benkard2008-03-051-0/+1
* Export function FOREIGN-VALUE-POINTER.Matthias Benkard2008-03-051-0/+1
* Add macro DEFINE-OBJECTIVE-C-CLASS.Matthias Benkard2008-03-051-2/+4
* Add function COLLECT-METHODS.Matthias Benkard2008-03-051-0/+1
* Collect selectors in package OBJECTIVE-C-SELECTORS.Matthias Benkard2008-03-051-0/+5
* Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-041-0/+1
* Export DEFOBJCGENERIC and DEFOBJCMETHOD.Matthias Benkard2008-03-041-0/+2
* Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-041-0/+1
* Introduce functions to disable the reader syntax extensions.Matthias Benkard2008-03-041-0/+2
* Introduce Clozure-CL-like method call syntax.Matthias Benkard2008-03-041-1/+12
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-151-1/+7
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-1/+1
* Remove system objective-cl-clozure-compat.Matthias Benkard2008-02-031-2/+2
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-031-2/+2
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-0/+5
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Update documentation.Matthias Benkard2007-09-261-2/+2
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-0/+2
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Objective-C layer: Add functions for determining the Objective-C runtime used...Matthias Benkard2007-09-211-0/+8
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-0/+2
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-0/+4
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-181-0/+3
* Add classes for tagged pointers.Matthias Benkard2007-09-161-0/+4
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+1
* Add some type declarations to improve type safety.Matthias Benkard2007-08-141-0/+2
* Add a SELECTOR function and use coerced selectors in Objective C code rather ...Matthias Benkard2007-08-131-0/+1
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-071-4/+2
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-071-0/+6
* Document and export classes and special variables.Matthias Benkard2007-08-061-2/+14
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-061-0/+1
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-041-1/+8
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+3