comparison ToDo @ 393:60f851e35ef7

- todo cleanup
author Tassilo Philipp
date Fri, 22 Jan 2021 15:51:16 +0100
parents 2144287113df
children 49b669422ad8
comparison
equal deleted inserted replaced
392:a295958c6797 393:60f851e35ef7
157 - under "dyncall support", in each calling convention appendix, list crucial details of e.g. big/little endian support, etc. 157 - under "dyncall support", in each calling convention appendix, list crucial details of e.g. big/little endian support, etc.
158 - specify integer models in use, use common ILP32, LLP64, etc. terms 158 - specify integer models in use, use common ILP32, LLP64, etc. terms
159 159
160 regressions: 160 regressions:
161 ------------ 161 ------------
162 - Haiku/gmake build doesn't build dynload due to the fact, that elf.h is not found
163 on default installations (one has to install the system headers)
164 * add to doc
165 - Solaris/gmake build doesn't build dynload and tests anymore (maybe not even dyncallback) 162 - Solaris/gmake build doesn't build dynload and tests anymore (maybe not even dyncallback)
166 - look over code and fix TODO or @@@ marks 163 - look over code and fix TODO or @@@ marks
167 - add ppc-support to doc (both, 32 and 64, as well as little and big endian remarks)
168 164
169 nice to have: 165 nice to have:
170 ------------- 166 -------------
171 - update: microsoft visual c++ build files - integrate all test suites in solution file 167 - update: microsoft visual c++ build files - integrate all test suites in solution file
172 - consistency: on x64 platforms: make both ABIs available ('win64','sysv') for all x64 OS ports 168 - consistency: on x64 platforms: make both ABIs available ('win64','sysv') for all x64 OS ports