ObjFW  Check-in [4c4fdb3429]

Overview
Comment:Merge branch 'runtime'

* runtime: (76 commits)
runtime: Add exception handling.
...

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4c4fdb3429e4c04745a078c0ccf6dd27a2a3681ca4d8ae17749aa4d0fd872eb8
User & Date: js on 2012-07-03 15:50:22
Other Links: manifest | tags
Context
2012-07-03
20:16
OFHash: Take void* and unify convenience methods. check-in: c1060114f6 user: js tags: trunk
15:50
Merge branch 'runtime' check-in: 4c4fdb3429 user: js tags: trunk
15:49
Use the copy attribute in properties for blocks. check-in: 4d18a4b596 user: js tags: trunk
15:44
runtime: Add exception handling. Closed-Leaf check-in: a230197b48 user: js tags: runtime
Changes

Modified configure.ac from [8413d47c07] to [0661dee44a].    [diff]

Modified extra.mk.in from [c78962a205] to [21c2490513].    [diff]

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

Modified src/OFBlock.m from [76c357f460] to [d9ed74f314].    [diff]

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

Modified src/OFObject.h from [84660ce002] to [f1d13468c6].    [diff]

Modified src/OFObject.m from [7124c4f433] to [a5886ec856].    [diff]

Modified src/OFString.m from [a987125a46] to [e165bf4e50].    [diff]

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

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

Modified src/exceptions/Makefile from [5ef5063419] to [9c19595da9].    [diff]

Modified src/macros.h from [18b872fc74] to [cf167a3135].    [diff]

Deleted src/objc_properties.m version [d2cf97ab35].

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

Added src/runtime/Makefile version [756512ba6a].

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

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

Added src/runtime/exception.m version [c1024e0f89].

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

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

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

Added src/runtime/lookup-amd64-macho.S version [09cb0dc88d].

Added src/runtime/lookup-x86-elf.S version [5b85918f20].

Added src/runtime/lookup.m version [584f60ba59].

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

Added src/runtime/protocol.m version [c72a2fb5f7].

Added src/runtime/runtime-private.h version [3a008110cb].

Added src/runtime/runtime.h version [37bafc00ae].

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

Added src/runtime/sparsearray.m version [921b7b3d3d].

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

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

Added src/runtime/threading.m version [92014702e9].

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

Modified tests/OFBlockTests.m from [2ade830512] to [b8c56f759a].    [diff]

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