ObjFW  Changes On Branch 0.8

Changes In Branch 0.8 Excluding Merge-Ins

This is equivalent to a diff from 6b8b7b6a7e to fd5645a04f

2020-05-23
16:48
Close 0.8 branch Closed-Leaf check-in: fd5645a04f user: js tags: 0.8
2016-05-29
14:48
OFInflate64Stream: Fix window size check-in: 3f1d13fa45 user: js tags: 0.8
2015-08-21
17:51
Set version to 0.9-dev check-in: 9d505a482a user: js tags: trunk
2015-08-14
16:43
Branch for 0.8 check-in: e63c7f6f7d user: js tags: 0.8, 0.8-release
16:41
Update ChangeLog for 0.8 check-in: 6b8b7b6a7e user: js tags: trunk
09:44
ChangeLog: Remove trailing dots check-in: bebee54bff user: js tags: trunk

Modified ChangeLog from [4a3a662173] to [22a812d84f].    [diff]

Modified Makefile from [a5b8cc4591] to [ea6009bccb].    [diff]

Modified PLATFORMS.md from [c1c3a16d44] to [a34b8c9875].    [diff]

Modified README-WINDOWS.md from [ca2228e45c] to [d687d81e38].    [diff]

Modified README.md from [3bd8b972d8] to [cb6d312400].    [diff]

Modified configure.ac from [f7868ab464] to [7fbd4ef092].    [diff]

Modified generators/TableGenerator.h from [b13d79febb] to [c9259e70f6].    [diff]

Modified generators/TableGenerator.m from [5a4e277bcb] to [a1cc0c76e7].    [diff]

Modified generators/copyright.h from [47e2f6fc5d] to [bf1c8da3a5].    [diff]

Modified src/Makefile from [413693eb52] to [70aebe920b].    [diff]

Modified src/OFApplication.h from [ed8ed6f607] to [b86a7582e1].    [diff]

Modified src/OFApplication.m from [65102b7290] to [20cfda2453].    [diff]

Modified src/OFArray.h from [4267d7d56d] to [2282bc611d].    [diff]

Modified src/OFArray.m from [ac5ec4c8c9] to [db139bebf1].    [diff]

Modified src/OFArray_adjacent.h from [8b070c069d] to [7b7f7ca2e4].    [diff]

Modified src/OFArray_adjacent.m from [8679aa9a9b] to [0a88d7643b].    [diff]

Modified src/OFArray_adjacentSubarray.h from [35a14732b3] to [b0e9e8d77f].    [diff]

Modified src/OFArray_adjacentSubarray.m from [4643f61885] to [1abd78bce4].    [diff]

Modified src/OFArray_subarray.h from [5c479443ba] to [32d1285139].    [diff]

Modified src/OFArray_subarray.m from [8021ce3fc8] to [e6121c411e].    [diff]

Modified src/OFAutoreleasePool+Private.h from [15b3ef0a51] to [7e3d9a000b].    [diff]

Modified src/OFAutoreleasePool.h from [c4fa3ea10e] to [4ad6b8c21e].    [diff]

Modified src/OFAutoreleasePool.m from [4ad3cb8fc5] to [f48e2b8969].    [diff]

Modified src/OFBigDataArray.h from [3e034e5ab6] to [c044c7b83d].    [diff]

Modified src/OFBigDataArray.m from [bf49906bdc] to [33d0695def].    [diff]

Modified src/OFBlock.h from [01e4fda855] to [49d17ee2bf].    [diff]

Modified src/OFBlock.m from [c478213743] to [cbcd129d92].    [diff]

Modified src/OFCollection.h from [ca64037e5a] to [5f1f118c70].    [diff]

Modified src/OFCondition.h from [c33a65126c] to [1df8cb1e92].    [diff]

Modified src/OFCondition.m from [9412b6f2e9] to [0472d403ca].    [diff]

Modified src/OFConstantString.h from [ab4546c924] to [c56d05cdc3].    [diff]

Modified src/OFConstantString.m from [2aeb65a141] to [3401be807a].    [diff]

Modified src/OFCountedSet.h from [5313d3ec39] to [4c2543f7ee].    [diff]

Modified src/OFCountedSet.m from [0df520b24c] to [58db5c2eab].    [diff]

Modified src/OFCountedSet_hashtable.h from [c4031acd18] to [16296b7375].    [diff]

Modified src/OFCountedSet_hashtable.m from [cd05f3d64e] to [9bea2042bb].    [diff]

Modified src/OFDataArray+Hashing.h from [9fd7a3ae5d] to [b4891dc7e9].    [diff]

Modified src/OFDataArray+Hashing.m from [714d6890a9] to [8e1b2d71a4].    [diff]

Modified src/OFDataArray+MessagePackValue.h from [63099f0f3d] to [bb63a0493c].    [diff]

Modified src/OFDataArray+MessagePackValue.m from [f39b7ebe68] to [d8bc2c6ad4].    [diff]

Modified src/OFDataArray.h from [dbaf155683] to [6415c31d89].    [diff]

Modified src/OFDataArray.m from [8d104459de] to [3e76219b6d].    [diff]

Modified src/OFDate.h from [5fea3d4d33] to [e2abd5c33f].    [diff]

Modified src/OFDate.m from [d311cf12a2] to [eaf0800f6c].    [diff]

Modified src/OFDictionary.h from [66a93812a2] to [3657eb7ffb].    [diff]

Modified src/OFDictionary.m from [fae9385bda] to [a8e28196f4].    [diff]

Modified src/OFDictionary_hashtable.h from [d0f64480f3] to [bc4f1aeb21].    [diff]

Modified src/OFDictionary_hashtable.m from [69f9af36bb] to [07ad349225].    [diff]

Modified src/OFEnumerator.h from [30b2100737] to [28dfc5f158].    [diff]

Modified src/OFEnumerator.m from [a28f0074a7] to [8e9ae58628].    [diff]

Modified src/OFFile.h from [03d8a7c1d4] to [87ca2fc4a1].    [diff]

Modified src/OFFile.m from [2c4c5b7c7a] to [adc8a96b76].    [diff]

Modified src/OFHTTPClient.h from [1d478e9a98] to [9fc7a1edbb].    [diff]

Modified src/OFHTTPClient.m from [10e2ede1ff] to [9d203aa5e2].    [diff]

