comparison ToDo @ 280:82dd2e3b15c7

- cleanup in Changelog and Todo for 1.0
author Tassilo Philipp
date Thu, 19 Apr 2018 19:19:41 +0200
parents dfc6f1736141
children 73f25e3f1b99
comparison
equal deleted inserted replaced
279:0f044eda76b9 280:82dd2e3b15c7
21 taking care of the promotion; so it should be consistent all across the 21 taking care of the promotion; so it should be consistent all across the
22 implementations -> also write testcode specifically for that 22 implementations -> also write testcode specifically for that
23 - autovar was never really pushed all the way through and still plays second 23 - autovar was never really pushed all the way through and still plays second
24 fiddle to dyncall_macros.h, clean this all up, eventually (Tassilo: for now, I 24 fiddle to dyncall_macros.h, clean this all up, eventually (Tassilo: for now, I
25 removed out of sync files to avoid confusion; but still probably duped code) 25 removed out of sync files to avoid confusion; but still probably duped code)
26 - ppc32 callback fixes on bsd
27 - add portable "make install" 26 - add portable "make install"
28 * make install should also install manpages 27 * make install should also install manpages
29 - mailing list announcements (html email?) 28 - mailing list announcements (html email?)
30 - fix for NDS: 29 - fix for NDS:
31 * ARM: 30 * ARM:
43 be used to test dycnall bindings 42 be used to test dycnall bindings
44 - pkg-config support? 43 - pkg-config support?
45 - quadmath support (long double) 44 - quadmath support (long double)
46 - add tests using alloca(), as this might depend on the frame pointer being correctly 45 - add tests using alloca(), as this might depend on the frame pointer being correctly
47 set; we don't check for this, currently, at all 46 set; we don't check for this, currently, at all
48 - test on OpenBSD 6.0 which comes with W^X by default
49 47
50 portasm: 48 portasm:
51 -------- 49 --------
52 - add solaris support for x64 50 - add solaris support for x64
53 51