2021-07-26 16:58:23 +02:00
|
|
|
# RetroForth 2021.10 (In Progress) Release Notes
|
2020-12-29 20:04:41 +01:00
|
|
|
|
2021-07-27 14:01:47 +02:00
|
|
|
# Core Language
|
|
|
|
|
|
|
|
- new words
|
|
|
|
|
|
|
|
h:fetch h:store w:fetch w:store
|
2021-08-26 15:25:59 +02:00
|
|
|
s:fetch s:store
|
2021-07-30 16:39:29 +02:00
|
|
|
|
2021-08-24 16:23:16 +02:00
|
|
|
- dictionary
|
|
|
|
|
|
|
|
added d:source field
|
|
|
|
|
2021-07-30 16:39:29 +02:00
|
|
|
# VM
|
|
|
|
|
|
|
|
## nga-c: retro.c
|
|
|
|
|
|
|
|
- added optional support for multiple virtual processor cores
|
|
|
|
- added optional ffi
|
|
|
|
- work on internal cleanups
|
2021-08-24 16:23:16 +02:00
|
|
|
- better error messages when socket device not present
|
|
|
|
|
|
|
|
# Documentation
|
2021-07-30 16:39:29 +02:00
|
|
|
|
2021-08-24 16:23:16 +02:00
|
|
|
- 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
|