retroforth/RELEASE-NOTES
crc e1172808c9 add the initial text output buffer (tob) the library
FossilOrigin-Name: 045d5a69ac90a4e43885db3e9723b9445f42ab13dabdeadda4f8ee151900ae8c
2024-01-18 15:49:44 +00:00

41 lines
872 B
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
RetroForth & nga 2024.9 Release Notes
================================================================
- general
- toolchain
- documentation
- examples
- image
- `HOME` (in the library code) is now a floating buffer
above `here`
- library
- added "tob", a text output buffer
- retro-compiler
- new nga implementations
- nga-c
- use UTF32 internally (translating to/from UTF8 externally)
- filesystem device no longer included if ENABLE_FILES not
defined
- formatting cleanups
Future Notes
================================================================