ObjFW  Changes On Branch 01d06c0f5d7c6e99

Changes In Branch tagged-pointers Through [01d06c0f5d] Excluding Merge-Ins

This is equivalent to a diff from fc5790f20c to 01d06c0f5d

2020-07-18
15:52
Obfuscate tagged pointers on MIPS/ELF check-in: 86014b7cc2 user: js tags: tagged-pointers
12:54
Obfuscate tagged pointers on ARM64/ELF check-in: 01d06c0f5d user: js tags: tagged-pointers
2020-07-14
23:43
Obfuscate tagged pointers on MIPS64/ELF check-in: f073f79c09 user: js tags: tagged-pointers
19:05
.travis.yml: Properly abort on errors check-in: 1c89bd8063 user: js tags: trunk
2020-07-12
18:00
Merge trunk into branch "tagged-pointers" check-in: aba47e526e user: js tags: tagged-pointers
17:57
Fix forwarding on SPARC/ELF for non-PIC check-in: fc5790f20c user: js tags: trunk
11:17
Fix missing include for getrandom() check-in: ed7377d854 user: js tags: trunk

Modified src/OFObject.m from [37d44845c9] to [bf40f65e77].    [diff]

Modified src/runtime/Makefile from [19d76e27b3] to [578f05e231].    [diff]

Modified src/runtime/ObjFWRT.h from [439a147585] to [b42f831278].    [diff]

Modified src/runtime/amiga-glue.m from [5dde941d59] to [d21e9a60b6].    [diff]

Modified src/runtime/amiga-library.m from [3100a40497] to [8a86d7c3a3].    [diff]

Modified src/runtime/amigaos3.sfd from [c645261c7f] to [5fcef80cc6].    [diff]

Modified src/runtime/class.m from [959b2ef399] to [02bad041ab].    [diff]

Modified src/runtime/linklib/linklib.m from [141357802d] to [b0ccaf3f6e].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm-elf.S from [32240ae7d6] to [fae6543de8].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm64-elf.S from [ac72aa9b77] to [a8a0a8247a].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips-elf.S from [24b1651a58] to [32c90e7cde].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips64-n64-elf.S from [93cafb41c5] to [3b31980e08].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-powerpc-elf.S from [5f9a77b0a0] to [6a0efd2f1b].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-sparc-elf.S from [3c80564f3f] to [ee867480c0].    [diff]

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

Modified src/runtime/lookup-asm/lookup-asm-x86-elf.S from [582b619bd5] to [3e4a512a7a].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-win32.S from [44cfb2c923] to [5502257c39].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-elf.S from [d030c5228c] to [1f89a766d7].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-macho.S from [679535bcad] to [e2943741c9].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-win64.S from [47f8ccf7d6] to [fde9955f30].    [diff]

Modified src/runtime/morphos-clib.h from [cfb2b6af7e] to [f477f1a478].    [diff]

Modified src/runtime/morphos.fd from [f7d065769a] to [43f04663ca].    [diff]

Modified src/runtime/private.h from [82de8c2339] to [e3fff27493].    [diff]

Added src/runtime/tagged-pointer.m version [696420866c].

Modified tests/RuntimeTests.m from [1191342e90] to [33b8900615].    [diff]