ObjFW  Check-in [55aa600e97]

Overview
Comment:Merge trunk into branch "unix-sockets"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | unix-sockets
Files: files | file ages | folders
SHA3-256: 55aa600e97f7a18c6bb141290661cfc0e308ec119482654ac873013f35214551
User & Date: js on 2021-10-24 13:40:22
Other Links: branch diff | manifest | tags
Context
2021-10-24
15:14
Add OFUNIXDatagramSocket check-in: 94110c9553 user: js tags: unix-sockets
13:40
Merge trunk into branch "unix-sockets" check-in: 55aa600e97 user: js tags: unix-sockets
11:15
OFScryptTests: Disable 3rd vector on AmigaOS/m68k check-in: 051b264d4a user: js tags: trunk
2021-04-25
20:25
Minor style fix check-in: 05dbd482bf user: js tags: unix-sockets
Changes

Added .github/workflows/amiga-gcc.yml version [16471286d2].

Added .github/workflows/ios.yml version [dd34f22809].

Added .github/workflows/macos-10.15.yml version [0b4e6d02a3].

Added .github/workflows/macos-11.yml version [d79ffc1fb9].

Added .github/workflows/morphos.yml version [0f27c2ab37].

Added .github/workflows/nintendo-3ds.yml version [67061ee611].

Added .github/workflows/nintendo-ds.yml version [3d41e0f5f7].

Added .github/workflows/ubuntu-18.04-32bit.yml version [c84b2e26e8].

Added .github/workflows/ubuntu-18.04-gcc-32bit.yml version [fffc9a783b].

Added .github/workflows/ubuntu-18.04-gcc.yml version [abecbdd592].

Added .github/workflows/ubuntu-18.04.yml version [1b051883aa].

Added .github/workflows/ubuntu-20.04-32bit.yml version [67fdadee3b].

Added .github/workflows/ubuntu-20.04-gcc-32bit.yml version [77cd8547b9].

Added .github/workflows/ubuntu-20.04-gcc.yml version [722d29b103].

Added .github/workflows/ubuntu-20.04.yml version [b1e6e1b321].

Added .github/workflows/wii.yml version [39c842705b].

Modified Doxyfile from [51b1f8245c] to [c1793ad29f].    [diff]

Modified Makefile from [b5f8b9bb2c] to [63e28abf9d].    [diff]

Modified README.md from [c56b6e4a95] to [df7d0bd20b].    [diff]

Modified build-aux/m4/buildsys.m4 from [8a8480cbc5] to [3c7fd1fbe8].    [diff]

Modified buildsys.mk.in from [b068b3ae0b] to [a085f99653].    [diff]

Modified configure.ac from [ba1c6c3513] to [75effab5fc].    [diff]

Modified extra.mk.in from [70070944b6] to [40ab3148ac].    [diff]

Modified generators/library/FuncArrayGenerator.m from [51e8f1d0df] to [f08469b1f3].    [diff]

Modified generators/library/GlueGenerator.m from [31aa00cfbb] to [bedf754a5e].    [diff]

Modified generators/library/LibraryGenerator.m from [5e005ae799] to [9ff3856624].    [diff]

Modified generators/library/LinkLibGenerator.m from [39332583d0] to [eb1406f394].    [diff]

Modified generators/library/Makefile from [7064d263a2] to [b62d874949].    [diff]

Modified generators/unicode/Makefile from [c6ebd60fbb] to [9009fb89e7].    [diff]

Added objfw.spec version [c6704c25c0].

Modified src/Makefile from [fd93e350db] to [47315f910b].    [diff]

Modified src/OFASPrintF.m from [88da2745a9] to [55b5185ec7].    [diff]

Modified src/OFArray.h from [091ccdd3f4] to [0789a761b0].    [diff]

Modified src/OFArray.m from [37c945555f] to [8ae58ccb41].    [diff]

Modified src/OFAtomic.h from [113d14691a] to [cd35260cdb].    [diff]

Deleted src/OFAtomic_no_threads.h version [bc682f9d95].

Modified src/OFBlock.h from [b2fc8f8283] to [d0a30cd463].    [diff]

Modified src/OFCondition.m from [48a8d9c9b2] to [17f7291bd2].    [diff]

Modified src/OFDNSResolver.h from [9570988a05] to [d50442556a].    [diff]

