ObjFW  Changes On Branch 2373a7777d265093

Changes In Branch runtime Through [2373a7777d] Excluding Merge-Ins

This is equivalent to a diff from 43038ba0a6 to 2373a7777d

2012-03-04
22:06
Add OFTLSSocket protocol. check-in: dfe3aadc7e user: js tags: trunk
20:47
Make OFBlock compile with the ObjFW runtime. check-in: 8002f3e823 user: js tags: runtime
20:37
Sometimes it's hard to make GCC and Clang happy at the same time... check-in: 2373a7777d user: js tags: runtime
20:37
Install runtime.h. check-in: 876f6cded5 user: js tags: runtime
19:08
Create runtime branch. check-in: 8e770e102d user: js tags: runtime
2012-03-02
16:37
@finally { [pool release]; } is a bad idea when throwing exceptions.
The exception is released before it is ever caught.
check-in: 43038ba0a6 user: js tags: trunk
2012-03-01
15:03
Fix OFDate documentation. check-in: 3b2d8b81ed user: js tags: trunk

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

Modified extra.mk.in from [512d8f1f74] to [d7f52119d7].    [diff]

Modified src/Makefile from [effe04d38d] to [652d953755].    [diff]

Modified src/OFBlock.m from [aca779a840] to [33e8ca2e9a].    [diff]

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

Modified src/OFObject.h from [131792314e] to [37e4450eb1].    [diff]

Modified src/OFObject.m from [76ac8473f2] to [ad59fef6e2].    [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 [700f73028d].

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

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

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

Added src/runtime/class.m version [283e2434aa].

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

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

Added src/runtime/lookup.m version [979591be16].

Added src/runtime/protocol.m version [548197efb9].

Added src/runtime/runtime-private.h version [5494f2f715].

Added src/runtime/runtime.h version [92e1b049bf].

Added src/runtime/selector.m version [8b3f8d4a11].

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

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

Added src/runtime/threading.m version [0fa31c9691].