2022-09-04 00:19:16 +02:00
|
|
|
_ __ _ _
|
|
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
for nga
|
2023-03-20 18:48:11 +01:00
|
|
|
# RetroForth/nga 2023.3 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
|
|
|
|
2022-08-30 01:17:29 +02:00
|
|
|
* no longer display warning on files with only test blocks (#87)
|
2022-08-30 17:14:44 +02:00
|
|
|
* added `script:current-line-text` (#85)
|
2023-01-22 16:03:36 +01:00
|
|
|
* fixed incorrect function prototype (vm/nga-c/retro.c)
|
2022-08-30 18:28:55 +02:00
|
|
|
* added `double:dip`
|
|
|
|
* added `double:sip`
|
2022-09-04 00:19:16 +02:00
|
|
|
* default build is now 64-bit
|
2022-09-05 02:33:41 +02:00
|
|
|
* mem: now uses single cells (rick c)
|
|
|
|
* mem: now requires 64-bit (rick c)
|
2022-09-15 14:56:12 +02:00
|
|
|
* block: words now use block storage device
|
2023-01-22 16:03:36 +01:00
|
|
|
* fll: vocabulary added (arland)
|
2023-03-20 18:48:11 +01:00
|
|
|
* 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
|
2022-07-27 00:15:49 +02:00
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|