Skip to content

Releases: swaldhoer/native-lua

native Lua release version 0.4.0

30 Aug 11:47
6ff5af8
Compare
Choose a tag to compare

Added support for clang on Cygwin

native Lua release version 0.3.0

06 Jan 13:43
3a2e18d
Compare
Choose a tag to compare

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

01 Dec 12:13
ddfbf64
Compare
Choose a tag to compare

lua -v showed the wrong version information

native Lua release version 0.2.0

23 Nov 14:14
65665de
Compare
Choose a tag to compare
  • 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

15 Oct 19:12
d5b7b4b
Compare
Choose a tag to compare

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