ObjFW  Changes On Branch feed2dbe67c92cd3

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

This is equivalent to a diff from 43038ba0a6 to feed2dbe67

2012-03-06
16:24
objc_replace_{class,instance}_method() -> class_replaceMethod(). check-in: 2e39765aa2 user: js tags: runtime
2012-03-05
00:13
Add missing -I for runtime in tests. check-in: feed2dbe67 user: js tags: runtime
00:01
Add sel_isEqual(). check-in: 7215a36f5a user: js tags: runtime
2012-03-04
22:06
Add OFTLSSocket protocol. check-in: dfe3aadc7e user: js tags: trunk
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 [5f9f9c11d5].    [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 [d939f47c4b].

Added src/runtime/class.m version [44fd744eb1].

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 [76c52af657].

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

Added src/runtime/runtime.h version [bd5f7c0ee0].

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 [0fa31c9691].

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

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