- Update luav to new HTML table layout
- Require
sha256sumfor checking data integrity - Drop usage of
md5sumandsha1sum
- Rewrote some documentation
- Allowed for other sudo-like commands in "set" command
- Fixed echo commands piping stderr to stdout
- Rewrote some documentation
- Added unit tests
- Added logo for the luav project
- Added "version" command for showing current version
- Added "test" command for running unit tests
- Improved CFLAGS injection in Lua Makefiles
- Added "doc" command for displaying Lua documentation
- Moved complex awk scripts to libexec/awk
- Simplified update index awk script (only awk!)
- Simplified help message extractor awk script
- Added tgts command for extracting targets from Makefiles
- Removed main Makefile
- Added completions for 'rm' and 'comp' commands
- Extracts from www.lua.org/ftp information about all available Lua versions
- Caches tabular file with all available Lua versions to be processed by awk
- Checks for MD5 and SHA1 summations of tar.gz files
- Added "info" command for displaying index
- Added "update" command for updating index
- Added "rm" command for removing Lua versions
- Removed usage of the "readlink" command for portability
- First public release