# HG changeset patch
# User Tassilo Philipp
# Date 1578825040 -3600
# Node ID 5ac53b2d5f1e238d801206656f3541c9ddfd7661
# Parent  b4ef5a6c4d84c635f858eb6a18544a4ab2bd3d5d
- changelog and todo prep for upcoming 1.2

diff -r b4ef5a6c4d84 -r 5ac53b2d5f1e ChangeLog
--- a/ChangeLog	Sat Jan 11 15:55:49 2020 +0100
+++ b/ChangeLog	Sun Jan 12 11:30:40 2020 +0100
@@ -1,5 +1,8 @@
 This file lists bigger/noteworthy changes, only...
 
+Version 1.2 (upcoming)
+  ...
+
 Version 1.1 (2020/01/11)
 dyncall:
   o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
diff -r b4ef5a6c4d84 -r 5ac53b2d5f1e ToDo
--- 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)