comparison ChangeLog @ 237:98503af08916

- changelog mentioning darwin/ppc fixes
author Tassilo Philipp
date Tue, 02 May 2017 02:55:16 +0200
parents 61fff73dbff8
children 446d2220bc49
comparison
equal deleted inserted replaced
236:9bca9ca46db9 237:98503af08916
12 dyncallback: 12 dyncallback:
13 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori Mitsugi!) 13 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori Mitsugi!)
14 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support 14 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support
15 o SPARC32 (v7/v8) support 15 o SPARC32 (v7/v8) support
16 o SPARC64 (v9) support 16 o SPARC64 (v9) support
17 o PPC32 fixes for (old) Darwin/OS X systems
17 o POSIX compliance: fallback for wx alloc on systems that don't have mmap()'s MAP_ANON 18 o POSIX compliance: fallback for wx alloc on systems that don't have mmap()'s MAP_ANON
18 o allocated space used for thunk now always W^X (req. for e.g. OpenBSD >= 6.0) 19 o allocated space used for thunk now always W^X (req. for e.g. OpenBSD >= 6.0)
19 dynload: 20 dynload:
20 o major reliability/stability fixes for Mach-O dlSyms* functions to (thanks Stéphane Mons for help): 21 o major reliability/stability fixes for Mach-O dlSyms* functions to (thanks Stéphane Mons for help):
21 better handle loading dylibs by symlink, relative path, random casing, etc. 22 better handle loading dylibs by symlink, relative path, random casing, etc.