2022-08-29 12:17:04 +02:00
|
|
|
# RetroForth 2022.8 Release Notes
|
2021-12-22 15:21:16 +01:00
|
|
|
|
2022-08-29 12:17:04 +02:00
|
|
|
----------------------------------------------------------------
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2021-07-27 14:01:47 +02:00
|
|
|
|
2022-08-29 12:17:04 +02:00
|
|
|
# Other
|
|
|
|
|
|
|
|
* addded new words:
|
2022-07-27 00:15:49 +02:00
|
|
|
|
|
|
|
- n:add
|
|
|
|
- n:sub
|
|
|
|
- n:mul
|
|
|
|
- n:div
|
|
|
|
- n:divmod
|
|
|
|
- n:mod
|
|
|
|
- d:hash
|
|
|
|
- d:rehash
|
|
|
|
- d:Hash-Function
|
|
|
|
|
2022-08-29 12:17:04 +02:00
|
|
|
* added a port of retroforth/ilo block editor
|
2022-07-27 00:15:49 +02:00
|
|
|
|
|
|
|
----------------------------------------------------------------
|