![]() |
Version 1.2.6 released! - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +--- Thread: Version 1.2.6 released! (/showthread.php?tid=292) |
Version 1.2.6 released! - boriel - 2010-12-10 This release is just 1.2.6-r1812 renamed. I think it's quite stable now, and if new bugs are found, they will be fixed on 1.2.7. So, those interested, please, download from: <!-- m --><a class="postlink" href="http://www.boriel.com/files/zxb">http://www.boriel.com/files/zxb</a><!-- m --> This version finally implements bitwise operations (bAND, bOR, bXOR, bNOT) on any interger types (8, 16 and 32 bits). 8) Thanks to Britlion, apenao, LCD, LTee, programandala & carloscomputer again (and maybe others, please priv. msg. me). They've detected many bugs again, but now I've started to use TDD (Unit Testing) to avoid already-fixed bugs to be reintroduced. Like the previous version, this one fixes so many that some parts has been completely rewritten. If you use any older version, do please upgrade to this one immediately. This version could be considered as another "Service Pack Update". Changes since v.1.2.5 =================================== Assembler:
Re: New Release 1.2.6 - LCD - 2010-12-11 Hi boriel, I got a 404 error for the MSI package. Re: New Release 1.2.6 - boriel - 2010-12-11 This is because you're trying to download 1.2.7-beta (still not uploaded to the server). The 1.2.6-stable is now in the above section (1.2.5 has been removed). Re: New Release 1.2.6 - LCD - 2010-12-11 boriel Wrote:This is because you're trying to download 1.2.7-beta (still not uploaded to the server). The 1.2.6-stable is now in the above section (1.2.5 has been removed).You are right as usual. I just saw a build number that I do not have yet... Re: New Release 1.2.6 - LTee - 2010-12-13 Congrats, boriel! Many thanks for your continued hard work. ![]() |