77b7965eb4
FossilOrigin-Name: 8bf0d01598a0f64387b3144f5df1c3f81b1d0f18dc3144754735dcef52e3d69d
27 lines
553 B
Text
27 lines
553 B
Text
# RetroForth 2021.10 (In Progress) Release Notes
|
|
|
|
# Core Language
|
|
|
|
- new words
|
|
|
|
h:fetch h:store w:fetch w:store
|
|
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
|
|
- 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
|