retroforth/RELEASE_NOTES.md
crc 25e9758a29 new example: using pipes and curl to make network requests
FossilOrigin-Name: 4ee196650050b118929e3c2af90a3145321f7cb76e57a9c9e8b8b49f5354a0a3
2019-01-18 17:33:31 +00:00

54 lines
898 B
Markdown

# RETRO 12.2019.6
## Bug Fixes
## Build
- parallel builds now work
- refactor Makefile
## Core Language
- remove `set:from-results`
- add `if;`
- add `-if;`
## Nga
## Interfaces
- use strlcpy, strlcat instead of strcpy and strcat
- include copies of the above for users of glibc
- add retro-compiler
### retro
### retro-compiler
- new interface for creating turnkey executables on bsd, linux
### 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
- switch to dvorak key bindings in Roo.forth
- add net_fetch.forth
## Final Notes