0e7611bd8c
FossilOrigin-Name: 09e304f493b0a0ea0b2d049c423c740cb7b54df1fdade768d94966b8f4e89c43
80 lines
2.4 KiB
Text
80 lines
2.4 KiB
Text
_ __ _ _
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
RetroForth & nga 2024.9 Release Notes
|
|
|
|
================================================================
|
|
|
|
- general
|
|
|
|
- added takawiri, a new listener
|
|
|
|
- toolchain
|
|
|
|
- retro-describe(1) now uses embedded glossary data
|
|
|
|
- documentation
|
|
|
|
- examples
|
|
|
|
- add ilo.retro
|
|
|
|
- image
|
|
|
|
- `HOME` (in the library code) is now a floating buffer
|
|
above `here`
|
|
- `s:get-word` was not properly breaking on space; this is
|
|
now corrected
|
|
- `n:put` no longer uses temporary string buffers
|
|
- `s:get` now truncates strings longer than `TempStringMax`
|
|
- add `s:oversize?`
|
|
- add `s:truncate`
|
|
- `s:append`, `s:prepend` now truncate if source string is
|
|
at `TempStringMax`
|
|
- `s:temp` now truncates strings longer than `TempStringMax`
|
|
- `s:filter` now truncates strings longer than `TempStringMax`
|
|
- added new `d:stack` field for storing a stack comment
|
|
- added new `d:astack` field for storing an address stack comment
|
|
- added new `d:fstack` field for storing a float stack comment
|
|
- added new `d:descr` field for storing a description
|
|
- `sigil:(` extended to store stack comments (with a form of
|
|
`(:comment)`
|
|
- add `d:describe`
|
|
- stack comments & descriptions are now part of the standard
|
|
system image
|
|
|
|
- library
|
|
|
|
- added "tob", a text output buffer
|
|
- added "c:get/ext", for reading keys and returning unique
|
|
codes for arrows
|
|
|
|
- retro-compiler
|
|
|
|
- new nga implementations
|
|
|
|
- nga-zig
|
|
|
|
- added a zig implementation from iacore under vm/libnga-zig
|
|
- build with: zig build -Doptimize=ReleaseFast -p ~/.local
|
|
|
|
- nga-c
|
|
|
|
- use UTF32 internally (translating to/from UTF8 externally)
|
|
- filesystem device no longer included if ENABLE_FILES not
|
|
defined
|
|
- formatting cleanups
|
|
- added ioctl device
|
|
- new "-p" option to run non-Unu format source files
|
|
- now report "<none>" for `script:name` if no file is being
|
|
run
|
|
- now report 0 for `script:arguments` if not running a program
|
|
- source read from a file now truncates (w/null termination)
|
|
input tokens bigger than the defined text input buffer
|
|
|
|
Future Notes
|
|
|
|
================================================================
|