summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Expand)AuthorAgeFilesLines
* Build system: Configure libffi --with-pic.Matthias Benkard2008-03-181-1/+3
* Objective-C layer: Fix an erronous assumption about ssize_t being equivalent ...Matthias Benkard2008-03-181-3/+3
* Disable manual NSProcessInfo initialisation on GNUstep systems.Matthias Benkard2008-03-141-1/+8
* Make the build system work with manual copying again.Matthias Benkard2008-03-071-1/+1
* Refactor data conversion.Matthias Benkard2008-03-061-1/+1
* Build system: Fix a long-standing bug that made make too verbose.Matthias Benkard2008-03-061-1/+1
* Fix linking with libffi on GNUstep systems.Matthias Benkard2008-03-051-0/+1
* Fix a compilation warning on Mac OS X.Matthias Benkard2008-03-052-1/+3
* Objective-C layer: Rename the DEBUG macro to DEBUG_P.Matthias Benkard2008-03-051-4/+4
* Objective-C layer: Do not #import NSObject-ObjectiveCLWrapperLink.h.Matthias Benkard2008-03-051-1/+0
* Add function COLLECT-METHODS.Matthias Benkard2008-03-051-0/+48
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-041-0/+4
* Cosmetic improvements.Matthias Benkard2008-03-041-5/+5
* Fix yet another case of misguided stack allocation in objcl_create_imp.Matthias Benkard2008-03-041-1/+3
* Objective-C layer: Add function objcl_test_foo.Matthias Benkard2008-03-041-1/+43
* Fix objcl_create_imp.Matthias Benkard2008-03-041-8/+33
* Fix objcl_finalise_class.Matthias Benkard2008-03-041-1/+1
* Objective-C layer: Add more debugging aids.Matthias Benkard2008-03-041-1/+5
* Objective-C layer: Fix use of the new closure API.Matthias Benkard2008-03-041-1/+1
* Build system: Don't break on non-GNUstep systems when compiling libobjcl for ...Matthias Benkard2008-03-041-1/+1
* Objective-C layer: Disable debugging mode.Matthias Benkard2008-03-031-1/+1
* Use the new libffi closure API.Matthias Benkard2008-03-031-12/+7
* Update libffi to 3.0.4.Matthias Benkard2008-03-031-6/+6
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-032-7/+8
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-031-1/+23
* Objective-C layer: Improve robustness a bit.Matthias Benkard2008-03-021-14/+26
* Objective-C layer: Random improvements.Matthias Benkard2008-02-201-13/+46
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-202-3/+49
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-192-3/+8
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-2/+1
* Reimplement slot writing.Matthias Benkard2008-02-192-0/+11
* Reimplement slot reading.Matthias Benkard2008-02-192-0/+24
* Manage Objective-C classes' Lisp backing state via pointers instead of via th...Matthias Benkard2008-02-191-3/+3
* Remove NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-194-70/+21
* Fix class creation on the NeXT runtime.Matthias Benkard2008-02-181-4/+4
* Fix Objective-C class registration.Matthias Benkard2008-02-182-19/+59
* Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.Matthias Benkard2008-02-171-1/+1
* Objective-C layer: Do not use the MetaClass type.Matthias Benkard2008-02-172-2/+2
* Minor cleanups.Matthias Benkard2008-02-171-0/+10
* Fix a stupid little bug in objcl_create_class.Matthias Benkard2008-02-171-2/+2
* Fix objcl_create_class.Matthias Benkard2008-02-171-1/+1
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-172-0/+14
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-0/+8
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-172-7/+11
* Add module: instance-management.Matthias Benkard2008-02-162-0/+10
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-162-0/+20
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-163-75/+19
* Objective-C layer: Add a note about returning structs on the NeXT runtime.Matthias Benkard2008-02-151-0/+12
* System refactoring.Matthias Benkard2008-02-151-1/+3
* Stylistic improvements.Matthias Benkard2008-02-141-13/+13