retroforth/RELEASE_NOTES.md
crc 87a29262f5 new example of saving & restoring the stack
FossilOrigin-Name: a04800a5ceee2398f2b2a0dcffe9b5867177c4e1eb2cd0a3d81be5e06d180f84
2019-01-18 17:58:40 +00:00

933 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
  • include copies of the above for users of glibc
  • add retro-compiler

retro

retro-compiler

  • new interface for creating turnkey executables on bsd, linux

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
  • add net_fetch.forth
  • add Save_and_Restore_Stack.forth
  • switch to dvorak key bindings in Roo.forth

Final Notes