Skip to content

Commit ac35150

Browse files
author
gerryjackson
committed
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
1 parent 6deab4f commit ac35150

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/changes.txt

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

4+
Version 0.13.1
5+
~~~~~~~~~~~~~~
6+
blocktest.fth
7+
- fixed issue #7 faults with single buffer blocks
8+
9+
core.fth
10+
- corrected ACCEPT buffer block length to decimal 80 characters
11+
12+
coreplustest.fth
13+
- moved double number with prefixes to doubletest.fth
14+
- now tests maximum length definition names and all graphical characters accepted
15+
- parses upper case characters using 'X' notation
16+
- tests FIND with zero length strings and non-existent names
17+
18+
doubletest.fth
19+
- received double number with prefixes from coreplus.fth
20+
421
Version 0.13
522
~~~~~~~~~~~~
623

0 commit comments

Comments
 (0)