Releases: swaldhoer/native-lua
Releases · swaldhoer/native-lua
native Lua release version 0.4.0
native Lua release version 0.3.0
Added
- Added support for OpenBSD and NetBSD (
wscript
). - Fixed build function for Solaris (
wscript
). - Simplified the library build test (
wscript
). - Added doxygen configuration (see
doxygen.conf
,docs/_doxygen/*
). This is currently not included in the online documentation. - Added documentation for third party sources
native Lua release version 0.2.1
lua -v
showed the wrong version information
native Lua release version 0.2.0
- Updated Lua from 5.3.4 to 5.3.5
- Fixed
gcc
build on macOS - Various fixes and updates in the documentation
man
files are now correctly installed on Unix-like systems
native Lua release version 0.1.0
This version builds on the following platforms (and compilers)
- Windows
- msvc
- gcc
- clang
- Linux
- gcc
- clang
- macOS
- clang
- FreeBSD
- clang
- gcc
and passes the lua test suite
lua -e"_U=true" all.lua