Modified src/OFHTTPRequest.h from [2b094f8687] to [88cb073e27].    [diff]

Modified src/OFHTTPRequest.m from [e92c282719] to [4edf404fac].    [diff]

Modified src/OFHTTPResponse.h from [127c6d8f9d] to [e8450b7b8a].    [diff]

Modified src/OFHTTPResponse.m from [e1187050b5] to [c2531a2789].    [diff]

Modified src/OFHTTPServer.h from [0b4b52c4cd] to [6850d173d1].    [diff]

Modified src/OFHTTPServer.m from [0ddfcecf31] to [9171dc644f].    [diff]

Modified src/OFHash.h from [3d6ceb79ea] to [6d0f84c905].    [diff]

Modified src/OFINICategory+Private.h from [57eb45a3d8] to [1f82c2eb76].    [diff]

Modified src/OFINICategory.h from [e2014b9e81] to [b6e8828c38].    [diff]

Modified src/OFINICategory.m from [54b832fdf6] to [cb3bb13628].    [diff]

Modified src/OFINIFile.h from [0ded227d84] to [140ee5468f].    [diff]

Modified src/OFINIFile.m from [7499aebd7d] to [ebaa0e80cf].    [diff]

Modified src/OFInflate64Stream.h from [90b8b21020] to [71a119fb43].    [diff]

Modified src/OFInflate64Stream.m from [25c8034409] to [b2473b7a3a].    [diff]

Modified src/OFInflateStream.h from [b2d90d3bc7] to [677d90ca2c].    [diff]

Modified src/OFInflateStream.m from [8adcdb3a6b] to [4aad919281].    [diff]

Modified src/OFIntrospection.h from [061b43fb0e] to [a23f4b46cf].    [diff]

Modified src/OFIntrospection.m from [28d5671231] to [2f90f7ce1e].    [diff]

Modified src/OFJSONRepresentation.h from [8dc534c0fd] to [59b99a7d9c].    [diff]

Modified src/OFKernelEventObserver+Private.h from [e624333841] to [38a2edcf5b].    [diff]

Modified src/OFKernelEventObserver.h from [dd8f6e2345] to [705ced3614].    [diff]

Modified src/OFKernelEventObserver.m from [b099b55bf8] to [2f243bf470].    [diff]

Modified src/OFKernelEventObserver_epoll.h from [6c5bfc2bcc] to [92b6e6e301].    [diff]

Modified src/OFKernelEventObserver_epoll.m from [48f0674f49] to [3e6c82710c].    [diff]

Modified src/OFKernelEventObserver_kqueue.h from [59a7d7f5c7] to [5afd4d6583].    [diff]

Modified src/OFKernelEventObserver_kqueue.m from [306f8337d7] to [6587f7a7e4].    [diff]

Modified src/OFKernelEventObserver_poll.h from [2642239f58] to [560881d237].    [diff]

Modified src/OFKernelEventObserver_poll.m from [948bc3a27e] to [4d1ce4c7a3].    [diff]

Modified src/OFKernelEventObserver_select.h from [ff27d287c3] to [dca7a45b83].    [diff]

Modified src/OFKernelEventObserver_select.m from [3a4bb0d8ec] to [bb7655fa57].    [diff]

Modified src/OFList.h from [2c4a93e677] to [781146c205].    [diff]

Modified src/OFList.m from [ea98df2a92] to [2c28ab3936].    [diff]

Modified src/OFLocking.h from [5d56441827] to [7f54244dce].    [diff]

Modified src/OFMD5Hash.h from [802d16ca17] to [e1256fb017].    [diff]

Modified src/OFMD5Hash.m from [3333d71ead] to [474dff4b31].    [diff]

Modified src/OFMapTable+Private.h from [3115c68700] to [0e347dddec].    [diff]

Modified src/OFMapTable.h from [a855386419] to [8c1fa384ac].    [diff]

Modified src/OFMapTable.m from [ccd71cdedf] to [32a1b1967d].    [diff]

Modified src/OFMessagePackExtension.h from [62dc4c8908] to [f2ea088517].    [diff]

Modified src/OFMessagePackExtension.m from [d842f74a96] to [78802f6226].    [diff]

Modified src/OFMessagePackRepresentation.h from [02cc4d0e2e] to [74f8c7f305].    [diff]

Modified src/OFMutableArray.h from [665e799b10] to [cadc33c6e4].    [diff]

Modified src/OFMutableArray.m from [b9da7d0ecc] to [97ee29685b].    [diff]

Modified src/OFMutableArray_adjacent.h from [fd4cebc98d] to [effe0963a2].    [diff]

Modified src/OFMutableArray_adjacent.m from [2341894966] to [9319ae3a70].    [diff]

Modified src/OFMutableDictionary.h from [20d6c7fa26] to [df79bdb41b].    [diff]

Modified src/OFMutableDictionary.m from [670510655b] to [a50117af87].    [diff]

Modified src/OFMutableDictionary_hashtable.h from [0634fd79ce] to [ff9e2d0bd2].    [diff]

Modified src/OFMutableDictionary_hashtable.m from [60969a7c8c] to [1dfc2b158b].    [diff]

Modified src/OFMutableSet.h from [eae3dd1556] to [8a891f0a53].    [diff]

Modified src/OFMutableSet.m from [472c53bec1] to [2e70e2a086].    [diff]

Modified src/OFMutableSet_hashtable.h from [a91b953b51] to [65683a5a91].    [diff]

Modified src/OFMutableSet_hashtable.m from [47daf3574d] to [d6d4078141].    [diff]

Modified src/OFMutableString.h from [0629306105] to [3d3cd12710].    [diff]

Modified src/OFMutableString.m from [4a0b7f4d80] to [4c381c3b4d].    [diff]

Modified src/OFMutableString_UTF8.h from [1e46c927ce] to [8c798cd15a].    [diff]

Modified src/OFMutableString_UTF8.m from [9a54f93878] to [7b388678b4].    [diff]

Modified src/OFMutex.h from [3c700dc33f] to [0bae5ee8ca].    [diff]

Modified src/OFMutex.m from [37a9b75801] to [5f6b85e7ad].    [diff]

Modified src/OFNull.h from [347186bcf6] to [af7cffd98b].    [diff]

Modified src/OFNull.m from [eb742fd093] to [d4754c6d7b].    [diff]

Modified src/OFNumber.h from [d6e03f82de] to [1c53ff0084].    [diff]

