retroforth/RELEASE_NOTES.md
crc 5b13fef9cd add example showing a way to display the dictionary words grouped by class
FossilOrigin-Name: 511442745496c5e00e2717940adde6a2db9fb5d882d560495ededeb2c4bf54e1
2019-01-14 21:23:35 +00:00

44 lines
538 B
Markdown

# RETRO 12.2019.6
## Bug Fixes
## Build
- parallel builds now work
## Core Language
- remove `set:from-results`
- add `if;`
- add `-if;`
## Nga
## Interfaces
- use strlcpy, strlcat instead of strcpy and strcat
- add retro-compiler
### retro
### retro-compiler
- new interface for creating turnkey executables
### retro-ri
- support switching between multiple copies of the image
## Tools
- use strlcpy, strlcat instead of strcpy and strcat
## Other
## Documentation
## Examples
- add DisplayNames.forth
## Final Notes