retroforth/RELEASE_NOTES.md
crc a564b5aad5 add a key-value store to examples
FossilOrigin-Name: dc62e866805f3f89bfa34769b3add2c4cc8cd1a4ac6b522f1634d698bd3e8aa7
2019-01-15 16:10:41 +00:00

564 B

RETRO 12.2019.6

Bug Fixes

Build

  • parallel builds now work

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

Other

Documentation

Examples

  • add DisplayNames.forth
  • add KeyValueStore.forth

Final Notes