Modified src/OFNumber.m from [e5c84f2d31] to [94ed5c68f9].    [diff]

Modified src/OFObject+Serialization.h from [5916ad3770] to [196c5ec775].    [diff]

Modified src/OFObject+Serialization.m from [675893afd2] to [6a3c9323c9].    [diff]

Modified src/OFObject.h from [43c8c1be65] to [71f630969d].    [diff]

Modified src/OFObject.m from [8a0142f57a] to [c0b3318fe8].    [diff]

Modified src/OFOptionsParser.h from [bff8d10a51] to [fcb6721c02].    [diff]

Modified src/OFOptionsParser.m from [3c15f89aa9] to [cd91c0e4ec].    [diff]

Modified src/OFPlugin.h from [d9a4de6e06] to [174ae7b320].    [diff]

Modified src/OFPlugin.m from [e05c354263] to [f2de0631c1].    [diff]

Modified src/OFProcess.h from [c6a99c7fe3] to [14eca30071].    [diff]

Modified src/OFProcess.m from [30416b7510] to [5507b0fea2].    [diff]

Modified src/OFRIPEMD160Hash.h from [1a15dbdf74] to [00a11d6b22].    [diff]

Modified src/OFRIPEMD160Hash.m from [0df0a4dfec] to [972133ba7d].    [diff]

Modified src/OFRecursiveMutex.h from [1999595e1e] to [6700d5d0f3].    [diff]

Modified src/OFRecursiveMutex.m from [68e0559f83] to [c1a93fa6cd].    [diff]

Modified src/OFRunLoop+Private.h from [c9ae02043f] to [6d9302ac9e].    [diff]

Modified src/OFRunLoop.h from [0b6d167631] to [03710dca06].    [diff]

Modified src/OFRunLoop.m from [4ce7477fa1] to [0893597d95].    [diff]

Modified src/OFSHA1Hash.h from [73f9b0884e] to [7db19f54a8].    [diff]

Modified src/OFSHA1Hash.m from [b45fb37713] to [230d7339f1].    [diff]

Modified src/OFSHA224Hash.h from [5ac11423ff] to [f0a9bf0b33].    [diff]

Modified src/OFSHA224Hash.m from [6f53e35d7d] to [d68ecce924].    [diff]

Modified src/OFSHA224Or256Hash.h from [b9a0ba0397] to [29c76a9638].    [diff]

Modified src/OFSHA224Or256Hash.m from [1adbe2ccf4] to [5dc4ddd7b0].    [diff]

Modified src/OFSHA256Hash.h from [7708f93289] to [7619c8dc6c].    [diff]

Modified src/OFSHA256Hash.m from [3137857ab3] to [cdd835b40a].    [diff]

Modified src/OFSHA384Hash.h from [fc29a4656a] to [726046403e].    [diff]

Modified src/OFSHA384Hash.m from [6d0c49039d] to [8c555a76c2].    [diff]

Modified src/OFSHA384Or512Hash.h from [5aec9e9b8a] to [f3c6e027c1].    [diff]

Modified src/OFSHA384Or512Hash.m from [139ebf49f1] to [4265f0992f].    [diff]

Modified src/OFSHA512Hash.h from [b69f965a65] to [ab7b885f2a].    [diff]

Modified src/OFSHA512Hash.m from [e761d41b46] to [a50582485f].    [diff]

Modified src/OFSeekableStream.h from [f5b4d92235] to [39122826d3].    [diff]

Modified src/OFSeekableStream.m from [321db4b1d6] to [4427169ba3].    [diff]

Modified src/OFSerialization.h from [5d272a4583] to [9cd99f3e69].    [diff]

Modified src/OFSet.h from [cac22c2803] to [d3840fdbd2].    [diff]

Modified src/OFSet.m from [2b7acb7d08] to [4fe63f90c7].    [diff]

Modified src/OFSet_hashtable.h from [a2bc103db5] to [0dc305e584].    [diff]

Modified src/OFSet_hashtable.m from [fcbd1c81f4] to [6be26f7f18].    [diff]

Modified src/OFSettings.h from [2f4b4ac28d] to [4b7d0556c7].    [diff]

Modified src/OFSettings.m from [d9a2808cef] to [302519bb70].    [diff]

Modified src/OFSettings_INIFile.h from [7b87ff8285] to [7544b15776].    [diff]

Modified src/OFSettings_INIFile.m from [e8b47e9bc4] to [9c4858e0a1].    [diff]

Modified src/OFSortedList.h from [fb7f02bccb] to [57ad1e2a24].    [diff]

Modified src/OFSortedList.m from [47c3120384] to [ab965dfbfd].    [diff]

Modified src/OFStdIOStream.h from [d6e15b6412] to [d7621e600b].    [diff]

Modified src/OFStdIOStream.m from [a3654b4d40] to [607fc70586].    [diff]

Modified src/OFStream+Private.h from [374d14d5bd] to [4cec06f9a5].    [diff]

Modified src/OFStream.h from [66ebb7f50c] to [01d31991cc].    [diff]

Modified src/OFStream.m from [6ab65dacbe] to [10303f9e86].    [diff]

Modified src/OFStreamSocket.h from [2e737acb53] to [c319be5614].    [diff]

Modified src/OFStreamSocket.m from [d996f514e3] to [b0d72b729b].    [diff]

Modified src/OFString+Hashing.h from [057e394b3d] to [c5a8c9c233].    [diff]

Modified src/OFString+Hashing.m from [4b102cb9d0] to [8511d233d9].    [diff]

Modified src/OFString+JSONValue.h from [3904afc721] to [b44cb4dc6d].    [diff]

Modified src/OFString+JSONValue.m from [0170d668eb] to [77e12ed016].    [diff]

Modified src/OFString+Serialization.h from [d42f2bddcf] to [3b3578c093].    [diff]

Modified src/OFString+Serialization.m from [d04aa7d863] to [c6c62287c1].    [diff]

Modified src/OFString+URLEncoding.h from [3beccffb40] to [fc4768ddc2].    [diff]

Modified src/OFString+URLEncoding.m from [1b09d47d68] to [18f43044b2].    [diff]

Modified src/OFString+XMLEscaping.h from [5146f4aa80] to [45946f6d8c].    [diff]

Modified src/OFString+XMLEscaping.m from [4866007540] to [0594cc40a6].    [diff]

