retroforth/RELEASE-NOTES
crc 0c29b283e1 add fll: vocabulary from Arland (prerequisite for the upcoming s:dedup); ported from retro/ilo system
FossilOrigin-Name: 3b960c1e76977007f02649d81a5bc518621f6db941c79bd3e01e5eb4ca2031e6
2023-01-22 15:03:36 +00:00

22 lines
848 B
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
for nga
# RetroForth/nga 2023.2 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)
----------------------------------------------------------------