From 6db8a84e92c0c4e8160770cc1ffde182278d018c Mon Sep 17 00:00:00 2001 From: crc Date: Mon, 31 Jan 2022 10:26:07 +0000 Subject: [PATCH] update release notes FossilOrigin-Name: 0f8b05f3de4930f6219a46b7a43251a150e1f410240aa0eb76c1368f78833556 --- RELEASE-NOTES | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a9401b5..e3a49e9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,9 @@ - dictionary + - initial work towards adding supporting a d:hash field + for faster dictionary lookups + - arrays - a:index no longer need to construct a new word to locate @@ -22,23 +25,37 @@ # VM -## nga-c: retro.c +## nga-c -- recognize TAB as whitespace when including files +- retro.c -## nga-c: repl.c + - recognize TAB as whitespace when including files -- fix compiler warnings when using compiler defines to alter - settings +- repl.c + + - fix compiler warnings when using compiler defines to alter + settings + +- retro-compiler.c + + - fix issue causing segfaults when compiling # Documentation +- some clarifications around building with socket support +- added comments to Makefiles to help clarify configuration + possibilities + # Other - d:source data on retro-unix now avoids duplicating the source filename +- fixed issue with d:source data for words in retro.forth # Examples - advent of code, 2021 (day 1, 2) - select.retro +- fixed bug in defstruct.retro causing loss of structure name + in some cases +