retroforth/RELEASE-NOTES
crc 1e3c96b298 move old extensions to package/unsupported
FossilOrigin-Name: ded56b1d1a13b6e2d7e4f74e634e67c3ec04ec691b9446863c9447b01f0cb455
2020-09-11 18:36:38 +00:00

23 lines
650 B
Text

# RETRO 2020.10
Tooling
- added a `make image-js` target to generate the image.js
- fixed a bug in the glossary that caused names to appear twice
(reported by Kiyoshi)
- fixed a bug in retro-describe due to use of a deprecated word
- allow setting the image size, stack sizes when building
Standard Library
- remove deprecated words
Unix
- added `sys:current-file` to return the filename being processed
- added `sys:current-line` to return the current line number being
processed
- added `sys:ignore-to-eol` to support commenting out lines when
processing files
- added `//` to comment out lines (works with files and at the
listener)