2022-09-04 00:19:16 +02:00
|
|
|
_ __ _ _
|
|
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
for nga
|
2023-03-28 17:21:31 +02:00
|
|
|
# RetroForth/nga 2023.9 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-03-29 02:33:47 +02:00
|
|
|
* nga-c: split device code into separate source files
|
2023-03-29 04:45:43 +02:00
|
|
|
* use hashed dictionary search by default
|
2023-03-29 02:56:00 +02:00
|
|
|
* removed words deprecated in 2022.8
|
2023-10-02 17:14:07 +02:00
|
|
|
* new example: converting konilo wiki blocks to HTML
|
|
|
|
* new example: double cell math (32-bit cells)
|
2023-06-27 02:19:27 +02:00
|
|
|
* GNUmakefile fix from drakonis
|
2023-06-27 02:20:12 +02:00
|
|
|
* addition of an i/o device for handling some errors
|
2023-10-02 17:14:07 +02:00
|
|
|
* fixed `f:tan` and `f:cos` (thanks to Doug Bell)
|
2023-07-11 13:32:42 +02:00
|
|
|
* Casket HTTP server is much, much faster
|
2023-10-02 17:14:07 +02:00
|
|
|
* Support internal translation of UTF8 and UTF32
|
2023-03-29 02:33:47 +02:00
|
|
|
|
2023-10-02 17:14:07 +02:00
|
|
|
New words:
|
2023-03-29 02:33:47 +02:00
|
|
|
|
2023-10-02 17:14:07 +02:00
|
|
|
file:read/bytes file:write/bytes file:read/c
|
|
|
|
file:write/c err:set-handler err:set-defaults
|
|
|
|
err:dso err:dsu fill
|
2023-03-29 02:33:47 +02:00
|
|
|
|
|
|
|
|
2023-03-20 18:48:11 +01:00
|
|
|
================================================================
|