ObjFW  Check-in [fb7b9709b8]

Overview
Comment:Merge trunk into 1.0 branch
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.0
Files: files | file ages | folders
SHA3-256: fb7b9709b87775d77ae3312e2ff04c2702cfd8f0c494a5f02306dab0885fa524
User & Date: js on 2021-09-02 18:52:20
Other Links: branch diff | manifest | tags
Context
2021-09-04
14:34
Merge trunk into 1.0 branch check-in: 2a8507370a user: js tags: 1.0
2021-09-02
18:52
Merge trunk into 1.0 branch check-in: fb7b9709b8 user: js tags: 1.0
17:49
runtime: Don't use asm for PowerPC64 ELF v2 ABI check-in: 98b8a4cc1d user: js tags: trunk
2021-04-30
21:37
Merge trunk into 1.0 branch check-in: 9a64964dd0 user: js tags: 1.0
Changes

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

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

Modified configure.ac from [b26fbd3aeb] to [cc29652ae6].    [diff]

Modified extra.mk.in from [26c5acc6ce] to [984877419d].    [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 [e4cd0b67be].    [diff]

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

Added objfw.spec version [8b029d7d29].

Modified src/Makefile from [9ab2936435] to [89f588f854].    [diff]

Modified src/OFASPrintF.m from [88da2745a9] to [55b5185ec7].    [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/OFDNSResolverSettings.m from [eb1fcb5845] to [e0ccdc2d67].    [diff]

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

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

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

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

Modified src/OFFileManager.h from [0757b002f6] to [eef9503ad7].    [diff]

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

Added src/OFFileManagerConstants.inc version [e875ee7ab5].

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

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

Modified src/OFList.h from [52cea62659] to [e9b48b38c5].    [diff]

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

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

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

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

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

Modified src/OFPlainThread.h from [8049a183fa] to [00cdbb5121].    [diff]

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

Modified src/OFRunLoop.m from [ab97878b5e] to [08b8bec829].    [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/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/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 [e4caed5e17] 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 [da4a435ab7].    [diff]

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

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

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

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

Modified src/macros.h from [22f8070f90] 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-win64.S from [57823d1901] to [bc3f6ee83e].    [diff]

Modified src/runtime/lookup-asm/lookup-asm.S from [1ecf7e177f] to [52fc882019].    [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 [60d087e2ac] to [45165f1a7f].    [diff]

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

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

Modified src/runtime/private.h from [d3cd5c0dc0] to [9b5851c0b6].    [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 [c2c3a7e8c9].    [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 [2e44374c3f].    [diff]

Modified tests/OFSerializationTests.m from [5f6e7408a0] to [c0ded8afa9].    [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 [c47240e9e7] to [1130ab2e6c].    [diff]

Modified tests/objc_sync/Makefile from [050b215f54] to [7453b53ff1].    [diff]

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

Modified tests/terminal/Makefile from [58c564f0ae] to [c978643dd3].    [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]