retroforth/RELEASE-NOTES

27 lines
1 KiB
Text
Raw Normal View History

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
for nga
# RetroForth/nga 2023.3 Release Notes
================================================================
* no longer display warning on files with only test blocks (#87)
* added `script:current-line-text` (#85)
* fixed incorrect function prototype (vm/nga-c/retro.c)
* added `double:dip`
* added `double:sip`
* default build is now 64-bit
* mem: now uses single cells (rick c)
* mem: now requires 64-bit (rick c)
* block: words now use block storage device
* fll: vocabulary added (arland)
* added string deduplication (`s:dedup`)
* added new `a:` words: `a:first`, `a:last`, `a:temp`, `a:hash`,
`a:indices`, `a:indices/string`
* optional use of hashed dictionary name lookups
================================================================