update release notes

FossilOrigin-Name: 0f8b05f3de4930f6219a46b7a43251a150e1f410240aa0eb76c1368f78833556
This commit is contained in:
crc 2022-01-31 10:26:07 +00:00
parent 1ceb710639
commit 6db8a84e92

View file

@ -15,6 +15,9 @@
- dictionary - dictionary
- initial work towards adding supporting a d:hash field
for faster dictionary lookups
- arrays - arrays
- a:index no longer need to construct a new word to locate - a:index no longer need to construct a new word to locate
@ -22,23 +25,37 @@
# VM # 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 - repl.c
settings
- fix compiler warnings when using compiler defines to alter
settings
- retro-compiler.c
- fix issue causing segfaults when compiling
# Documentation # Documentation
- some clarifications around building with socket support
- added comments to Makefiles to help clarify configuration
possibilities
# Other # Other
- d:source data on retro-unix now avoids duplicating the - d:source data on retro-unix now avoids duplicating the
source filename source filename
- fixed issue with d:source data for words in retro.forth
# Examples # Examples
- advent of code, 2021 (day 1, 2) - advent of code, 2021 (day 1, 2)
- select.retro - select.retro
- fixed bug in defstruct.retro causing loss of structure name
in some cases