ObjFW  Changes On Branch adbce6d8f4e17ac8

Changes In Branch runtime Through [adbce6d8f4] Excluding Merge-Ins

This is equivalent to a diff from 8e0c9d89f9 to adbce6d8f4

2012-03-23
14:54
Add class_getMethodImplementation(). check-in: 46105d56c7 user: js tags: runtime
12:59
Move objc_{properties,sync} to runtime. check-in: adbce6d8f4 user: js tags: runtime
12:42
Add objc_{get,set}PropertyStruct() for GCC >= 4.6. check-in: 08f1d13520 user: js tags: runtime
12:41
Remove hack not necessary anymore. check-in: 03a7cd6427 user: js tags: trunk
12:04
Merge branch 'master' into runtime check-in: 3719e10281 user: js tags: runtime
2012-03-21
20:28
Update buildsys. check-in: 8e0c9d89f9 user: js tags: trunk
17:51
Always pass a char for copy to objc_setProperty(). check-in: 3a983475bc user: js tags: trunk

Modified configure.ac from [587857d1f8] to [7573e14a8c].    [diff]

Modified extra.mk.in from [c78962a205] to [4dec53a4cc].    [diff]

Modified src/Makefile from [5510425993] to [dc55b4be53].    [diff]

Modified src/OFBlock.m from [5825d5d284] to [100cdf479d].    [diff]

Modified src/OFIntrospection.m from [3e6c8b04d5] to [e4635330ec].    [diff]

Modified src/OFObject.h from [9620b63ed6] to [c823dc085d].    [diff]

Modified src/OFObject.m from [708e72ca3d] to [99d74c377b].    [diff]

Modified src/OFThread.m from [ee16dd390b] to [15c3b7304d].    [diff]

Modified src/base64.h from [1cfc5e7ce8] to [86d7b49ac9].    [diff]

Modified src/exceptions/Makefile from [f45b67542a] to [7c2fda7df6].    [diff]

Modified src/macros.h from [ef3c33f2fd] to [5266d93197].    [diff]

Deleted src/objc_properties.m version [d2cf97ab35].

Deleted src/objc_sync.m version [6d549f3b5e].

Added src/runtime/Makefile version [b3597d7cd3].

Added src/runtime/category.m version [d939f47c4b].

Added src/runtime/class.m version [c6f580ab0e].

Added src/runtime/hashtable.m version [f05f1f70fa].

Added src/runtime/init.m version [67c36937da].

Added src/runtime/lookup-amd64-elf.S version [1fd16b224f].

Added src/runtime/lookup-x86-elf.S version [213672a51c].

Added src/runtime/lookup.m version [29b33e14c4].

Added src/runtime/property.m version [343585f1c5].

Added src/runtime/protocol.m version [234e32b5ef].

Added src/runtime/runtime-private.h version [76682de6f9].

Added src/runtime/runtime.h version [5e1f1b3197].

Added src/runtime/selector.m version [c0f228fae6].

Added src/runtime/sparsearray.m version [71ecf956f3].

Added src/runtime/static-instances.m version [af522385e4].

Added src/runtime/synchronized.m version [60cb02c7ef].

Added src/runtime/threading.m version [7dca0646d4].

Modified tests/Makefile from [8bfcb02596] to [e4f2bfe9b1].    [diff]

Modified tests/plugin/Makefile from [9a218c4a65] to [49897d6981].    [diff]