Modified src/OFString+XMLUnescaping.h from [8e9c5825f8] to [4eea8469d9].    [diff]

Modified src/OFString+XMLUnescaping.m from [88469aa47b] to [c0eb6da7c1].    [diff]

Modified src/OFString.h from [a26c914c0c] to [de3798d3c2].    [diff]

Modified src/OFString.m from [c1b245bad8] to [b888341646].    [diff]

Modified src/OFString_UTF8+Private.h from [ce04431695] to [e37806023a].    [diff]

Modified src/OFString_UTF8.h from [6a733beb72] to [da64634113].    [diff]

Modified src/OFString_UTF8.m from [30daa260be] to [035a617a1b].    [diff]

Modified src/OFSystemInfo.h from [579d6e7617] to [70529a5e52].    [diff]

Modified src/OFSystemInfo.m from [2e4f49497d] to [e23fbe86da].    [diff]

Modified src/OFTCPSocket+SOCKS5.h from [694b2a7d0b] to [1d5130f822].    [diff]

Modified src/OFTCPSocket+SOCKS5.m from [28f2a3085b] to [8b7939a5bd].    [diff]

Modified src/OFTCPSocket.h from [6382beb2ce] to [0973528b48].    [diff]

Modified src/OFTCPSocket.m from [85280ea39a] to [73559345eb].    [diff]

Modified src/OFTLSSocket.h from [d1223f2527] to [f7601e6c4d].    [diff]

Modified src/OFThread+Private.h from [0c17908055] to [45eed9c100].    [diff]

Modified src/OFThread.h from [81d5aa4cdd] to [3ac85a8b66].    [diff]

Modified src/OFThread.m from [785aa7fe26] to [f54c089de2].    [diff]

Modified src/OFThreadPool.h from [3d5d69ac3c] to [6c2e44a50e].    [diff]

Modified src/OFThreadPool.m from [ceb8630ad0] to [38e65298f2].    [diff]

Modified src/OFTimer+Private.h from [27d3b82c84] to [450542957a].    [diff]

Modified src/OFTimer.h from [46ec059844] to [d00c40e9d3].    [diff]

Modified src/OFTimer.m from [7f6b2774f2] to [e4f0270e54].    [diff]

Modified src/OFUDPSocket.h from [fa09b98560] to [36aff00024].    [diff]

Modified src/OFUDPSocket.m from [c798b7ff61] to [966fc51bdc].    [diff]

Modified src/OFURL.h from [f7f23cc369] to [3fe988b8aa].    [diff]

Modified src/OFURL.m from [bd2f6100f7] to [db9ac3e565].    [diff]

Modified src/OFXMLAttribute.h from [bddff10d67] to [d9d0b8b818].    [diff]

Modified src/OFXMLAttribute.m from [37b2f68d9a] to [f82f6e9583].    [diff]

Modified src/OFXMLCDATA.h from [1ebcd2d0d8] to [a9ccc488fd].    [diff]

Modified src/OFXMLCDATA.m from [2dd12fd542] to [e529012759].    [diff]

Modified src/OFXMLCharacters.h from [178ec3fb9d] to [0202969c7a].    [diff]

Modified src/OFXMLCharacters.m from [2da6214498] to [30e997426b].    [diff]

Modified src/OFXMLComment.h from [d8d36ce46e] to [6be4742eeb].    [diff]

Modified src/OFXMLComment.m from [cc5ed343d2] to [fb75b45da2].    [diff]

Modified src/OFXMLElement+Serialization.h from [dda7e9f3d6] to [251db939dd].    [diff]

Modified src/OFXMLElement+Serialization.m from [9dc08ace6e] to [306536eaaf].    [diff]

Modified src/OFXMLElement.h from [f0a48e322d] to [15dcc0af32].    [diff]

Modified src/OFXMLElement.m from [b449554094] to [f4c37497cb].    [diff]

Modified src/OFXMLElementBuilder.h from [4ca47d4bb3] to [0cfad99ce6].    [diff]

Modified src/OFXMLElementBuilder.m from [30389fad51] to [7820fba6ac].    [diff]

Modified src/OFXMLNode.h from [ec948ed45d] to [c0e82e5e12].    [diff]

Modified src/OFXMLNode.m from [457acce9f3] to [d6f3bc023b].    [diff]

Modified src/OFXMLParser.h from [8ab695520f] to [ed6e692c11].    [diff]

Modified src/OFXMLParser.m from [3e706b5d43] to [e8dbae18f9].    [diff]

Modified src/OFXMLProcessingInstructions.h from [cd910d0b0a] to [f1308bbae4].    [diff]

Modified src/OFXMLProcessingInstructions.m from [74cab65484] to [e0dbaa2a85].    [diff]

Modified src/OFZIPArchive.h from [d2c0dfdef8] to [004e0f83a8].    [diff]

Modified src/OFZIPArchive.m from [da28dbf09c] to [3d3f1ac742].    [diff]

Modified src/OFZIPArchiveEntry+Private.h from [ae322a52c9] to [1815b3651f].    [diff]

Modified src/OFZIPArchiveEntry.h from [c1f79ae163] to [664d793f7d].    [diff]

Modified src/OFZIPArchiveEntry.m from [f9630635cf] to [68d3e76641].    [diff]

Modified src/ObjFW.h from [721e47329c] to [811d111089].    [diff]

Modified src/atomic.h from [cc8d24b757] to [4b9a633048].    [diff]

Modified src/autorelease.h from [bf550554f1] to [0ee8ac02ac].    [diff]

Modified src/autorelease.m from [78a68c397c] to [6e4824285d].    [diff]

Modified src/base64.h from [3f2eb41d3c] to [3e5fbf43f7].    [diff]

Modified src/base64.m from [e2f495d346] to [818cbe6cf6].    [diff]

Modified src/block.h from [30540ac853] to [c5ffa7c873].    [diff]

Modified src/bridge/NSArray+OFObject.h from [4ead2ed83b] to [5280e9962c].    [diff]

Modified src/bridge/NSArray+OFObject.m from [4bf74e4a07] to [ee09a76332].    [diff]

Modified src/bridge/NSArray_OFArray.h from [8b1b9a8e35] to [a2de071e99].    [diff]

Modified src/bridge/NSArray_OFArray.m from [d7d10f9965] to [d18114a5f8].    [diff]

