From: Ivan Denisov Date: Fri, 11 Aug 2017 14:41:46 +0000 (+0700) Subject: support for [ccall16] flag by Luowy, align stack to a 16-byte boundary X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=ef6e7ec4e14a2b4e2de35be6502cccb2f62d0ff9 support for [ccall16] flag by Luowy, align stack to a 16-byte boundary --- diff --git a/BlackBox/Dev/Mod/CPC486.odc b/BlackBox/Dev/Mod/CPC486.odc index 192f82c..851012a 100644 Binary files a/BlackBox/Dev/Mod/CPC486.odc and b/BlackBox/Dev/Mod/CPC486.odc differ diff --git a/BlackBox/Dev/Mod/CPM.odc b/BlackBox/Dev/Mod/CPM.odc index 641f0e2..2fce1a7 100644 Binary files a/BlackBox/Dev/Mod/CPM.odc and b/BlackBox/Dev/Mod/CPM.odc differ diff --git a/BlackBox/Dev/Mod/CPV486.odc b/BlackBox/Dev/Mod/CPV486.odc index 901dd65..f9004c8 100644 Binary files a/BlackBox/Dev/Mod/CPV486.odc and b/BlackBox/Dev/Mod/CPV486.odc differ diff --git a/dev/deb/changelog b/dev/deb/changelog index 5eec7f6..364f55d 100644 --- a/dev/deb/changelog +++ b/dev/deb/changelog @@ -1,4 +1,19 @@ bbcb ({#VERSION}) unstable; urgency=low + * Support for [ccall16] which allows to align stack to a 16-byte boundary (luowy) + + -- Ivan Denisov Fri, 11 August 2017 22:00:00 +0700 + +bbcb (1.7~a1.21) unstable; urgency=low + * Fix bug with close only focus window + + -- Ivan Denisov Wed, 9 August 2017 14:00:00 +0700 + +bbcb (1.7~a1.20) unstable; urgency=low + * HostCFrames improved edit fields, checkboxes and radiobuttons + + -- Ivan Denisov Wed, 31 July 2017 12:00:00 +0700 + +bbcb (1.7~a1.18) unstable; urgency=low * Remove digitspaces from loaded modules list (Nikita Plynskii) * Reduced version of Profiler for Linux/OpenBSD/FreeBSD version (Nikita Plynskii)