ObjFW  Changes On Branch db2fccd01f512506

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

This is equivalent to a diff from 2d08ba105c to db2fccd01f

2012-03-23
12:04
Merge branch 'master' into runtime check-in: 3719e10281 user: js tags: runtime
11:08
Fix class_replaceMethod(). check-in: db2fccd01f user: js tags: runtime
10:46
Fix objc_get_type_encoding(). check-in: 4cf75724eb user: js tags: runtime
2012-03-07
22:22
Fix a missing (auto)release. check-in: fde986d949 user: js tags: trunk
2012-03-06
16:31
Merge changes from default branch into runtime branch. check-in: 9bb186a7a3 user: js tags: runtime
16:17
Clean up the method replacement mess. check-in: 2d08ba105c user: js tags: trunk
16:05
Add OFTLSSocket.h to ObjFW.h. check-in: b8307fa156 user: js tags: trunk

Modified configure.ac from [be20c9c7db] to [965b9ca7ef].    [diff]

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

Modified src/Makefile from [9aa71326e3] to [a7ff014919].    [diff]

Modified src/OFBlock.m from [aca779a840] to [5f9f9c11d5].    [diff]

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

Modified src/OFObject.h from [502b05ce3f] to [38b992ba28].    [diff]

Modified src/OFObject.m from [836c79ac97] to [6045fcc9af].    [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 [d255a09914] to [52ea94e401].    [diff]

Modified src/objc_sync.m from [6d549f3b5e] to [1594a5423a].    [diff]

Added src/runtime/Makefile version [48afff7077].

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/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/threading.m version [7dca0646d4].

Modified tests/Makefile from [ce74abe803] to [a361604896].    [diff]

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