Modified src/bridge/NSBridging.h from [2948e2b289] to [40a964991c].    [diff]

Modified src/bridge/NSDictionary+OFObject.h from [9d0bd84d0e] to [465cb42764].    [diff]

Modified src/bridge/NSDictionary+OFObject.m from [754273eeff] to [f90d4e0fef].    [diff]

Modified src/bridge/NSDictionary_OFDictionary.h from [c2a196badf] to [234ff8f668].    [diff]

Modified src/bridge/NSDictionary_OFDictionary.m from [7440007962] to [2b750c24bd].    [diff]

Modified src/bridge/NSString+OFObject.h from [f459f9e8dd] to [216ac8f5aa].    [diff]

Modified src/bridge/NSString+OFObject.m from [20cbf04626] to [fd39c0835d].    [diff]

Modified src/bridge/OFArray+NSObject.h from [4a80f53275] to [aa0f6e10eb].    [diff]

Modified src/bridge/OFArray+NSObject.m from [ac8c3f84c8] to [3c18209387].    [diff]

Modified src/bridge/OFArray_NSArray.h from [b6b913c81e] to [a31b5839be].    [diff]

Modified src/bridge/OFArray_NSArray.m from [bd1227d43f] to [a1fdde1f01].    [diff]

Modified src/bridge/OFBridging.h from [3619615808] to [c3a78e6fa5].    [diff]

Modified src/bridge/OFDictionary+NSObject.h from [5200b8f007] to [61dc293ce6].    [diff]

Modified src/bridge/OFDictionary+NSObject.m from [5902585443] to [f035475207].    [diff]

Modified src/bridge/OFDictionary_NSDictionary.h from [6b7dd412f4] to [7a628bd0cb].    [diff]

Modified src/bridge/OFDictionary_NSDictionary.m from [9ec911f532] to [00d54146eb].    [diff]

Modified src/bridge/OFString+NSObject.h from [6956995a6a] to [9e01cf0a00].    [diff]

Modified src/bridge/OFString+NSObject.m from [b937009027] to [7e9af21319].    [diff]

Modified src/bridge/ObjFW-Bridge.h from [8b3d220590] to [b5d1395eb0].    [diff]

Modified src/codepage_437.m from [fb776e5d86] to [31a2de52cc].    [diff]

Modified src/exceptions/OFAcceptFailedException.h from [8ed051874b] to [ee9701b40f].    [diff]

Modified src/exceptions/OFAcceptFailedException.m from [8e3daf4a3e] to [099f839e88].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.h from [10dbec0388] to [a1c29d944b].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.m from [94c73dbbc8] to [8c66f4c070].    [diff]

Modified src/exceptions/OFAllocFailedException.h from [a4f6b981b2] to [5264e12d6d].    [diff]

Modified src/exceptions/OFAllocFailedException.m from [1b004b211b] to [6b087a6124].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.h from [377d0fe684] to [db503396ba].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.m from [bf8b387998] to [eeb597592d].    [diff]

Modified src/exceptions/OFBindFailedException.h from [f284afc77a] to [eedbf16032].    [diff]

Modified src/exceptions/OFBindFailedException.m from [eae71b417b] to [108846213b].    [diff]

Modified src/exceptions/OFChangeCurrentDirectoryPathFailedException.h from [9e863b788a] to [5d4db4d1a8].    [diff]

Modified src/exceptions/OFChangeCurrentDirectoryPathFailedException.m from [1fb33d2cc1] to [ca29c7908f].    [diff]

Modified src/exceptions/OFChangeOwnerFailedException.h from [b0d9ffe84f] to [a6b0e3eb2c].    [diff]

Modified src/exceptions/OFChangeOwnerFailedException.m from [5e180f7511] to [ad8f912c44].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.h from [daea9724a5] to [f19a823df1].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.m from [ee8d14e7c5] to [1ad0401e45].    [diff]

Modified src/exceptions/OFChecksumFailedException.h from [61d7ed3677] to [3f07913143].    [diff]

Modified src/exceptions/OFChecksumFailedException.m from [56359024df] to [f8ec544c87].    [diff]

Modified src/exceptions/OFConditionBroadcastFailedException.h from [68bdb037de] to [3c60f5ab91].    [diff]

Modified src/exceptions/OFConditionBroadcastFailedException.m from [ceb6fa41ef] to [b56fb4a038].    [diff]

Modified src/exceptions/OFConditionSignalFailedException.h from [182d487d03] to [0892e5e63d].    [diff]

Modified src/exceptions/OFConditionSignalFailedException.m from [b3541a6568] to [d728455423].    [diff]

Modified src/exceptions/OFConditionStillWaitingException.h from [7d39245f82] to [5469074304].    [diff]

Modified src/exceptions/OFConditionStillWaitingException.m from [223b9125cf] to [a970a6da41].    [diff]

Modified src/exceptions/OFConditionWaitFailedException.h from [f86bd407e0] to [a873c6559c].    [diff]

Modified src/exceptions/OFConditionWaitFailedException.m from [4373801af5] to [8f4addfe5b].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [60f2feca02] to [03170ed2d6].    [diff]

Modified src/exceptions/OFConnectionFailedException.m from [77019ce3e4] to [631cb87113].    [diff]

Modified src/exceptions/OFCopyItemFailedException.h from [fb08ee9d57] to [257124a124].    [diff]

Modified src/exceptions/OFCopyItemFailedException.m from [dcfb3bb51c] to [0f1fc43123].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.h from [59831537ca] to [e60f3c76d1].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.m from [7442d8e670] to [b7c95c12a0].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [b50a4d8944] to [9ae49791ce].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.m from [e23d5c4909] to [8f0ca376e3].    [diff]

Modified src/exceptions/OFEnumerationMutationException.h from [abd9b0a87f] to [cdbf982983].    [diff]

Modified src/exceptions/OFEnumerationMutationException.m from [d96cb108f1] to [029ac9ad9e].    [diff]

Modified src/exceptions/OFException.h from [27f0d07f48] to [494bdecd1c].    [diff]

Modified src/exceptions/OFException.m from [ca1be9d395] to [be5e01d81a].    [diff]

Modified src/exceptions/OFGetOptionFailedException.h from [2663a78065] to [839d67507a].    [diff]

