Updated to Lua 5.1.5 executables.

Updated to the latest SubLua.
master
RJP Computing 2016-03-29 10:29:50 -05:00
parent 0a1391a5b4
commit 4f81dbd2b0
10 changed files with 12 additions and 4 deletions

View File

@ -25,8 +25,8 @@
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; -- General Installer configuration
#define MyAppVer "5.1.4.50"
#define MyAppDisplayVer "5.1.4-50"
#define MyAppVer "5.1.5.51"
#define MyAppDisplayVer "5.1.5-51"
#define MyAppName "Lua"
#define MyAppDisplayName "Lua for Windows"
#define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio"

View File

@ -74,7 +74,7 @@ C header files/libraries/etc. for building C module
|[LuaRocks](http://luarocks.org)|2.0.2| A deployment and management system for Lua modules.|
|[Oil](http://oil.luaforge.net)|0.4-beta| It is a simple, efficient and flexible object request broker written in the Lua language.|
|[LuaJSON](http://github.com/harningt/luajson)|1.2.2| JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.|
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.11| Subversion binding.|
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.10-35352| Subversion binding.|
|[30Log](https://github.com/Yonaba/30log)|1.0.0| 30 lines library for object orientation in Lua.|
|[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.|
|[Binary-Heaps](http://yonaba.github.com/Binary-Heaps)|1.5.1| Implementation of binary heaps data structure in pure Lua.|
@ -298,3 +298,7 @@ C header files/libraries/etc. for building C module
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
* Changed app URL to point to GitHub.
* Changed minimum version to reflect the GitHub version.
**5.1.5-51** 29/March/2016 - 37th release
* Updated to Lua 5.1.5.
* Updated SubLua to 1.8.10-35352

View File

@ -1,4 +1,8 @@
=================== Lua For Windows ===================
03/29/2016 Version 5.1.5-51
^ Updated Lua to 5.1.5.
^ Updated SubLua to 1.8.10-35352.
10/22/2015 Version 5.1.4-50
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
* Changed app URL to point to GitHub.
@ -11,7 +15,7 @@
09/16/2015 Version 5.1.4-48
+ Added 30Log v1.0.0 - 30 lines library for object orientation in Lua
^ Updated SubLua to 1.8.11.
^ Updated SubLua to 1.8.10.
03/18/2015 Version 5.1.4-47
^ Updated stdlib to release 28.

BIN
files/bin2c5.1.exe Executable file → Normal file

Binary file not shown.

Binary file not shown.

BIN
files/lua5.1.dll Executable file → Normal file

Binary file not shown.

BIN
files/lua5.1.exe Executable file → Normal file

Binary file not shown.

BIN
files/lua51.dll Executable file → Normal file

Binary file not shown.

BIN
files/luac5.1.exe Executable file → Normal file

Binary file not shown.

BIN
files/wlua5.1.exe Executable file → Normal file

Binary file not shown.