summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Expand)AuthorAgeFilesLines
...
* Lay the groundwork for super calls.Matthias Benkard2008-02-142-7/+39
* Objective-C layer: Track Lisp backing status by class instead of by instance.Matthias Benkard2008-02-142-13/+21
* Objective-C layer: Revamp the ObjectiveCLWrapperLink category.Matthias Benkard2008-02-142-35/+16
* Objective-C layer: Make initialisation more robust.Matthias Benkard2008-02-121-20/+24
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-0/+4
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-102-4/+7
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-104-15/+95
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-092-0/+164
* Objective-C layer: Use mprotect(2) where needed.Matthias Benkard2008-02-081-3/+9
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-072-2/+66
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-072-0/+107
* Objective-C layer: Add some debugging aids.Matthias Benkard2008-02-041-0/+36
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-4/+9
* Objective-C layer: Add slot handling functions.Matthias Benkard2008-02-033-4/+95
* Objective-C layer: Make use of the Objective-C 2.0 runtime.Matthias Benkard2008-02-032-21/+15
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-032-0/+15
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-292-0/+14
* 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-2811-5/+6
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-273-5/+37
* Minor makefile cleanups.Matthias Benkard2008-01-261-8/+0
* Fix the libffi build procedure for Mac OS X.Matthias Benkard2008-01-261-1/+1
* 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-261-3/+15
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-262-12/+14
* Support building on Mac OS X without gnustep-make.Matthias Benkard2007-10-181-2/+23
* Objective-C layer: Make initialisation more robust.Matthias Benkard2007-10-131-6/+20
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-102-3/+25
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-262-0/+23
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-263-0/+49
* Objective-C layer: Add functions for determining the Objective-C runtime used...Matthias Benkard2007-09-212-0/+50
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-1/+4
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-212-10/+4
* Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...Matthias Benkard2007-09-212-257/+0
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-202-0/+26
* Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.Matthias Benkard2007-09-181-0/+46
* Simplify the Objective-C layer, make the newest additions compatible with the...Matthias Benkard2007-09-182-79/+27
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-182-0/+10
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-182-0/+67
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-2/+5
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-162-8/+7
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+5
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-152-9/+5
* Synchronise libffi_support.m with libffi_support.h.Matthias Benkard2007-09-151-3/+3
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-152-17/+43
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-156-763/+90