Modified src/exceptions/OFGetOptionFailedException.m from [16f7ecbd09] to [2ecedbbeab].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.h from [43850c4ca2] to [fcbaff604a].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.m from [df276b3585] to [778aa2551c].    [diff]

Modified src/exceptions/OFHashAlreadyCalculatedException.h from [6c8a403a1a] to [93b4c80991].    [diff]

Modified src/exceptions/OFHashAlreadyCalculatedException.m from [9bf5548117] to [7851345758].    [diff]

Modified src/exceptions/OFInitializationFailedException.h from [31d35ba643] to [93789cde55].    [diff]

Modified src/exceptions/OFInitializationFailedException.m from [80689772fb] to [d71489d98b].    [diff]

Modified src/exceptions/OFInvalidArgumentException.h from [98b0d79710] to [ecd6854692].    [diff]

Modified src/exceptions/OFInvalidArgumentException.m from [b9b8a71253] to [c524fe7b33].    [diff]

Modified src/exceptions/OFInvalidEncodingException.h from [05a2d805eb] to [911fb2ef97].    [diff]

Modified src/exceptions/OFInvalidEncodingException.m from [b2517e00d6] to [60a562c7eb].    [diff]

Modified src/exceptions/OFInvalidFormatException.h from [7bb056c1a0] to [63ff2c8274].    [diff]

Modified src/exceptions/OFInvalidFormatException.m from [8bde593121] to [e38c807c3f].    [diff]

Modified src/exceptions/OFInvalidJSONException.h from [e9373f9cd4] to [05dec57c72].    [diff]

Modified src/exceptions/OFInvalidJSONException.m from [96980ecfc3] to [59fbed1b19].    [diff]

Modified src/exceptions/OFInvalidServerReplyException.h from [8c4fbfb34b] to [842aec40a4].    [diff]

Modified src/exceptions/OFInvalidServerReplyException.m from [2da089dcee] to [3f5a8edd1a].    [diff]

Modified src/exceptions/OFLinkFailedException.h from [2a9133ec4a] to [b8707a8962].    [diff]

Modified src/exceptions/OFLinkFailedException.m from [a0545e5899] to [a00798a11a].    [diff]

Modified src/exceptions/OFListenFailedException.h from [4b9fad4653] to [533bbb20bb].    [diff]

Modified src/exceptions/OFListenFailedException.m from [88817ed048] to [8456ce46c6].    [diff]

Modified src/exceptions/OFLockFailedException.h from [e22fb3be73] to [77099d5735].    [diff]

Modified src/exceptions/OFLockFailedException.m from [f674581484] to [27505bb471].    [diff]

Modified src/exceptions/OFMalformedXMLException.h from [b4cafccb71] to [0124e7c054].    [diff]

Modified src/exceptions/OFMalformedXMLException.m from [a2f194b17a] to [7a8dd13ded].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.h from [27ef7f585f] to [e30db84dcb].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.m from [9e398da91d] to [b2b55d24d3].    [diff]

Modified src/exceptions/OFMoveItemFailedException.h from [cb15e11718] to [830f4700c9].    [diff]

Modified src/exceptions/OFMoveItemFailedException.m from [aa0688f8e1] to [297b0bf408].    [diff]

Modified src/exceptions/OFNotImplementedException.h from [10a99cf090] to [2c53c17e28].    [diff]

Modified src/exceptions/OFNotImplementedException.m from [9a89086e6f] to [d12dbfabdd].    [diff]

Modified src/exceptions/OFNotOpenException.h from [c891a4cd94] to [5f293c61f9].    [diff]

Modified src/exceptions/OFNotOpenException.m from [8ece38b632] to [c7afcd11e7].    [diff]

Modified src/exceptions/OFObserveFailedException.h from [21d5718c78] to [0bde9e33c3].    [diff]

Modified src/exceptions/OFObserveFailedException.m from [817573e001] to [0bcb8444f4].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [e531b2d124] to [4dca4f22cd].    [diff]

Modified src/exceptions/OFOpenItemFailedException.m from [24f9a913b6] to [a9a76c7022].    [diff]

Modified src/exceptions/OFOutOfMemoryException.h from [ef7ff8a5f7] to [82b73536ed].    [diff]

Modified src/exceptions/OFOutOfMemoryException.m from [bb679be803] to [ca1f7da8c0].    [diff]

Modified src/exceptions/OFOutOfRangeException.h from [d15fe9c6de] to [7e99b3bc32].    [diff]

Modified src/exceptions/OFOutOfRangeException.m from [f53ed0c645] to [9cb24d03a8].    [diff]

Modified src/exceptions/OFReadFailedException.h from [cafd918ad6] to [4e3524da8b].    [diff]

Modified src/exceptions/OFReadFailedException.m from [700fd5671f] to [d3f619ef44].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.h from [2b24d7d23e] to [3d561e2967].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.m from [545888cf6f] to [e332b56497].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.h from [4a0a749948] to [5965d0623c].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.m from [d1d562f2a2] to [00607ea7de].    [diff]

Modified src/exceptions/OFSeekFailedException.h from [35b0593606] to [0d8c38f4eb].    [diff]

Modified src/exceptions/OFSeekFailedException.m from [cf10b6e3aa] to [c298546504].    [diff]

Modified src/exceptions/OFSetOptionFailedException.h from [c1e9c61f43] to [3fd42b38db].    [diff]

Modified src/exceptions/OFSetOptionFailedException.m from [3c40ebe6aa] to [51912e6e97].    [diff]

Modified src/exceptions/OFStatItemFailedException.h from [8c32e48be1] to [de2cb0b3b6].    [diff]

Modified src/exceptions/OFStatItemFailedException.m from [d257a2161d] to [1da77fc381].    [diff]

Modified src/exceptions/OFStillLockedException.h from [8b0abb1930] to [f975e2153e].    [diff]

Modified src/exceptions/OFStillLockedException.m from [a561eaaaf4] to [a56811edca].    [diff]

Modified src/exceptions/OFThreadJoinFailedException.h from [34684866f9] to [0e5c61ca51].    [diff]

Modified src/exceptions/OFThreadJoinFailedException.m from [96d9b01635] to [e7c92d95c0].    [diff]

Modified src/exceptions/OFThreadStartFailedException.h from [0c85cb0a3f] to [f83176393c].    [diff]

Modified src/exceptions/OFThreadStartFailedException.m from [9950311f59] to [b2ee39feaf].    [diff]

