summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-0212-48/+98
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-022-0/+147
* Add Closer to MOP as a dependency.Matthias Benkard2008-02-021-1/+2
* New journal entry.Matthias Benkard2008-02-021-0/+24
* Fix an undefined variable warning.Matthias Benkard2008-02-021-1/+1
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-293-0/+19
* Adapt the system definition to the new directory layout.Matthias Benkard2008-01-292-6/+21
* Clarify the licensing for the PyObjC and JIGS parts.Matthias Benkard2008-01-283-17/+541
* New journal entry.Matthias Benkard2008-01-281-0/+21
* Add pyobjc-compat.h from PyObjC.Matthias Benkard2008-01-282-0/+104
* Add NeXT runtime guards to the files imported from PyObjC.Matthias Benkard2008-01-282-0/+8
* Import NeXT runtime support files from PyObjC.Matthias Benkard2008-01-283-1/+1186
* Add GNU runtime guards to the files imported from JIGS.Matthias Benkard2008-01-283-11/+13
* Import GNU runtime support files from JIGS.Matthias Benkard2008-01-284-1/+445
* Directory layout: Put code imported from PyObjC into its own directory.Matthias Benkard2008-01-2812-6/+7
* Minor build system cleanups.Matthias Benkard2008-01-282-2/+2
* New journal entry.Matthias Benkard2008-01-271-0/+15
* make distclean: Remove config.status and config.log.Matthias Benkard2008-01-271-0/+2
* Bump version.Matthias Benkard2008-01-275-7/+7
* Do not bother looking for ffi.h if libffi cannot be found.Matthias Benkard2008-01-271-1/+3
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-277-12/+109
* Bump version.Matthias Benkard2008-01-264-6/+6
* Minor makefile cleanups.Matthias Benkard2008-01-261-8/+0
* Fix the libffi build procedure for Mac OS X.Matthias Benkard2008-01-261-1/+1
* Bump version.Matthias Benkard2008-01-264-6/+6
* Remove configure-generated files from libffi.Matthias Benkard2008-01-262-347/+0
* Link statically against libffi, unbreak the build system on Mac OS X again.Matthias Benkard2008-01-261-3/+14
* Automatically build libffi when loading the system.Matthias Benkard2008-01-262-13/+28
* Make libffi build outside the PyObjC tree.Matthias Benkard2008-01-261-0/+1
* Import libffi from PyObjC 1.3.7.Matthias Benkard2008-01-26176-0/+55827
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-2621-120/+290
* 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-182-2/+7
* Support building on Mac OS X without gnustep-make.Matthias Benkard2007-10-182-3/+36
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-132-10/+94
* Objective-C layer: Make initialisation more robust.Matthias Benkard2007-10-131-6/+20
* 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-105-19/+170
* 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-042-12/+25
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-046-19/+133