diff ToDo @ 355:5ac53b2d5f1e

- changelog and todo prep for upcoming 1.2
author Tassilo Philipp
date Sun, 12 Jan 2020 11:30:40 +0100
parents 4f9f49fb82ce
children 3bdd326dc269
line wrap: on
line diff
--- a/ToDo	Sat Jan 11 15:55:49 2020 +0100
+++ b/ToDo	Sun Jan 12 11:30:40 2020 +0100
@@ -1,5 +1,12 @@
-1.1:
+1.2:
 ----
+- openbsd-4.0-* test/resolve_self fails, but unsure why. dlopen correctly returns RTLD_DEFAULT, which
+  should lookup via dlsym the function in the object itself, but cannot. So... some compiler flag might
+  be missing to keep symbol names, or some prefixing happens
+- dyncall/dyncall_call*h could probably be all removed, as forward declarations in corresponding .c
+  files would be enough; no headers are needed b/c those functions declared in there are of no public use
+- test/thunk win/x64 doesn't output anything decent for stack test (neither sigsegv nor output), which can create a problem for test log file as it'll mess with the subsequent test's output)
+- remove test/gen-masm alltogether
 - test code: add sparc tests for when out of register windows, meaning multiple layers deep in the call stack
 - ./configure on macOS does not pass CFLAGS etc.. to Makefile.config
 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1)