2023-10-03 21:01:15 +02:00
|
|
|
_ __ _ _
|
|
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
|
2023-10-22 18:18:59 +02:00
|
|
|
RetroForth & nga 2024.4 Release Notes
|
2021-12-22 15:21:16 +01:00
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|
2022-08-29 12:17:04 +02:00
|
|
|
|
2023-10-25 14:45:28 +02:00
|
|
|
- removed duplicate typedef in tools/retro-muri.c (rep by sevan)
|
|
|
|
- fixed a bug in load_image() (C) (rep by sevan)
|
2023-10-19 18:20:38 +02:00
|
|
|
- err:notfound message no longer in C (C) (sevan)
|
|
|
|
- add -v for verbose mode (C)
|
|
|
|
- now skip execuion of NOP instructions (C)
|
2023-10-23 00:04:32 +02:00
|
|
|
- fix some casting issues in C (C)
|
2023-11-02 12:54:30 +01:00
|
|
|
- force immediate exit() on HA instruction (C)
|
2023-10-20 19:28:49 +02:00
|
|
|
- added an implementation of Nga in D (D)
|
2023-10-22 17:56:22 +02:00
|
|
|
- removed some unneeded files
|
|
|
|
- update tools/missing-dsource.retro
|
2023-10-23 20:26:47 +02:00
|
|
|
- add missing source data for vocabularies & globals:
|
2023-10-22 23:59:01 +02:00
|
|
|
a: d: double: err: file: fll: mem: script:
|
2023-10-23 00:19:38 +02:00
|
|
|
- use strlcpy() in tools/retro-muri.c
|
|
|
|
- quieter output when building
|
2023-10-23 00:29:22 +02:00
|
|
|
- remove old Python build + packaging code
|
2023-10-23 18:08:18 +02:00
|
|
|
- small optimizations in fll: vocabulary
|
2023-10-23 20:23:23 +02:00
|
|
|
- move from interface/ to package/extensions/:
|
|
|
|
double.retro malloc.retro
|
2023-10-23 20:30:04 +02:00
|
|
|
- fix misc. typos
|
2023-10-25 14:45:28 +02:00
|
|
|
- in retro-muri.c, use bsd_strlcpy (rep by fangchar)
|
|
|
|
- in retro.forth, fix `s:index/char` (rep by fangchar)
|
2023-11-02 14:31:25 +01:00
|
|
|
- add example/irc-logger.retro
|
2023-11-02 16:22:25 +01:00
|
|
|
- add example/ilo-export.retro
|
2023-11-03 17:51:12 +01:00
|
|
|
- file:read-line now provided by file device (C)
|
2023-11-03 15:15:25 +01:00
|
|
|
- retro-describe now using hash based name comparison
|
|
|
|
- retro-describe small reductions in call/return overhead
|
2023-11-07 02:35:26 +01:00
|
|
|
- nga-x11: Retro on X11
|
2023-10-03 14:18:57 +02:00
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|