retroforth/RELEASE-NOTES
crc 467b160797 add */mod and unsigned:*/mod
FossilOrigin-Name: 5340daf57a7bd48e92b07e1f843ec745dd67722366f9c7fd0a1dc4c26817551e
2021-10-14 13:29:09 +00:00

28 lines
610 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
- 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