Modified src/exceptions/OFThreadStillRunningException.h from [ad5138cff6] to [c94e8a25e0].    [diff]

Modified src/exceptions/OFThreadStillRunningException.m from [e43c090fcc] to [b674fe3623].    [diff]

Modified src/exceptions/OFTruncatedDataException.h from [56e7da03aa] to [0cb7da79f7].    [diff]

Modified src/exceptions/OFTruncatedDataException.m from [2ec5523db9] to [3357408062].    [diff]

Modified src/exceptions/OFUnboundNamespaceException.h from [f0f1e61c6d] to [984f6d528a].    [diff]

Modified src/exceptions/OFUnboundNamespaceException.m from [a09ea2fd0c] to [df21df5c4b].    [diff]

Modified src/exceptions/OFUnboundPrefixException.h from [98d8f67d84] to [92da310e95].    [diff]

Modified src/exceptions/OFUnboundPrefixException.m from [90e777145f] to [0cd766a4e8].    [diff]

Modified src/exceptions/OFUnknownXMLEntityException.h from [069dbbb784] to [f3aa727fe4].    [diff]

Modified src/exceptions/OFUnknownXMLEntityException.m from [bc3518da16] to [63a90f4526].    [diff]

Modified src/exceptions/OFUnlockFailedException.h from [a58287b8df] to [7e219b86fe].    [diff]

Modified src/exceptions/OFUnlockFailedException.m from [12e86a7ae4] to [7d1a999370].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.h from [51bed1092d] to [292556ff27].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.m from [6fe6409dba] to [6692984289].    [diff]

Modified src/exceptions/OFUnsupportedVersionException.h from [a7572f3a77] to [f6ed99dba8].    [diff]

Modified src/exceptions/OFUnsupportedVersionException.m from [11627bba68] to [064cb50390].    [diff]

Modified src/exceptions/OFWriteFailedException.h from [719b94774f] to [b2b127566a].    [diff]

Modified src/exceptions/OFWriteFailedException.m from [c62a6dbf27] to [375ac0b4f9].    [diff]

Modified src/forwarding/apple-forwarding-arm.S from [8e13a58995] to [5c82307efb].    [diff]

Modified src/forwarding/apple-forwarding-arm64.S from [d35ab0ba7e] to [72697d6e8b].    [diff]

Modified src/forwarding/apple-forwarding-i386.S from [005a893150] to [8b43dcb14f].    [diff]

Modified src/forwarding/apple-forwarding-ppc.S from [e3c7e08adb] to [744c0f51ae].    [diff]

Modified src/forwarding/apple-forwarding-x86_64.S from [43f2c8dc9b] to [973a3c0b86].    [diff]

Modified src/forwarding/forwarding-arm-elf.S from [8e94004cc0] to [a1af35c195].    [diff]

Modified src/forwarding/forwarding-mips-elf.S from [287653bc74] to [74348fe45f].    [diff]

Modified src/forwarding/forwarding-ppc-elf.S from [df6435beab] to [1bbe781b17].    [diff]

Modified src/forwarding/forwarding-x86-elf.S from [f3271edd35] to [bc4495ed42].    [diff]

Modified src/forwarding/forwarding-x86-win32.S from [109cddfd92] to [99690e22dc].    [diff]

Modified src/forwarding/forwarding-x86_64-elf.S from [3571ec6513] to [22e1be3f22].    [diff]

Modified src/forwarding/forwarding-x86_64-win64.S from [a76a7d49fd] to [87c2827c5e].    [diff]

Modified src/forwarding/forwarding.S from [24819a0e71] to [c7ec228a8c].    [diff]

Modified src/foundation-compat.m from [c021365c00] to [c6c891bdfb].    [diff]

Modified src/instance.h from [8f8be6243f] to [876e496d27].    [diff]

Modified src/instance.m from [ae5d7aaab6] to [73d4c6636f].    [diff]

Modified src/iso_8859_15.m from [7a3a795c23] to [d399d3a43d].    [diff]

Modified src/macros.h from [1619f8ecc0] to [c42b7644a0].    [diff]

Modified src/of_asprintf.h from [7fb013ccb5] to [ad462d74be].    [diff]

Modified src/of_asprintf.m from [e5f48e3c7d] to [d2c505f580].    [diff]

Modified src/of_strptime.h from [3d18d54500] to [1101b728c5].    [diff]

Modified src/of_strptime.m from [14e7795c0f] to [dfc7256147].    [diff]

Modified src/resolver.h from [f92afcb5a7] to [1a36d5c756].    [diff]

Modified src/resolver.m from [32d271bf6a] to [e9337f9c0c].    [diff]

Modified src/runtime/arc.m from [eeddf44998] to [c7cdb74fde].    [diff]

Modified src/runtime/category.m from [42cc1b35d6] to [11d1996c9a].    [diff]

Modified src/runtime/class.m from [76d3cf3cc0] to [2f6309b70c].    [diff]

Modified src/runtime/dtable.m from [4d9d799499] to [49bc1623d2].    [diff]

Modified src/runtime/exception.m from [8d38efa5a1] to [e01b920560].    [diff]

Modified src/runtime/hashtable.m from [2e470b532d] to [9b5e456642].    [diff]

Modified src/runtime/init.m from [c746849515] to [8f796bc8dc].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm-elf.S from [3482719d85] to [53cc0d3bdb].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips-elf.S from [75a78677ee] to [995bbd63ed].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-ppc-elf.S from [3595ebbfb3] to [c173b1200a].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-ppc-macho.S from [883831171a] to [e8c309c610].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-sparc-elf.S from [efe7b349bb] to [a887cbe985].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-elf.S from [f86ad8b6ed] to [f29f2c74af].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-win32.S from [d7c1406546] to [9c647421e1].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-elf.S from [8b101bca48] to [3ffaaa6ca1].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-macho.S from [1905e5b295] to [89f5bc0493].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-win64.S from [71fc5ef206] to [cc90b17b20].    [diff]

Modified src/runtime/lookup-asm/lookup-asm.S from [ac703d163a] to [6da08ed8d9].    [diff]

Modified src/runtime/lookup.m from [e340c559c3] to [9bfc2a372f].    [diff]

Modified src/runtime/property.m from [423e96bf60] to [fc195ff020].    [diff]

Modified src/runtime/protocol.m from [dd73b09ef7] to [67fc62df32].    [diff]

