retroforth/RELEASE-NOTES
crc 8641e3b363 io:file-operation renamed to file:operation
FossilOrigin-Name: dd5471ed91faa50a790a5334f40432ecb7b0af24ca3266a59f033c57d2db937b
2020-09-16 14:37:30 +00:00

31 lines
928 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 `script:current-file` to return the filename being processed
- added `script:current-line` to return the current line number being
processed
- added `script:ignore-to-eol` to support commenting out lines when
processing files
- added `script:abort-include` to support canceling rest of current
file being processed
- added `//` to comment out lines (works with files and at the
listener)
- deprecated words
- sys:name (now script:name)
- sys:argc (now script:arguments)
- sys:argv (now script:get-argument)
- renamed
- io:file-operation (now file:operation)