Modified src/OFDNSResolverSettings.m from [eb1fcb5845] to [e0ccdc2d67].    [diff]

Modified src/OFDNSResourceRecord.h from [d9a4125a07] to [684c620d59].    [diff]

Modified src/OFData.h from [654367484b] to [b76fc312cd].    [diff]

Modified src/OFDatagramSocket.m from [d32466923e] to [a53bf3d04b].    [diff]

Modified src/OFFile.h from [7c5aab04f3] to [bac13481b9].    [diff]

Modified src/OFFile.m from [cd41ef981c] to [87a6169ed1].    [diff]

Modified src/OFFileManager.h from [a969db1ae2] to [8ccfa4987e].    [diff]

Modified src/OFFileManager.m from [d0ff19a328] to [d2360d47e0].    [diff]

Added src/OFFileManagerConstants.inc version [e875ee7ab5].

Modified src/OFFileURLHandler.m from [451e6c48b2] to [b0e449d601].    [diff]

Modified src/OFGZIPStream.h from [dc70b7b057] to [498f0a4cf5].    [diff]

Modified src/OFHTTPRequest.h from [28493df649] to [e5c26eec6f].    [diff]

Modified src/OFHTTPServer.m from [76527fc01b] to [d1a692f4d4].    [diff]

Modified src/OFHuffmanTree.h from [694631f046] to [fd05cd38a9].    [diff]

Modified src/OFHuffmanTree.m from [e08b704a74] to [f7a4f8d9de].    [diff]

Modified src/OFINICategory.h from [ce099ffcaa] to [f788995406].    [diff]

Modified src/OFIPSocketAsyncConnector.m from [8b23b2fea4] to [f532e1ec24].    [diff]

Modified src/OFIPXSocket.h from [716204a756] to [635704366b].    [diff]

Modified src/OFInflate64Stream.h from [ff42990035] to [a6bacf7fa9].    [diff]

Modified src/OFInflateStream.h from [6239bc3935] to [f8763882fa].    [diff]

Modified src/OFInflateStream.m from [94ff1319c4] to [ddc6f9f77f].    [diff]

Modified src/OFJSONRepresentation.h from [a068535d8e] to [02ee58f172].    [diff]

Modified src/OFLHAArchive.h from [4b0e86f56f] to [934898264e].    [diff]

Modified src/OFLHAArchive.m from [164897d7b4] to [8caabc2fe9].    [diff]

Modified src/OFLHADecompressingStream.h from [4239b91057] to [50abfd9a4a].    [diff]

Modified src/OFList.h from [0e994cc065] to [e9b48b38c5].    [diff]

Modified src/OFList.m from [71b5abf54f] to [75ee6d9e19].    [diff]

Modified src/OFLocale.m from [54708bc402] to [947d4e8829].    [diff]

Modified src/OFMapTable.h from [0dfbcfb542] to [67af88b431].    [diff]

Modified src/OFMapTable.m from [6075b5b12b] to [37fa19bf82].    [diff]

Modified src/OFObject.h from [d972931bb6] to [256748162e].    [diff]

Modified src/OFObject.m from [63795ddfa3] to [4833385eee].    [diff]

Modified src/OFOptionsParser.h from [84a06358b9] to [aa712b561c].    [diff]

Modified src/OFPBKDF2.h from [bc04db6a17] to [31c9840de8].    [diff]

Modified src/OFPlainCondition.m from [6e88b3caee] to [5c92a31d36].    [diff]

Modified src/OFPlainMutex.m from [9e6dac45f3] to [f697ac3445].    [diff]

Modified src/OFPlainThread.h from [9dd4ef3d72] to [00cdbb5121].    [diff]

Modified src/OFPlainThread.m from [0fae510ae5] to [77054b78a9].    [diff]

Modified src/OFPlugin.h from [0127a43dd2] to [53f335d6bf].    [diff]

Modified src/OFRunLoop.m from [ab97878b5e] to [cc008951a5].    [diff]

Added src/OFRunLoopConstants.inc version [e240ef8cad].

Modified src/OFSPXSocket.m from [6a8d63bff0] to [1dcd330269].    [diff]

Modified src/OFSPXStreamSocket.m from [cf40daf6c1] to [d6a9ec0451].    [diff]

Modified src/OFScrypt.h from [92dd465a18] to [77947b171a].    [diff]

