retroforth/RELEASE-NOTES
crc 8a7f5ab735 add recent updates to release notes
FossilOrigin-Name: b25d57665cb2d285bec8aac89a17f9fa4d2ea395051a7f85d679dd62a45d41f4
2021-08-24 14:23:16 +00:00

26 lines
535 B
Text

# RetroForth 2021.10 (In Progress) Release Notes
# Core Language
- new words
h:fetch h:store w:fetch w: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