retroforth/RELEASE_NOTES.md
crc 356a110ada start work on adding man pages
FossilOrigin-Name: 9c6bfe623f70c0bf30adc7a4580298516fc0e0fdb8ef5cda8b1327132a5da8b8
2019-01-22 14:29:51 +00:00

71 lines
1.3 KiB
Markdown

# RETRO 12.2019.6
## Bug Fixes
## Build
- parallel builds now work
- refactor Makefile
## Core Language
- remove `set:from-results`
- add `if;`
- add `-if;`
- add `hook`
- add `set-hook`
- add `unhook`
- `c:put` primitive is a hookable word
## Nga
## Interfaces
- use strlcpy, strlcat instead of strcpy and strcat
- include copies of the above for users of glibc
- add retro-compiler
- add random number generator
### retro
- add random number generator
### retro-compiler
- new interface for creating turnkey executables on bsd, linux
### retro-ri
- support switching between multiple copies of the image
- add random number generator
## 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
- add man pages
## Examples
- add Buffer.forth
- add CaptureOutput.forth
- add DisplayNames.forth
- add KeyValueStore.forth
- add net_fetch.forth
- add paste.forth
- add Paste_to_Sprunge.forth
- add Save_and_Restore_Stack.forth
- add share.forth and shared.forth
- switch to dvorak key bindings in Roo.forth
- remove Hooks.forth (now in core language)
## Final Notes