2020-01-15 14:50:04 +01:00
|
|
|
# RETRO 2020.4
|
2019-01-31 22:37:28 +01:00
|
|
|
|
2020-02-14 05:22:08 +01:00
|
|
|
- bug fixes
|
|
|
|
|
|
|
|
removed an incorrect header stub from rx.muri
|
|
|
|
|
|
|
|
fixed bug in s:index-of-string
|
|
|
|
|
|
|
|
- improvements
|
|
|
|
|
|
|
|
lots of size reductions
|
|
|
|
|
|
|
|
increased use of hand packed assembly in the stdlib
|
|
|
|
|
|
|
|
removed numerous variables
|
|
|
|
|
|
|
|
faster performance in rewritten words in the stdlib
|
|
|
|
|
2020-01-15 14:50:04 +01:00
|
|
|
- remove deprecated words
|
2020-01-02 16:29:48 +01:00
|
|
|
|
2020-01-15 14:50:04 +01:00
|
|
|
as{ }as " prefix:"
|
2020-01-21 13:58:06 +01:00
|
|
|
|
|
|
|
- examplse
|
|
|
|
|
|
|
|
markdown.retro
|
2020-02-11 21:50:08 +01:00
|
|
|
|
|
|
|
- future
|
|
|
|
|
2020-02-11 22:09:12 +01:00
|
|
|
underscores in word namesv
|
|
|
|
|
|
|
|
Prior RETRO images had a patch that allowed underscores to be
|
|
|
|
used in word names. In this release, the patch is no longer
|
|
|
|
part of the standard library, but is still included on Unix
|
|
|
|
targets by default. This might affect some users, if you are
|
|
|
|
building a custom image, load package/allow-underscores-in-names.forth
|
2020-02-14 05:22:08 +01:00
|
|
|
if you need this. This will no longer be loaded by default after
|
|
|
|
the 2020.4 release.
|
2020-02-11 22:09:12 +01:00
|
|
|
|
|
|
|
modularity
|
|
|
|
|
|
|
|
Work towards allowing portions of the standard library to be
|
|
|
|
optional is ongoing. During this, the internal organization of
|
|
|
|
retro.forth is changing and some small parts may be duplicated
|
|
|
|
in an effort to allow for more flexibility in the long term.
|