From c880c6e1b4fb91d47d37a27d710d84cff211245e Mon Sep 17 00:00:00 2001 From: gerryjackson Date: Thu, 6 Oct 2016 14:04:55 +0100 Subject: [PATCH] Version 0.13.2 changes --- doc/changes.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/changes.txt b/doc/changes.txt index 14dd278..a468d93 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -1,6 +1,20 @@ Record of changes to the ANS Forth and Forth 2012 test suite from version 0.9 onwards +Version 0.13.2 +~~~~~~~~~~~~~~ +filetest.fth + - renamed SSQ10, SSQ11, SSQ12 to SSQ11, SSQ12, SSQ13 to avoid redefinition + messages + +stringtest.fth + - renamed BUF to SUBBUF to avoid redefinition message + +toolstest.fth + - improved NAME>INTERPRET test + - in >UPPERCASE replaced ?DO with IF etc as ?DO is Core Extension + - renamed first GET-ALL to (GET-ALL) to avoid redefinition message + Version 0.13.1 ~~~~~~~~~~~~~~ blocktest.fth @@ -31,7 +45,7 @@ coreplustest.fth - TRUE changed to to use Core definitions coreexttest.fth - - and with FALSE and TRUE to avoid depemdence on Core tests + - and with FALSE and TRUE to avoid dependence on Core tests - Moved SAVE-INPUT and RESTORE-INPUT tests in a file to filetest.fth - Use of 2VARIABLE (in the optional Double number word set) replaced with CREATE.