Modified src/runtime/runtime-private.h from [b380561a47] to [569575cc7f].    [diff]

Modified src/runtime/runtime.h from [abe66d7e40] to [6046b12ca6].    [diff]

Modified src/runtime/selector.m from [8b1250e2e8] to [1df1d6cb9f].    [diff]

Modified src/runtime/sparsearray.m from [da8f8fd8ba] to [60d6283d84].    [diff]

Modified src/runtime/static-instances.m from [10f53cdf66] to [5540d87e86].    [diff]

Modified src/runtime/synchronized.m from [863b2760a8] to [7d44a6bae7].    [diff]

Modified src/runtime/threading.m from [c43c4c7c69] to [94916166d1].    [diff]

Modified src/socket.h from [c74fa51c3e] to [0af78deb94].    [diff]

Modified src/socket.m from [a318aca5b3] to [ac5bad5b02].    [diff]

Modified src/socket_helpers.h from [6beb9110b2] to [6fef92f5f8].    [diff]

Modified src/threading.h from [9b92c5e911] to [cdc77ff76d].    [diff]

Modified src/threading.m from [200dbcfe20] to [df0462bc4e].    [diff]

Modified src/threading_pthread.m from [5e32541977] to [f8ab966910].    [diff]

Modified src/threading_winapi.m from [c4125134ec] to [1b66353934].    [diff]

Modified src/unicode.h from [7f2d8f1efb] to [19479c3eb8].    [diff]

Modified src/unicode.m from [6e03d075ed] to [00e5fe0e41].    [diff]

Modified src/windows_1252.m from [a5387e4a8b] to [341946825e].    [diff]

Modified tests/ForwardingTests.m from [aadba91af6] to [f989ec4159].    [diff]

Modified tests/OFArrayTests.m from [a0e388f1bc] to [d200b73189].    [diff]

Modified tests/OFBlockTests.m from [5cae93aca6] to [9b26ed0393].    [diff]

Modified tests/OFDataArrayTests.m from [06e9072275] to [9760765c48].    [diff]

Modified tests/OFDateTests.m from [aa2b42d2bb] to [b44b2f039d].    [diff]

Modified tests/OFDictionaryTests.m from [9df1f8a4e7] to [b01b142448].    [diff]

Modified tests/OFHTTPClientTests.m from [e466b71e49] to [d1280b74ae].    [diff]

Modified tests/OFINIFileTests.m from [615272b5e0] to [82dfc240a9].    [diff]

Modified tests/OFJSONTests.m from [147183f018] to [64c6fcde1c].    [diff]

Modified tests/OFKernelEventObserverTests.m from [70f76a2e2d] to [cdf33e2e44].    [diff]

Modified tests/OFListTests.m from [e8f2de8a74] to [a319eef751].    [diff]

Modified tests/OFMD5HashTests.m from [ae94841c5c] to [fd0f6f25b5].    [diff]

Modified tests/OFNumberTests.m from [514aa20fb8] to [2992d87b38].    [diff]

Modified tests/OFObjectTests.m from [a7d43007a4] to [c1ed4855cc].    [diff]

Modified tests/OFPluginTests.m from [7df3cb26ab] to [070e7da101].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [dc85dd1b01] to [a0fe2730da].    [diff]

Modified tests/OFSHA1HashTests.m from [d31c9a6da1] to [bf86cfa1fb].    [diff]

Modified tests/OFSHA224HashTests.m from [c29def80fb] to [059069e79f].    [diff]

Modified tests/OFSHA256HashTests.m from [0509a1b5db] to [816172ebe5].    [diff]

Modified tests/OFSHA384HashTests.m from [3037dff86b] to [81b008a562].    [diff]

Modified tests/OFSHA512HashTests.m from [a25fd529e3] to [c4011105cf].    [diff]

Modified tests/OFSerializationTests.m from [891c3f9d8b] to [53e04e2650].    [diff]

Modified tests/OFSetTests.m from [ae430dfeb5] to [64edf5cf62].    [diff]

Modified tests/OFStreamTests.m from [e99b561510] to [eba8145bb7].    [diff]

Modified tests/OFStringTests.m from [ec2ef964d2] to [57ac9cdadf].    [diff]

Modified tests/OFTCPSocketTests.m from [4d4a620768] to [dd0e691d82].    [diff]

Modified tests/OFThreadTests.m from [0f68ff0d76] to [6962b6a9a7].    [diff]

Modified tests/OFUDPSocketTests.m from [e9dee9254c] to [0786d57653].    [diff]

Modified tests/OFURLTests.m from [ec44f7d01d] to [b3ecd6e7b1].    [diff]

Modified tests/OFXMLElementBuilderTests.m from [2a8409a32d] to [4013219f5a].    [diff]

Modified tests/OFXMLNodeTests.m from [186ee4a757] to [4158b59f5a].    [diff]

Modified tests/OFXMLParserTests.m from [43a20e5a70] to [0934751856].    [diff]

Modified tests/PropertiesTests.m from [4144a7a81a] to [5d43a592b9].    [diff]

Modified tests/TestsAppDelegate.h from [7b05c7a3ed] to [42b2169405].    [diff]

Modified tests/TestsAppDelegate.m from [57375072ae] to [675f1d1b50].    [diff]

Modified tests/objc_sync/test.m from [cce698942c] to [a49ab6bd31].    [diff]

Modified tests/plugin/TestPlugin.h from [961f5ed1fb] to [f5842e79f2].    [diff]

Modified tests/plugin/TestPlugin.m from [8d54903b2d] to [dcab6f4f86].    [diff]

Modified utils/objfw-compile from [bc42e9bea8] to [8cf942b0fb].    [diff]

Modified utils/objfw-config.in from [8b34782ddf] to [a04c853d00].    [diff]

Modified utils/ofhash/OFHash.m from [59a725be71] to [c6552bc78f].    [diff]

Modified utils/ofhttp/OFHTTP.m from [9d72e08e88] to [20c2c916a8].    [diff]

Modified utils/ofhttp/ProgressBar.h from [88c7d2589b] to [d68b6b6b1d].    [diff]

Modified utils/ofhttp/ProgressBar.m from [e84b0f1e4e] to [84262304c6].    [diff]

Modified utils/ofzip/OFZIP.m from [1e1f67001f] to [a335579a2e].    [diff]