a0a2355b56
FossilOrigin-Name: 3d59861046bcf27950b111464b22be2428e1c4ae9c35a88cdb34ced79a058a26
31 lines
694 B
Text
31 lines
694 B
Text
# RetroForth 2021.10 (In Progress) Release Notes
|
|
|
|
# Core Language
|
|
|
|
- new words
|
|
|
|
h:fetch h:store w:fetch w:store
|
|
w:fetch-next w:store-next
|
|
h:fetch-next h:store-next
|
|
b:fetch-next b:store-next
|
|
s:fetch s:store
|
|
|
|
- dictionary
|
|
|
|
added d:source field
|
|
|
|
# VM
|
|
|
|
## nga-c: retro.c
|
|
|
|
- added optional support for multiple virtual processor cores
|
|
- added optional ffi
|
|
- added optional support for unsigned numeric operations
|
|
- work on internal cleanups
|
|
- better error messages when socket device not present
|
|
|
|
# Documentation
|
|
|
|
- Updated Build instructions for Linux (re: FFI support & libdl)
|
|
- Updated the description & example for `a:to-string`
|
|
- d:source field now populated for all standard words
|