comparison ChangeLog @ 353:2f28f26c72a7 r1.1

- prep/cleanup for 1.1 release
author Tassilo Philipp
date Fri, 10 Jan 2020 15:29:13 +0100
parents 4f9f49fb82ce
children 5ac53b2d5f1e
comparison
equal deleted inserted replaced
352:f5e9f7f8a932 353:2f28f26c72a7
1 This file lists bigger/noteworthy changes, only... 1 This file lists bigger/noteworthy changes, only...
2 2
3 Version 1.1 (upcoming) 3 Version 1.1 (2020/01/11)
4 dyncall: 4 dyncall:
5 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 5 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
6 o x64 System V syscall support 6 o x64 System V syscall support
7 dyncallback: 7 dyncallback:
8 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 8 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
12 internal use of glibc's bad impl of dlinfo() which doesn't do any error checking at all) 12 internal use of glibc's bad impl of dlinfo() which doesn't do any error checking at all)
13 o Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles (did return 13 o Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles (did return
14 paths to random libraries under some circumstances, instead of returning an error) 14 paths to random libraries under some circumstances, instead of returning an error)
15 o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3 15 o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3
16 o dlGetLibraryPath() now accepts NULL as argument to return path to executable 16 o dlGetLibraryPath() now accepts NULL as argument to return path to executable
17 o dlLoadLibrary() on windows: no more auto-suffixing of the .dll file ext anymore, to be
18 more in line with other platforms (not affecting OS specific library search behaviour)
17 doc: 19 doc:
18 o more detail in support matrix for bi-endian platforms 20 o more detail in support matrix for bi-endian platforms
19 o improvements/corrections to calling convention appendix 21 o improvements/corrections to calling convention appendix
20 o PPC64 calling convention description 22 o PPC64 calling convention description
21 o MIPS64/N32 calling convention description 23 o MIPS64/N32 calling convention description