Modified src/OFSecureData.h from [3c696dcd02] to [69bd454c65].    [diff]

Modified src/OFSecureData.m from [850d3da4ab] to [80f9f47dea].    [diff]

Modified src/OFSequencedPacketSocket.m from [7bcba89d06] to [d397c2379d].    [diff]

Modified src/OFSocket.h from [789ea6a8ed] to [b11ec9bdab].    [diff]

Modified src/OFStdIOStream.h from [56543eac46] to [95e440fa88].    [diff]

Modified src/OFStdIOStream.m from [a9dd0b73a2] to [3842c52bb2].    [diff]

Modified src/OFStrPTime.h from [4d3408cfa3] to [cb6a50b81d].    [diff]

Modified src/OFStream.h from [b19f1dd539] to [90ab6262e8].    [diff]

Modified src/OFStreamSocket.m from [a955b9500f] to [5b9cb9181f].    [diff]

Modified src/OFString+PathAdditions.m from [ea7cb030e3] to [6ba7aac1d0].    [diff]

Modified src/OFString+URLEncoding.m from [136d9c5f3e] to [a20a83c28d].    [diff]

Modified src/OFString.h from [b4ac5f8ea5] to [43d2fc3670].    [diff]

Modified src/OFString.m from [d4404e2d68] to [d3f94ba1f6].    [diff]

Modified src/OFSubprocess.m from [6a65d9f1d2] to [f686b80ad6].    [diff]

Modified src/OFSystemInfo.h from [074e043b50] to [588a8a89cb].    [diff]

Modified src/OFSystemInfo.m from [6fd50f8c07] to [ddb7f4310a].    [diff]

Modified src/OFTCPSocketSOCKS5Connector.h from [444395c847] to [a3decd0834].    [diff]

Modified src/OFTCPSocketSOCKS5Connector.m from [e52c5629f6] to [cef61681e6].    [diff]

Modified src/OFTLSKey.h from [7ddd0f3e02] to [befb515045].    [diff]

Modified src/OFTLSKey.m from [c046d81c67] to [15b8d20ff8].    [diff]

Modified src/OFTarArchiveEntry.h from [5715325220] to [933ac56d6f].    [diff]

Modified src/OFTimer.h from [2337ad9abd] to [7b53dae76c].    [diff]

Modified src/OFTimer.m from [f881c0a34b] to [4643374dad].    [diff]

Modified src/OFUDPSocket.m from [5d65cff83a] to [bb035d1ec6].    [diff]

Modified src/OFURL.m from [110acb1505] to [73419ef6a6].    [diff]

Modified src/OFUTF8String.m from [18e27cfd00] to [48ac930e37].    [diff]

Added src/OFUUID.h version [71a4287501].

Added src/OFUUID.m version [2d4d775406].

Modified src/OFXMLParser.h from [1fb96ae9fc] to [fd86d1b01d].    [diff]

Modified src/OFXMLParser.m from [a4ea06f928] to [885a5c6d01].    [diff]

Modified src/OFZIPArchive.h from [35e140687b] to [3dde37049e].    [diff]

Modified src/OFZIPArchive.m from [2bb1e08022] to [952e87c05c].    [diff]

Modified src/OFZIPArchiveEntry.h from [79b0008ba2] to [e18b985df3].    [diff]

Modified src/ObjFW.h from [304cf44661] to [59913cb5c3].    [diff]

Modified src/exceptions/OFException.m from [d414760729] to [5ced4219b2].    [diff]

Modified src/macros.h from [3a3771fba4] to [13da37c718].    [diff]

Modified src/module.modulemap from [4964b69439] to [33c24fc753].    [diff]

Name change from src/platform/amiga/OFPlainCondition.m to src/platform/AmigaOS/OFPlainCondition.m.

Name change from src/platform/amiga/OFPlainMutex.m to src/platform/AmigaOS/OFPlainMutex.m.

Renamed and modified src/platform/amiga/OFPlainThread.m [d05f96868a] to src/platform/AmigaOS/OFPlainThread.m [874b38ae30].    [diff]

Name change from src/platform/amiga/OFString+PathAdditions.m to src/platform/AmigaOS/OFString+PathAdditions.m.

Name change from src/platform/amiga/OFTLSKey.m to src/platform/AmigaOS/OFTLSKey.m.

