retroforth/RELEASE-NOTES
crc a1d6cfcbd9 bump version number; add new patrons, updates to release notes
FossilOrigin-Name: 6e0e8f66196a1ebe1540393ce3992ed36b881614330af040b2334268fdbb69ab
2023-03-20 17:48:11 +00:00

26 lines
1 KiB
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
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
================================================================