summaryrefslogtreecommitdiff
path: root/Lisp/defpackage.lisp
Commit message (Expand)AuthorAgeFilesLines
* 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