comparison ChangeLog @ 247:446d2220bc49

- changelog update
author Tassilo Philipp
date Thu, 04 May 2017 23:53:05 +0200
parents 98503af08916
children 7520e2260097
comparison
equal deleted inserted replaced
246:06a354b2e120 247:446d2220bc49
24 64-bit platform fixes (was broken on x64 and never supported on others) 24 64-bit platform fixes (was broken on x64 and never supported on others)
25 o allowing Mach-O dlSyms* lib to be used standalone (consistent with ELF and PE impls now) 25 o allowing Mach-O dlSyms* lib to be used standalone (consistent with ELF and PE impls now)
26 o simplifications of implemention on Darwin, sharing parts with *nix implementation 26 o simplifications of implemention on Darwin, sharing parts with *nix implementation
27 o potentially breaking change on macos/Darwin platforms: all functions now consistently accept or 27 o potentially breaking change on macos/Darwin platforms: all functions now consistently accept or
28 return symbol names as they would appear in C code, instead of the raw ones in object files 28 return symbol names as they would appear in C code, instead of the raw ones in object files
29 o added new function dlGetLibraryPath, allowing lookups of path to library via handle
29 general: 30 general:
30 o marked assembly code as not needing an execstack, for safer/easier integration into other 31 o marked assembly code as not needing an execstack, for safer/easier integration into other
31 projects/builds, where needed; this is needed b/c of questionable default behaviours of some 32 projects/builds, where needed; this is needed b/c of questionable default behaviours of some
32 toolchains (thanks Thorsten Behrens for report and analysis) 33 toolchains (thanks Thorsten Behrens for report and analysis)
33 doc: 34 doc: