retroforth/RELEASE-NOTES
crc d5c8102d61 update the RELEASE NOTES
FossilOrigin-Name: fc66e17d0447864175153174c7d3c655689b550a07083cb235f73bab2e32c0d4
2022-08-29 10:17:04 +00:00

42 lines
1 KiB
Text

# RetroForth 2022.8 Release Notes
----------------------------------------------------------------
# Major Changes
* added malloc device (Rick Carlino)
* added limited double: vocabulary (Rick Carlino)
* added ffi device
* in c implementation, state now tracked in a struct instead
of global variables
* fixed compile time warning about missing code blocks
* added a BUILD constant
* fixed bugs in retro-describe(1)
* fixed glossary html export
* added block: vocabulary
* new example: port of retroforth/ilo block editor
* corrected filename reference in documentation (reported by
Martin Hohmann-Marriott)
* addded tail-recurse
* added missing glossary entries
* started work on adding name hashes to dictionary
----------------------------------------------------------------
# Other
* addded new words:
- n:add
- n:sub
- n:mul
- n:div
- n:divmod
- n:mod
- d:hash
- d:rehash
- d:Hash-Function
* added a port of retroforth/ilo block editor
----------------------------------------------------------------