comparison ChangeLog @ 332:73c528d2cd4d

- todo and changelog update
author Tassilo Philipp
date Sat, 23 Nov 2019 13:53:28 +0100
parents 85c80b0c021c
children 3c6bc720bc1f
comparison
equal deleted inserted replaced
331:74c056b597b7 332:73c528d2cd4d
13 paths to random libraries under some circumstances, instead of returning an error) 13 paths to random libraries under some circumstances, instead of returning an error)
14 o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3 14 o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3
15 o dlGetLibraryPath() now accepts NULL as argument to return path to executable 15 o dlGetLibraryPath() now accepts NULL as argument to return path to executable
16 doc: 16 doc:
17 o more detail in support matrix for bi-endian platforms 17 o more detail in support matrix for bi-endian platforms
18 o improvements/corrections to calling convention appendix
19 o PPC64 calling convention description
20 o man page additions for clarity
18 tests: 21 tests:
19 o dynload_plain test extended to test UTF-8 library paths 22 o dynload_plain test extended to test UTF-8 library paths
23 o better output for plain test
24 o better output and *nix fix for plain_c++ test
20 buildsys: 25 buildsys:
21 o default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set explicitly 26 o default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set explicitly
22 o better MacOS Mojave support in ./configure (Mojave dropped i386 builds) 27 o better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
23 28
24 Version 1.0 (2018/04/23) 29 Version 1.0 (2018/04/23)