2023-10-03 21:01:15 +02:00
|
|
|
_ __ _ _
|
|
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
|
2024-01-10 23:05:05 +01:00
|
|
|
RetroForth & nga 2024.9 Release Notes
|
2021-12-22 15:21:16 +01:00
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|
2022-08-29 12:17:04 +02:00
|
|
|
|
2023-12-12 11:41:47 +01:00
|
|
|
- general
|
|
|
|
|
2024-01-19 14:11:51 +01:00
|
|
|
- added takawiri, a new listener
|
|
|
|
|
2023-12-12 11:41:47 +01:00
|
|
|
- toolchain
|
|
|
|
|
|
|
|
- documentation
|
|
|
|
|
|
|
|
- examples
|
|
|
|
|
|
|
|
- image
|
|
|
|
|
2024-01-10 23:26:59 +01:00
|
|
|
- `HOME` (in the library code) is now a floating buffer
|
|
|
|
above `here`
|
2024-01-23 16:48:11 +01:00
|
|
|
- `s:get-word` was not properly breaking on space; this is
|
|
|
|
now corrected
|
|
|
|
- `n:put` no longer uses temporary string buffers
|
2024-01-10 23:26:59 +01:00
|
|
|
|
2023-12-12 11:41:47 +01:00
|
|
|
- library
|
|
|
|
|
2024-01-18 16:49:44 +01:00
|
|
|
- added "tob", a text output buffer
|
|
|
|
|
2023-12-12 11:41:47 +01:00
|
|
|
- retro-compiler
|
|
|
|
|
|
|
|
- new nga implementations
|
|
|
|
|
|
|
|
- nga-c
|
2023-10-03 14:18:57 +02:00
|
|
|
|
2024-01-10 23:10:12 +01:00
|
|
|
- use UTF32 internally (translating to/from UTF8 externally)
|
2024-01-10 23:18:24 +01:00
|
|
|
- filesystem device no longer included if ENABLE_FILES not
|
|
|
|
defined
|
2024-01-10 23:39:30 +01:00
|
|
|
- formatting cleanups
|
2024-01-22 16:19:00 +01:00
|
|
|
- added ioctl device
|
2024-01-22 18:58:42 +01:00
|
|
|
- new "-p" option to run non-Unu format source files
|
2023-12-15 12:52:24 +01:00
|
|
|
|
2024-01-10 23:10:12 +01:00
|
|
|
Future Notes
|
2023-12-15 12:52:24 +01:00
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|