Name change from src/OFAtomic_builtins.h to src/platform/GCC4.7/OFAtomic.h.

Renamed and modified src/OFAtomic_sync_builtins.h [cebe486547] to src/platform/GCC4/OFAtomic.h [16dfce6eb3].    [diff]

Renamed and modified src/platform/morphos/OFTLSKey.m [8de1ab9b4a] to src/platform/MorphOS/OFTLSKey.m [493207d475].    [diff]

Name change from src/platform/posix/OFPlainCondition.m to src/platform/POSIX/OFPlainCondition.m.

Name change from src/platform/posix/OFPlainMutex.m to src/platform/POSIX/OFPlainMutex.m.

Name change from src/platform/posix/OFPlainThread.m to src/platform/POSIX/OFPlainThread.m.

Name change from src/platform/posix/OFString+PathAdditions.m to src/platform/POSIX/OFString+PathAdditions.m.

Name change from src/platform/posix/OFSubprocess.m to src/platform/POSIX/OFSubprocess.m.

Name change from src/platform/posix/OFTLSKey.m to src/platform/POSIX/OFTLSKey.m.

Renamed and modified src/OFAtomic_powerpc.h [b84702cb04] to src/platform/PowerPC/OFAtomic.h [44b886c5c2].    [diff]

Name change from src/platform/windows/OFPlainCondition.m to src/platform/Windows/OFPlainCondition.m.

Name change from src/platform/windows/OFPlainMutex.m to src/platform/Windows/OFPlainMutex.m.

Name change from src/platform/windows/OFPlainThread.m to src/platform/Windows/OFPlainThread.m.

Name change from src/platform/windows/OFString+PathAdditions.m to src/platform/Windows/OFString+PathAdditions.m.

Name change from src/platform/windows/OFSubprocess.m to src/platform/Windows/OFSubprocess.m.

Name change from src/platform/windows/OFTLSKey.m to src/platform/Windows/OFTLSKey.m.

Name change from src/OFAtomic_osatomic.h to src/platform/macOS/OFAtomic.h.

Name change from src/OFAtomic_x86.h to src/platform/x86/OFAtomic.h.

Modified src/runtime/ObjFWRT.h from [1456702210] to [4089c697eb].    [diff]

Modified src/runtime/amiga-funcarray.inc from [674e168c3f] to [4a87a7ea0f].    [diff]

Modified src/runtime/amiga-glue.h from [51945d63f3] to [f6e0849e8b].    [diff]

Modified src/runtime/amiga-glue.m from [fef86ecf8c] to [f5c525c10e].    [diff]

Renamed and modified src/runtime/library.xml [99fa55d924] to src/runtime/amiga-library.xml [f6565586a9].    [diff]

Deleted src/runtime/amigaos3.sfd version [27d28cf09f].

Modified src/runtime/arc.m from [8ccdb1ee10] to [1147559114].    [diff]

Modified src/runtime/autorelease.m from [2b09f19f70] to [4890f3bc38].    [diff]

Modified src/runtime/category.m from [e672c2edf4] to [5b97638d56].    [diff]

Modified src/runtime/class.m from [93b6de8609] to [8556b52111].    [diff]

Modified src/runtime/dtable.m from [d61b5652b8] to [fe23892d25].    [diff]

Modified src/runtime/exception.m from [814fd82d64] to [b58329f870].    [diff]

Modified src/runtime/hashtable.m from [4ff03c1700] to [ad954a7a5c].    [diff]

Modified src/runtime/init.m from [b626330f56] to [930fe22400].    [diff]

Modified src/runtime/instance.m from [c5fcd18398] to [3d0ab38eff].    [diff]

Modified src/runtime/ivar.m from [3e8ec570e1] to [5caeed37fa].    [diff]

Modified src/runtime/linklib/linklib.m from [e1e21b28b9] to [2cef24eea5].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm-elf.S from [7443d47cf7] to [40d58a6394].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm64-elf.S from [7551faefd3] to [77601b6969].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips-elf.S from [b2c0fd7a36] to [16aa30af7f].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips64-n64-elf.S from [34f3dd7a14] to [6719050384].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-powerpc-elf.S from [e20fe0b40d] to [7227a38be1].    [diff]

Added src/runtime/lookup-asm/lookup-asm-powerpc64-elf.S version [abf2533c1d].

