Skip to content

Releases: PG1003/dogfood

v1.1.0

23 Sep 21:41
Compare
Choose a tag to compare

1.1.0

Changes:

  • Added for Windows the option to compile dogfood with support for an embed Lua DLL
    in the executable's resource.
    This is enabled by setting a EMBED_LUA_DLL preprocessor define.
    Details about embedding the DLL can be found in dog.c.
  • Refactored to remove duplicate code and to reduce and simplify buffering while
    reading Lua data from executable.

v1.0.2

25 Aug 18:04
Compare
Choose a tag to compare

Dogfood v1.0.2

  • Use lua_pcall when calling the main module and report errors to the user.
  • Output all errors to stderr like the PUC Lua interpreter does.
  • Output a warning for C modules that are found at one of package.cpath locations.

v1.0.1

18 Jul 12:47
Compare
Choose a tag to compare

Dogfood v1.0.1

  • Added dogfood version information in the help text.
  • Added a -v and --lua-version options to request and display the Lua language version used for the resulting program.

v1.0.0

17 Jul 19:55
Compare
Choose a tag to compare

Dogfood v1.0.0

The first release of dogfood.