update the RELEASE NOTES
FossilOrigin-Name: fc66e17d0447864175153174c7d3c655689b550a07083cb235f73bab2e32c0d4
This commit is contained in:
parent
0c75a9ef63
commit
d5c8102d61
2 changed files with 29 additions and 26 deletions
|
@ -1,8 +1,31 @@
|
|||
# RetroForth 2022.7 Release Notes
|
||||
# RetroForth 2022.8 Release Notes
|
||||
|
||||
# Core Language
|
||||
----------------------------------------------------------------
|
||||
|
||||
- new words
|
||||
# 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
|
||||
|
@ -14,26 +37,6 @@
|
|||
- d:rehash
|
||||
- d:Hash-Function
|
||||
|
||||
# VM
|
||||
|
||||
## nga-c
|
||||
|
||||
- retro.c
|
||||
|
||||
- global state now in a struct
|
||||
- minimal, functional FFI
|
||||
- malloc/free support (from Rick C)
|
||||
|
||||
# Documentation
|
||||
|
||||
# Other
|
||||
|
||||
# Examples
|
||||
|
||||
- port of retroforth/ilo block editor
|
||||
* added a port of retroforth/ilo block editor
|
||||
|
||||
----------------------------------------------------------------
|
||||
Important notes:
|
||||
|
||||
- future releases will use 64-bit cells by default
|
||||
----------------------------------------------------------------
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#endif
|
||||
#endif
|
||||
CELL ngaImageCells = 15862;
|
||||
CELL ngaImage[] = { 1793,15773,15761,15861,202207,410,382,1242,1535,0,10,1,10,2,10,3,10,4,10,
|
||||
CELL ngaImage[] = { 1793,15773,15761,15861,202208,410,382,1242,1535,0,10,1,10,2,10,3,10,4,10,
|
||||
5,10,6,10,7,10,8,10,11,10,12,10,13,10,14,10,15,10,16,10,
|
||||
17,10,18,10,19,10,20,10,21,10,22,10,23,10,24,10,25,68223234,1,2575,
|
||||
85000450,1,656912,3250,3259,268505089,63,62,285281281,0,63,2063,10,101384453,0,9,10,68485378,255,18350338,
|
||||
|
@ -568,7 +568,7 @@ CELL ngaImage[] = { 1793,15773,15761,15861,202207,410,382,1242,1535,0,10,1,10,2,
|
|||
10,11054,11101,154,0,0,100,58,72,97,115,104,45,70,117,110,99,116,105,111,
|
||||
110,0,4875,11080,11116,166,0,0,100,58,114,101,104,97,115,104,0,1793,11134,1793,
|
||||
11126,2049,188,3841,11101,8,10,1,11120,2049,2241,2049,186,16,10,1,11118,2049,8491,10,
|
||||
11102,8,154,0,0,66,85,73,76,68,0,11139,11162,154,0,0,105,111,58,88,
|
||||
11102,9,154,0,0,66,85,73,76,68,0,11139,11162,154,0,0,105,111,58,88,
|
||||
56,54,0,0,11150,11177,166,0,0,105,100,101,110,116,105,102,121,0,3841,11162,
|
||||
2049,2722,1793,11244,1,2000,2049,10655,2,2049,2761,1793,11232,3,2049,4472,73,79,32,68,
|
||||
69,86,73,67,69,32,84,89,80,69,32,50,48,48,48,32,78,79,84,32,
|
||||
|
|
Loading…
Reference in a new issue