Modified src/runtime/lookup-asm/lookup-asm-sparc-elf.S from [97ba2c63db] to [c6e8c65e49].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-sparc64-elf.S from [f2aa28d73c] to [ddfe4e7ce8].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-elf.S from [89119220a2] to [584c3797d2].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-win32.S from [e53fa327a6] to [82a8f4610f].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-elf.S from [e0cdb81196] to [a4b34307ef].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-macho.S from [30cd6d5c1f] to [75f4b5e2f7].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-win64.S from [57823d1901] to [bc3f6ee83e].    [diff]

Modified src/runtime/lookup-asm/lookup-asm.S from [079786db12] to [3a40e34c24].    [diff]

Modified src/runtime/lookup.m from [041b8ab433] to [61816856c1].    [diff]

Modified src/runtime/method.m from [be8bb331cc] to [4ccd14f099].    [diff]

Modified src/runtime/misc.m from [3f2babee79] to [45165f1a7f].    [diff]

Deleted src/runtime/morphos-clib.h version [750cbb9d7c].

Deleted src/runtime/morphos.fd version [4a176c28f2].

Modified src/runtime/private.h from [13fad70e4b] to [fc9de45cb0].    [diff]

Modified src/runtime/property.m from [34b7870e2a] to [6e20bc37ae].    [diff]

Modified src/runtime/protocol.m from [7bac61bcb9] to [375dff745f].    [diff]

Modified src/runtime/selector.m from [7cee0dae00] to [595eb87101].    [diff]

Modified src/runtime/sparsearray.m from [dc25cc4021] to [0600278cf2].    [diff]

Modified src/runtime/static-instances.m from [9308a0dd6f] to [5b5e1b3d9a].    [diff]

Modified src/runtime/synchronized.m from [90a59dedf3] to [4edf9604c8].    [diff]

Modified src/runtime/tagged-pointer.m from [a6a4aa7d0f] to [84026d482b].    [diff]

Modified src/runtime/threading.m from [34d13c2d7f] to [9fcf574ba3].    [diff]

Modified tests/ForwardingTests.m from [243d088ca9] to [4df4ada152].    [diff]

Modified tests/Makefile from [a491bea751] to [c0f76538e2].    [diff]

Modified tests/OFArrayTests.m from [f58673a4b1] to [0c4712974c].    [diff]

Modified tests/OFBlockTests.m from [dc2e6666e8] to [6cfef2073c].    [diff]

Modified tests/OFCharacterSetTests.m from [f4f81f5355] to [11fed19a2c].    [diff]

Modified tests/OFDataTests.m from [6024274dc3] to [def38bc628].    [diff]

Modified tests/OFDateTests.m from [ad515445a9] to [7e834c33fc].    [diff]

Modified tests/OFDictionaryTests.m from [fdcd71652e] to [545415a78a].    [diff]

Modified tests/OFHMACTests.m from [51628de7e9] to [f54d111cd0].    [diff]

Modified tests/OFHTTPClientTests.m from [76a48837cf] to [1197c752e1].    [diff]

Modified tests/OFHTTPCookieManagerTests.m from [8226ed0409] to [d8c3ff9fea].    [diff]

Modified tests/OFHTTPCookieTests.m from [ea70ec9f7e] to [3f137e64cb].    [diff]

Modified tests/OFINIFileTests.m from [0d85330d49] to [9af27af9d8].    [diff]

Modified tests/OFIPXSocketTests.m from [d96f547fea] to [a26f3af451].    [diff]

Modified tests/OFInvocationTests.m from [475125e587] to [a2e3d6960f].    [diff]

Modified tests/OFJSONTests.m from [15d8e0cc74] to [4a647fbb7e].    [diff]

Modified tests/OFKernelEventObserverTests.m from [e1e120ef88] to [f4ab45b387].    [diff]

Modified tests/OFListTests.m from [ede47645fa] to [890c1e2652].    [diff]

Modified tests/OFMD5HashTests.m from [73092aedf1] to [e16a55e7a6].    [diff]

Modified tests/OFMethodSignatureTests.m from [364a3b706f] to [ebd654aa45].    [diff]

Modified tests/OFNumberTests.m from [92564f033d] to [c0de3f5f8b].    [diff]

Modified tests/OFObjectTests.m from [15af30b63f] to [84ff5d698c].    [diff]

