retroforth/RELEASE_NOTES.md
crc dc37e94dc6 add example to aid in porting traditional Forth code to RETRO
FossilOrigin-Name: 0e26e375ab75910175a6ac73d321bd0c7f91d9acca008fed0d96294c8bf7aea0
2019-05-09 12:27:25 +00:00

993 B

RETRO 2019.12

This is the changelog for the development builds of Retro. The version number is likely to change; I'm targetting a July - September window for this release.

Bug Fixes

  • (all) strl* functions now only compiled if using GLIBC.
  • (all) d:add-header is extended by retro.forth to remap spaces back to underscores
  • (doc) fixed stack comments in glossary
  • (ex ) fixed issue in mail.forth
  • (rre) clock:year corrected
  • (rre) clock:month corrected

Build

  • Merged Linux & BSD Makefiles

Core Language

  • rename: a:nth to a:th
  • rename: v:update-using to v:update

Documentation

  • merged BSD, Linux, macOS build instructions
  • updated Starting instructions

Examples

  • add compat.forth
  • add mandelbrot.forth
  • add shell.forth
  • add sqlite3 wrapper
  • corrected an issue in mail.forth

General

  • reorganized directory tree

I/O

  • (rre) added clock:utc: namespace

Interfaces

  • retro-compiler: runtime now supports scripting arguments