Another MAJOR release of Larn has just been uploaded. Many changes, improvements and bug fixes from the last release:
Get it here:
https://github.com/atsb/RL_M/releases/tag/13.2Binaries for Windows (32bit), GNU/Linux and OS X (both 64bit).
From the changelog:
1. Rewrote the readboard, writeboard and makeboard functions to be standard C.
2. Entirely removed the help code. Help is now in a .txt file to be read manually,
this isn't the 80's and we have filespace for a few extra bytes of text
3. Hardcoded the welcome message into help.c
4. Cleaned up a few functions.
5. Removed macros defining functions for Windows and *NIX. Wrapped these up into ifdefs
and updated some deprecated functions to their modern counterparts.
6. General cleaning, bug fixing and improvements.
~Gibbon