retroforth/RELEASE_NOTES.md
crc 13b0014563 new words in rre: unix:io:putn, unix:io:puts
FossilOrigin-Name: 68fa7a139eeab60432b1b0be3902b4e5658cb510c548f8bac2c1bdd1db35b364
2018-02-16 20:26:13 +00:00

836 B

RETRO 12 - 2018.2

Bug fixes:

Language Improvements:

  • rx kernel: faster and smaller s:eq?

Interfaces:

  • rre

    • add NOP skipping to Nga instruction handler
    • add unix:io:putn
    • add unix:io:puts
  • repl

    • now embeds image (used if no ngaImage in the cwd)
    • add NOP skipping to Nga instruction handler
  • native

    • Implementations of repl w/o requiring libc

      • FreeBSD / x86
      • FreeBSD / x86-64
      • Linux / x86
      • Standalone / x86
  • ri

    • now uses same embedded image as repl
    • add NOP skipping to Nga instruction handler
  • To-be-named

    • HTML + JavaScript implementation using iOS/macOS style editor

Other:

  • source now builds using ancient (2.92) gcc
  • back to using make

Documentation:

  • fix sorting of Glossary by setting LC_ALL=c
  • added words from RETRO/iOS

Examples:

Final Notes: