1007 Commits (4891eb9d5f1201ed833ec4d3dbf7fcac0f6e3cc6)
 

Author SHA1 Message Date
davidchisnall b55071b370 Merge pull request #6 from ngrewe/property_encoding
Be more lenient when accepting property encodings produced by clang
10 years ago
Niels Grewe c5ae4432e0 Be more lenient when accepting property encodings produced by clang. Cf. gnustep/libobjc2#5. 10 years ago
Niels Grewe 9c62645bf1 Be more lenient when accepting property encodings produced by clang. Cf. gnustep/libobjc2#5. 10 years ago
Niels Grewe f4b83fbd53 Merge remote-tracking branch 'upstream/master' 10 years ago
Niels Grewe 92d29b963a Test travis 10 years ago
davidchisnall 27933a9be7 Merge pull request #4 from ngrewe/nil_exception
Fix throwing nil exceptions.
10 years ago
Niels Grewe 1ac152032a Merge branch 'master' into nil_exception
Conflicts:
	Test/CMakeLists.txt
10 years ago
Niels Grewe e121b34a9f Check other exception handlers that should/shouldn't catch nil. 10 years ago
davidchisnall 3443925636 Merge pull request #3 from ngrewe/master
Fix returning argument types from methods.
10 years ago
Niels Grewe dbf392ce99 Move indexing fix into findParameterStart() 10 years ago
Niels Grewe b2e7c50704 Fix throwing nil exceptions. 10 years ago
Niels Grewe cbacd87632 Add missing changes 10 years ago
Niels Grewe 44627f69e7 Also fix method_getArgumentType(). Add test case. 10 years ago
Niels Grewe abb0d1e931 Fix returning argument types from methods. 10 years ago
David Chisnall b0fba94d8b Added 1.8.1 release announcement to master branch. 11 years ago
David Chisnall 27d4bd055a Merge fixes from my temporary fork. 11 years ago
David Chisnall bdfcc0fc79 Fix copy and paste error in release announcement. 11 years ago
David Chisnall 181c0a4d7c Copied 1.8 release announcement for archiving. 11 years ago
David Chisnall e232cdb0bd Updated URLs in the ANNOUNCE. 11 years ago
David Chisnall 857edd9ef7 Fix the README name for CPack. 11 years ago
David Chisnall 913e271963 Fix some omissions in the last commit. 11 years ago
David Chisnall 7e312ef680 The README file is mostly markdown. Make it properly markdown and give it an extension to match. 11 years ago
David Chisnall a74542ae4f Add a test that hidden classes are correctly deallocated and don’t leave the runtime in an undefined state. 11 years ago
David Chisnall d6ca506d6a Make sure that we remove hidden classes from the subclass list, as well as adding them. Also make sure that subclass list manipulation is protected by the runtime lock. 11 years ago
David Chisnall 71c1437ac2 If we find LLVM, but fail to find the relevant cmake modules, give a helpful error and then continue without building the optimisations, instead of just dying. 11 years ago
David Chisnall 4951043022 Add .gitignore. 11 years ago
rfm 7f007e354e fix bug in small object test on 64bit systems 12 years ago
ivucica 4742f71d29 Added #define __has_builtin into block_to_imp.c. 12 years ago
theraven dc241dc1bf Make sure that we flush the instruction cache when creating a new IMP at run
time.
12 years ago
theraven 05243617bf Correctly handle forced unwinding on ARM.
Parch by Mathias Bauer!
12 years ago
theraven a8fe7efdae Make sure we continue unwinding correctly on ARM.
Patch by Logan Chien!
12 years ago
theraven bd0728f393 Fix a bug in weak reference handling, where weak refers were being removed from
the table incorrectly, causing objects inserted at offsets due to hash
collisions to fail to be moved up and then fail to be found later.

Test by Eric Wasylishen!
12 years ago
theraven 58919f07d4 Fix ARM exception building.
Patch by Patryk Laurent!
12 years ago
theraven 2c81ee0428 Allow ARC to correctly handle references to self from blocks within -dealloc. 12 years ago
theraven 6394126bfe Some cleanups in block to IMP conversion.
On FreeBSD (and other platforms that choose to implement the , allocate the
memory via the anonymous shared memory mechanism, removing the need for the
temporary file.  On other POSIX platforms, correctly use mkstemp().
12 years ago
theraven 76a88312dd Work around GNUstep's inability to initialise NSAutoreleasePool without
performing recursive autoreleases (introduced in r37479).
Fixes crashing of C++ static constructors.
12 years ago
theraven 42948106cd Fix the mask for the top part of the dtable on MIPS. 12 years ago
theraven a78a7f3e6b Fix protocol_copyProtocolList() to return the correct count value. 12 years ago
theraven 39b6c20d5e Fix missing unlock.
Submitted by:	Nick Tuckett
12 years ago
theraven 2d0ae6b79b Add test for associated objects. 12 years ago
theraven 9bb46919f6 Fixes to ARM objc_msgSend().
Submitted by:	David Hunt
12 years ago
theraven 55bbcd8748 Only emit section directives on ELF platforms. 12 years ago
rfm eee9f69ca1 protocol_copyProtocolList() return the allocated/populated result 12 years ago
theraven c819b379da Fix the build with GC enabled, export the GC symbols in all build configurations. 13 years ago
theraven 3f94730ba8 Define ENOTSUP in the case where it actually is used if it isn't defined. 13 years ago
theraven e6d4229169 Don't forget to expand the tracing dtable... 13 years ago
theraven edeb64095d Disable the failing test until it can be fixed properly. 13 years ago
theraven da6d7f6060 Remove ivar offset fudging code, as it appears to break a lot of things. 13 years ago
theraven d315fd40f5 Correctly handle buffered protocols.
Reported by: Krystof Vasa
13 years ago
theraven d838f7ad28 Don't crash when trying to synchronize on nil (but don't do anything sensible either). 13 years ago