Renamed and modified tests/PBKDF2Tests.m [c97ca65028] to tests/OFPBKDF2Tests.m [650e1671f9].    [diff]

Modified tests/OFPluginTests.m from [79f8663f0b] to [4801b7fe9e].    [diff]

Modified tests/OFPropertyListTests.m from [f46fac19eb] to [9ca2969379].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [4b2bd712b4] to [00f15b1edb].    [diff]

Modified tests/OFSHA1HashTests.m from [3bceacae61] to [4f485b9d65].    [diff]

Modified tests/OFSHA224HashTests.m from [4309676a79] to [d949087e30].    [diff]

Modified tests/OFSHA256HashTests.m from [2f9948771c] to [f90460efa2].    [diff]

Modified tests/OFSHA384HashTests.m from [fdfc8fecb8] to [7fee81f984].    [diff]

Modified tests/OFSHA512HashTests.m from [ff0238e62b] to [b65f0f5008].    [diff]

Modified tests/OFSPXSocketTests.m from [8af68629fd] to [1c45b38ca1].    [diff]

Modified tests/OFSPXStreamSocketTests.m from [e27033149d] to [0326ef9bb8].    [diff]

Renamed and modified tests/ScryptTests.m [dc5f2613fe] to tests/OFScryptTests.m [728fb073b3].    [diff]

Modified tests/OFSerializationTests.m from [5f6e7408a0] to [1a4c0ebd86].    [diff]

Modified tests/OFSetTests.m from [04cbdfa860] to [d85d2c2bce].    [diff]

Renamed and modified tests/SocketTests.m [da7b4aa12b] to tests/OFSocketTests.m [bd6253505c].    [diff]

Modified tests/OFStreamTests.m from [ad2f2ab750] to [641e91bbf2].    [diff]

Modified tests/OFStringTests.m from [40fec06275] to [33be156318].    [diff]

Modified tests/OFTCPSocketTests.m from [dfc17ad706] to [e9219b696c].    [diff]

Modified tests/OFThreadTests.m from [61a0609ec2] to [6e125a20af].    [diff]

Modified tests/OFUDPSocketTests.m from [c440a7c2a6] to [6d7b4e4936].    [diff]

Modified tests/OFURLTests.m from [a23bc7aa5e] to [641ece2b4e].    [diff]

Modified tests/OFValueTests.m from [f7da5ac296] to [f0ec7ac363].    [diff]

Modified tests/OFWindowsRegistryKeyTests.m from [5df411ba49] to [b3eba3a2d6].    [diff]

Modified tests/OFXMLElementBuilderTests.m from [47b293e0e2] to [1ae510b9c5].    [diff]

Modified tests/OFXMLNodeTests.m from [c231b8bd5e] to [3a041e8eb3].    [diff]

Modified tests/OFXMLParserTests.m from [20f4783b1c] to [3eb25f939e].    [diff]

Modified tests/RuntimeARCTests.m from [17d2d82f60] to [b48c97e0ac].    [diff]

Modified tests/RuntimeTests.m from [60799e33cc] to [20a13fa2e0].    [diff]

Modified tests/TestsAppDelegate.h from [2fa9306569] to [36680e2682].    [diff]

Modified tests/TestsAppDelegate.m from [0b419cd689] to [1130ab2e6c].    [diff]

Modified tests/objc_sync/Makefile from [050b215f54] to [0df383ed25].    [diff]

Modified tests/plugin/TestPlugin.m from [c395596363] to [37c0de4e88].    [diff]

Modified tests/serialization.xml from [c1b84078b7] to [1df911f605].    [diff]

Modified tests/terminal/Makefile from [58c564f0ae] to [e8770b0b9b].    [diff]

Modified utils/ofarc/LHAArchive.m from [051184aa1d] to [9257c8729a].    [diff]

Modified utils/ofarc/OFArc.m from [84fac1d63f] to [905433948f].    [diff]

Modified utils/ofhash/OFHash.m from [976db374f8] to [1dccaed4eb].    [diff]

Modified utils/ofhash/lang/de.json from [775fc52ec2] to [e3d21e1de1].    [diff]

Modified utils/ofhttp/OFHTTP.m from [c136ae289f] to [cd70aeb710].    [diff]

Modified utils/ofhttp/ProgressBar.m from [5cde87eb26] to [55b889a4e0].    [diff]