summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-043-18/+132
* Add support for named struct members in typespecs.Matthias Benkard2008-02-041-13/+32
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-043-7/+13
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-0/+51
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-032-3/+18
* Make OBJCL-CLASS-SUPERCLASS a bit safer.Matthias Benkard2008-02-031-1/+1
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+9
* Reintroduce Allegro CL compatibility hack.Matthias Benkard2008-02-031-0/+11
* Remove system objective-cl-clozure-compat.Matthias Benkard2008-02-032-27/+2
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-033-6/+32
* Update documentation.Matthias Benkard2008-02-032-2/+35
* Remove Allegro CL compatibility hack.Matthias Benkard2008-02-031-11/+0
* Make (DEFCLASS SELECTOR ...) work on Allegro CL.Matthias Benkard2008-02-031-8/+28
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-032-0/+32
* Make selectors funcallable.Matthias Benkard2008-02-031-1/+14
* Implement SLOT-MAKUNBOUND for Objective-C wrapper objects.Matthias Benkard2008-02-031-2/+13
* Cosmetic improvements.Matthias Benkard2008-02-031-2/+2
* Allow subclassing between Objective-C wrapper classes.Matthias Benkard2008-02-031-0/+3
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-033-4/+12
* Automatically export newly defined wrapper classes.Matthias Benkard2008-02-032-7/+14
* Fix a few typos.Matthias Benkard2008-02-031-7/+7
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-026-24/+51
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-0211-47/+96
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-021-0/+142
* Fix an undefined variable warning.Matthias Benkard2008-02-021-1/+1
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+5
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-2618-108/+108
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-265-37/+37
* Support case-sensitive selector designators.Matthias Benkard2008-01-264-20/+136
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+6
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-9/+3
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-105-15/+14
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-102-16/+114
* Make PRIMITIVE-INVOKE compatible with Allegro CL.Matthias Benkard2007-10-043-16/+27
* Unit tests: Don't expect FIND-SELECTOR to return NIL.Matthias Benkard2007-10-041-1/+2
* Make type handling work on the GNU runtime again.Matthias Benkard2007-10-041-12/+8
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-045-19/+66
* Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...Matthias Benkard2007-10-042-152/+170
* Update documentation.Matthias Benkard2007-09-266-17/+325
* Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:.Matthias Benkard2007-09-261-5/+6
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-262-2/+33
* Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.Matthias Benkard2007-09-262-5/+5
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-2617-0/+289
* Fix condition signalling.Matthias Benkard2007-09-242-12/+23
* Make memory management a lot saner.Matthias Benkard2007-09-237-68/+114
* Objective-C layer: Add functions for determining the Objective-C runtime used...Matthias Benkard2007-09-213-1/+46
* Improve method invocation docstrings.Matthias Benkard2007-09-211-3/+20
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-212-65/+89
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-213-25/+37
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-215-13/+48