ObjFW  Changes On Branch tagged-pointers

Changes In Branch tagged-pointers Excluding Merge-Ins

This is equivalent to a diff from f79f04f882 to 55001dba24

2020-09-29
21:36
Merge support for tagged pointers check-in: b4039f9a85 user: js tags: trunk
2020-09-26
19:13
runtime: Document functions for tagged pointers Closed-Leaf check-in: 55001dba24 user: js tags: tagged-pointers
19:04
runtime: Document all public functions check-in: 85ff529ac5 user: js tags: trunk
2020-09-04
18:03
OFNumber: Fix missing #ifdefs check-in: 81469669ae user: js tags: tagged-pointers
2020-08-30
15:40
Merge trunk into branch "tagged-pointers" check-in: ff6eb7b6c3 user: js tags: tagged-pointers
2020-08-29
23:17
ofhttp: Translate "Error!" message check-in: f79f04f882 user: js tags: trunk
18:41
README.md: Instructions for verifying signatures check-in: 23608c304d user: js tags: trunk

Modified src/OFDate.h from [de83b21a72] to [c713751502].    [diff]

Modified src/OFDate.m from [c70c88b347] to [4f38b261b8].    [diff]

Modified src/OFNumber.h from [5740ff4672] to [ff0ae5f35c].    [diff]

Modified src/OFNumber.m from [17a849254e] to [eeab93bc59].    [diff]

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

Modified src/macros.h from [41e131467f] to [98097ba1eb].    [diff]

Modified src/runtime/Makefile from [b584c25992] to [0941bab434].    [diff]

Modified src/runtime/ObjFWRT.h from [439a147585] to [fc5b9a4b31].    [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 [674c07dbdb].    [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 [87115a51c3].    [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 [1d842ab593].    [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]

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

Modified tests/OFNumberTests.m from [ccb8cb8682] to [c5bef94b63].    [diff]

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