From ac351500981ffb75388b2d41d4a7d675be84f547 Mon Sep 17 00:00:00 2001 From: gerryjackson Date: Mon, 18 Jan 2016 20:19:03 +0000 Subject: [PATCH] Changes made for release 0.13.1 blocktest.fth - fixed issue #7 faults with single buffer blocks core.fth - corrected ACCEPT buffer block length to decimal 80 characters coreplustest.fth - moved double number with prefixes to doubletest.fth - now tests maximum length definition names and all graphical characters accepted - parses upper case characters using 'X' notation - tests FIND with zero length strings and non-existent names doubletest.fth - received double number with prefixes from coreplus.fth --- doc/changes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/changes.txt b/doc/changes.txt index 86a6e8d..14dd278 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -1,6 +1,23 @@ Record of changes to the ANS Forth and Forth 2012 test suite from version 0.9 onwards +Version 0.13.1 +~~~~~~~~~~~~~~ +blocktest.fth + - fixed issue #7 faults with single buffer blocks + +core.fth + - corrected ACCEPT buffer block length to decimal 80 characters + +coreplustest.fth + - moved double number with prefixes to doubletest.fth + - now tests maximum length definition names and all graphical characters accepted + - parses upper case characters using 'X' notation + - tests FIND with zero length strings and non-existent names + +doubletest.fth + - received double number with prefixes from coreplus.fth + Version 0.13 ~~~~~~~~~~~~