comparison ChangeLog @ 169:2fa600ea50e7

- marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
author cslag
date Sun, 08 Jan 2017 03:07:57 +0100
parents 164cf1663b7c
children 00dd15cc5c87
comparison
equal deleted inserted replaced
168:2bce7629f541 169:2fa600ea50e7
11 o better C++ compiler support (for pointer conversions) 11 o better C++ compiler support (for pointer conversions)
12 dyncallback: 12 dyncallback:
13 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) 13 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
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 SPARC (32-bit) support 15 o SPARC (32-bit) support
16 general:
17 o marked assembly code as not needing an execstack, for security and better/easier integration
18 into other projects/builds; modern toolchains do that automatically on compilation, but not
19 for hand written assembly code (thanks Thorsten Behrens for report and analysis)
16 doc: 20 doc:
17 o working html doc generation from TEX sources 21 o working html doc generation from TEX sources
18 o SPARC (32-bit) calling convention description 22 o SPARC (32-bit) calling convention description
19 bindings: 23 bindings:
20 o better documentation, removed relative path dependencies, general cleanup 24 o better documentation, removed relative path dependencies, general cleanup