retroforth/RELEASE_NOTES.md
crc 40547cf906 roo example: use dvorak
FossilOrigin-Name: 5fa3bea0d91e1050da20cea23fc661ad2578f5b11b479cb9ce1100568debd7f3
2019-01-16 17:57:12 +00:00

813 B

RETRO 12.2019.6

Bug Fixes

Build

  • parallel builds now work
  • refactor Makefile

Core Language

  • remove set:from-results
  • add if;
  • add -if;

Nga

Interfaces

  • use strlcpy, strlcat instead of strcpy and strcat
  • add retro-compiler

retro

retro-compiler

  • new interface for creating turnkey executables

retro-ri

  • support switching between multiple copies of the image

Tools

  • use strlcpy, strlcat instead of strcpy and strcat
  • retro-extend: cleaner output
  • retro-extend: remove unused code
  • retro-extend: allow multiple files
  • retro-extend: reduce memory usage
  • retro-extend: fix potential buffer overrun

Other

Documentation

Examples

  • add DisplayNames.forth
  • add KeyValueStore.forth
  • switch to dvorak key bindings in Roo.forth

Final Notes