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