ObjFW  Changes On Branch 050ac827986edde6

Changes In Branch runtime Through [050ac82798] Excluding Merge-Ins

This is equivalent to a diff from f7576a66ce to 050ac82798

2012-06-11
20:50
Merge branch 'master' into runtime check-in: 19a677b596 user: js tags: runtime
2012-06-06
17:16
Rename -[OFXMLParser parseBuffer:withLength:]. check-in: 7a42ee8f11 user: js tags: trunk
14:05
Merge branch 'master' into runtime check-in: 050ac82798 user: js tags: runtime
13:47
Slightly change the memory management API. check-in: f7576a66ce user: js tags: trunk
13:14
Remove -[OFMutableArray removeNObjects:]. check-in: 6f0ef1c5e1 user: js tags: trunk
2012-06-01
21:48
jmp *(%foo) should be jmp *%foo. check-in: 97b7c01ddd user: js tags: runtime

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 [5825d5d284] to [36beda4104].    [diff]

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

Modified src/OFObject.h from [08ae6bde87] to [2f8f69a869].    [diff]

Modified src/OFObject.m from [51c24d6468] to [71be745647].    [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 [ef3c33f2fd] to [5266d93197].    [diff]

Deleted src/objc_properties.m version [d2cf97ab35].

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

Added src/runtime/Makefile version [22377f6c1a].

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

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

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 [97bbb9569f].

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

Added src/runtime/sparsearray.m version [55b9165add].

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]