changeset 280:82dd2e3b15c7

- cleanup in Changelog and Todo for 1.0
author Tassilo Philipp
date Thu, 19 Apr 2018 19:19:41 +0200
parents 0f044eda76b9
children f5577f6bf97a
files ChangeLog ToDo
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 19 12:49:10 2018 +0200
+++ b/ChangeLog	Thu Apr 19 19:19:41 2018 +0200
@@ -1,6 +1,6 @@
 This file lists bigger/noteworthy changes, only...
 
-Version 1.0
+Version 1.0 (2018/04/19)
 dyncall:
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori Mitsugi!)
   o fixed potential buffer overrun on ARM64
--- a/ToDo	Thu Apr 19 12:49:10 2018 +0200
+++ b/ToDo	Thu Apr 19 19:19:41 2018 +0200
@@ -23,7 +23,6 @@
 - autovar was never really pushed all the way through and still plays second
   fiddle to dyncall_macros.h, clean this all up, eventually (Tassilo: for now, I
   removed out of sync files to avoid confusion; but still probably duped code)
-- ppc32 callback fixes on bsd
 - add portable "make install"
   * make install should also install manpages
 - mailing list announcements (html email?)
@@ -45,7 +44,6 @@
 - quadmath support (long double)
 - add tests using alloca(), as this might depend on the frame pointer being correctly
   set; we don't check for this, currently, at all
-- test on OpenBSD 6.0 which comes with W^X by default
 
 portasm:
 --------