Hi all,
Just released TXR 142 moments ago.
Highlights:
- Fixed a regression introduced in TXR 42, in November, 2011. That's right, a hundred-release regression!
- There is now support for packaging an application as a stand-alone binary.
How it works:
- You make a copy of the TXR executable.
- You edit a special 128-byte data area in the executable to embed command line arguments.
- With this, you can have the executable load your code or take some other actions.
- There is a utility for the above step.
- Since TXR isn't covered by a viral, copyleft license, you don't have to redistribute any sources with this executable.
- You do have to package the executable with the satellite library files that it needs to load, unless your program avoids using anything that auto-loads them.
- Some other minor features and various bugfixes.
Cheers ...