retroforth/RELEASE_NOTES.md
crc 03a5dadd8b retro-extend: reduce memory use, fix a potential buffer overrun, allow import of multiple files, remove dead code
FossilOrigin-Name: 4984d5cfd588d94c370e0ab6bec5c6a0a45e45297ff1e02bca0149c0fe380bc3
2019-01-16 14:50:25 +00:00

50 lines
748 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
- retro-extend: cleaner output
- retro-extend: remove unused code
- retro-extend: allow multiple files
- retro-extend: reduce memory usage
- retro-extend: fix potential buffer overrun
## Other
## Documentation
## Examples
- add DisplayNames.forth
- add KeyValueStore.forth
## Final Notes