retroforth/RELEASE-NOTES
crc f7310bb6cc move malloc & double to package/extensions
FossilOrigin-Name: 072c6e6b0eb0f21ce985d84fc8c5f032172e3116ec765c61d85fb60aa3ff74d4
2023-10-23 18:23:23 +00:00

29 lines
1.2 KiB
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
RetroForth & nga 2024.4 Release Notes
================================================================
- removed duplicate typedef in tools/retro-muri.c (sevan)
- fixed a bug in load_image() (C) (sevan)
- err:notfound message no longer in C (C) (sevan)
- add -v for verbose mode (C)
- now skip execuion of NOP instructions (C)
- fix some casting issues in C (C)
- added an implementation of Nga in D (D)
- removed some unneeded files
- update tools/missing-dsource.retro
- add missing source data for vocabularies:
a: d: double: err: file: fll: mem: script:
- use strlcpy() in tools/retro-muri.c
- quieter output when building
- remove old Python build + packaging code
- small optimizations in fll: vocabulary
- move from interface/ to package/extensions/:
double.retro malloc.retro
================================================================