Refactor more.

This commit is contained in:
Brad Nelson
2022-01-30 12:48:38 -08:00
parent d0e63117ec
commit e6d114adca

View File

@ -269,6 +269,24 @@ e: check-builtin
out: FP@ out: FP@
;e ;e
e: check-files
out: file-size
out: resize-file
out: reposition-file
out: file-position
out: write-file
out: read-file
out: rename-file
out: delete-file
out: flush-file
out: close-file
out: create-file
out: open-file
out: r/w
out: w/o
out: r/o
;e
e: check-blocks e: check-blocks
out: editor out: editor
out: list out: list
@ -289,6 +307,48 @@ e: check-blocks
out: block-fid out: block-fid
;e ;e
e: check-vocabulary
out: sealed
out: also
out: only
out: transfer{
out: }transfer
out: transfer
out: definitions
out: vocabulary
;e
e: check-[]conds
out: [IF]
out: [ELSE]
out: [THEN]
out: DEFINED?
;e
e: check-utils
out: words
out: vlist
out: order
out: see
out: .s
out: startswith?
out: str=
out: :noname
out: forget
out: dump
out: assert
;e
e: check-snapshots
out: reset
out: revive
out: startup:
out: remember
out: restore
out: save
out: dump-file
;e
DEFINED? windows [IF] DEFINED? windows [IF]
e: test-forth-namespace e: test-forth-namespace
@ -307,27 +367,11 @@ e: test-forth-namespace
out: FORTH out: FORTH
check-blocks check-blocks
out: streams out: streams
out: reset check-snapshots
out: revive
out: startup:
out: remember
out: restore
out: save
out: dump-file
out: argv out: argv
out: argc out: argc
check-locals check-locals
out: words check-utils
out: vlist
out: order
out: see
out: .s
out: startswith?
out: str=
out: :noname
out: forget
out: dump
out: assert
out: start-task out: start-task
out: task out: task
out: pause out: pause
@ -344,21 +388,7 @@ e: test-forth-namespace
out: GetProcessHeap out: GetProcessHeap
out: ok out: ok
out: ms out: ms
out: file-size check-files
out: resize-file
out: reposition-file
out: file-position
out: write-file
out: read-file
out: rename-file
out: delete-file
out: flush-file
out: close-file
out: create-file
out: open-file
out: r/w
out: w/o
out: r/o
out: default-key? out: default-key?
out: default-key out: default-key
out: default-type out: default-type
@ -371,18 +401,8 @@ e: test-forth-namespace
out: fg out: fg
out: ansi out: ansi
out: internals out: internals
out: sealed check-vocabulary
out: also check-[]conds
out: only
out: transfer{
out: }transfer
out: transfer
out: definitions
out: vocabulary
out: [IF]
out: [ELSE]
out: [THEN]
out: DEFINED?
check-boot check-boot
check-builtin check-builtin
out: LOADLIBRARYA out: LOADLIBRARYA
@ -420,26 +440,10 @@ e: test-forth-namespace
out: argv out: argv
out: argc out: argc
check-locals check-locals
out: reset check-snapshots
out: revive
out: startup:
out: remember
out: restore
out: save
out: dump-file
out: include out: include
out: included out: included
out: words check-utils
out: vlist
out: order
out: see
out: .s
out: startswith?
out: str=
out: :noname
out: forget
out: dump
out: assert
out: ms out: ms
out: start-task out: start-task
out: task out: task
@ -455,21 +459,7 @@ e: test-forth-namespace
out: ms-ticks out: ms-ticks
out: ms out: ms
out: non-block out: non-block
out: file-size check-files
out: resize-file
out: reposition-file
out: file-position
out: write-file
out: read-file
out: rename-file
out: delete-file
out: flush-file
out: close-file
out: create-file
out: open-file
out: r/w
out: w/o
out: r/o
out: default-key out: default-key
out: default-type out: default-type
out: posix out: posix
@ -481,18 +471,8 @@ e: test-forth-namespace
out: fg out: fg
out: ansi out: ansi
out: internals out: internals
out: sealed check-vocabulary
out: also check-[]conds
out: only
out: transfer{
out: }transfer
out: transfer
out: definitions
out: vocabulary
out: [IF]
out: [ELSE]
out: [THEN]
out: DEFINED?
check-boot check-boot
check-builtin check-builtin
out: DLSYM out: DLSYM