2019-08-20 20:46:40 +02:00
|
|
|
# RETRO 2019.tbd
|
2019-01-31 22:37:28 +01:00
|
|
|
|
2019-08-29 15:18:21 +02:00
|
|
|
This is the current changelog for the next release of RETRO, which
|
|
|
|
is currently targetting a late fall release.
|
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Bug Fixes
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2019-06-27 19:20:03 +02:00
|
|
|
- all
|
|
|
|
- build
|
|
|
|
- retro-unix
|
|
|
|
- examples
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2019-05-01 13:59:13 +02:00
|
|
|
## Build
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2019-08-29 15:18:21 +02:00
|
|
|
- now rebuild if the .retro source files are updated
|
|
|
|
|
2019-05-01 14:18:25 +02:00
|
|
|
## Core Language
|
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Documentation
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2019-08-25 16:32:52 +02:00
|
|
|
- correct example for retro-compiler
|
2019-08-27 16:19:07 +02:00
|
|
|
- add notes on retro-tags
|
2019-08-25 16:32:52 +02:00
|
|
|
|
2019-06-27 19:20:03 +02:00
|
|
|
## Toolchain
|
|
|
|
|
2019-08-20 20:46:40 +02:00
|
|
|
- added retro-tags
|
2019-05-01 16:02:34 +02:00
|
|
|
|
2019-05-02 17:02:48 +02:00
|
|
|
## Examples
|
|
|
|
|
2019-06-27 19:20:03 +02:00
|
|
|
- new examples
|
2019-08-20 20:46:40 +02:00
|
|
|
- retro-tags.retro
|
|
|
|
- Gott.retro
|
2019-08-25 16:32:52 +02:00
|
|
|
- namespaces.retro
|
2019-08-20 20:46:40 +02:00
|
|
|
- use .retro extension
|
2019-05-02 17:02:48 +02:00
|
|
|
|
2019-05-02 18:25:16 +02:00
|
|
|
## General
|
|
|
|
|
2019-05-02 13:13:11 +02:00
|
|
|
## I/O
|
|
|
|
|
2019-09-16 22:34:52 +02:00
|
|
|
- unix:time is now clock:timestamp
|
|
|
|
|
2019-05-02 17:02:48 +02:00
|
|
|
## Interfaces
|
2019-05-01 16:02:34 +02:00
|
|
|
|
2019-09-18 18:48:15 +02:00
|
|
|
- retro/unix
|
|
|
|
- remove `ok`
|
|
|
|
- clarify the use of `-s` startup flag
|
|
|
|
|
2019-06-27 19:20:03 +02:00
|
|
|
## Notes for the future:
|
2019-09-17 18:40:25 +02:00
|
|
|
|
|
|
|
- updates to the VM source and tooling to make it easier to
|
|
|
|
create and use images with 64-bit cells
|
2019-09-18 19:12:55 +02:00
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
This release changes a few things.
|
|
|
|
|
|
|
|
(1) `unix:time` is now removed
|
|
|
|
(2) `clock:timestamp` is added
|
|
|
|
(3) the system can now be built as a fully 64-bit system
|
|
|
|
with minimal changes
|
|
|
|
(4) the `ok` prompt has been removed
|