Skip to content

Commit c880c6e

Browse files
author
gerryjackson
authored
Version 0.13.2 changes
1 parent 86838cb commit c880c6e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/changes.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Record of changes to the ANS Forth and Forth 2012 test suite
22
from version 0.9 onwards
33

4+
Version 0.13.2
5+
~~~~~~~~~~~~~~
6+
filetest.fth
7+
- renamed SSQ10, SSQ11, SSQ12 to SSQ11, SSQ12, SSQ13 to avoid redefinition
8+
messages
9+
10+
stringtest.fth
11+
- renamed BUF to SUBBUF to avoid redefinition message
12+
13+
toolstest.fth
14+
- improved NAME>INTERPRET test
15+
- in >UPPERCASE replaced ?DO with IF etc as ?DO is Core Extension
16+
- renamed first GET-ALL to (GET-ALL) to avoid redefinition message
17+
418
Version 0.13.1
519
~~~~~~~~~~~~~~
620
blocktest.fth
@@ -31,7 +45,7 @@ coreplustest.fth
3145
- TRUE changed to <TRUE> to use Core definitions
3246

3347
coreexttest.fth
34-
- <FALSE> and <TRUE> with FALSE and TRUE to avoid depemdence on Core tests
48+
- <FALSE> and <TRUE> with FALSE and TRUE to avoid dependence on Core tests
3549
- Moved SAVE-INPUT and RESTORE-INPUT tests in a file to filetest.fth
3650
- Use of 2VARIABLE (in the optional Double number word set) replaced
3751
with CREATE.

0 commit comments

Comments
 (0)