ObjFW  Changes On Branch 40fbc318bb227b9f

Changes In Branch runtime Through [40fbc318bb] Excluding Merge-Ins

This is equivalent to a diff from 43038ba0a6 to 40fbc318bb

2012-03-04
22:06
Add OFTLSSocket protocol. check-in: dfe3aadc7e user: js tags: trunk
20:34
Don't try to build the runtime if we are using the Apple runtime. check-in: cf39404e83 user: js tags: runtime
20:24
Make Clang with -Wshorten-64-to-32 happy. check-in: 40fbc318bb user: js tags: runtime
20:20
Import and integrate ObjFW-RT. check-in: 129f90b580 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 [1b5b2cb300].    [diff]

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

Modified src/Makefile from [effe04d38d] to [c77d3debc3].    [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/macros.h from [d255a09914] to [52ea94e401].    [diff]

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

Added src/runtime/Makefile version [6e57cb5c4b].

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 [6ae6224b73].

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].