luaplus51-all icon indicating copy to clipboard operation
luaplus51-all copied to clipboard

Full LuaPlus distribution

Results 14 luaplus51-all issues
Sort by recently updated
recently updated
newest added

VS throws an error - Error MSB3073 The command "E:\luaplus\build2019\jam.bat "-CE:/luaplus/build2019/" -g C.TOOLCHAIN=win64/debug -a" exited with code 1. And command line says - don't know how to make lua5.1

The definition of LUA_VERSION_NUM needs to be judged in LuaPlusConfig.h, but LUA_VERSION_NUM is defined after LuaPlusConfig.h

Looking at the code that value from CLI was ignored. This patch fix the issue.

I cloned the repository, downloaded wget.exe and unzip.exe and also include them in the path. ![image](https://user-images.githubusercontent.com/13726785/37616804-4d56720c-2b6e-11e8-92cd-d4498e4dd7a9.png) ![image](https://user-images.githubusercontent.com/13726785/37616839-62b396f2-2b6e-11e8-9e35-127ea6617f03.png) Also I downloaded openssl and extract it to C:/openssl-1.1.0f-vs2017. ![image](https://user-images.githubusercontent.com/13726785/37616856-706f408e-2b6e-11e8-8794-c21e18eb0b18.png) However, im getting...

"require 'luacom'" failed when compiled with VS2015 ![image](https://user-images.githubusercontent.com/4648924/55449423-04143c80-55fe-11e9-8423-f492993ce850.png)

In LuaObject's contructors and assignment operators, if src LuaObject happens to come from a coroutine then this LuaObject LuaState L will point to freed memory once the coroutine is garbage...

requires libssh2 located at: d:/libssh2/include d:/libssh2/win32/lib Minor modifications were done to Lua-cURL to support some ssh/sftp options.

Hi! This repository [bundles an outdated vulnerable copy of Expat 2.1.0](https://github.com/jjensen/luaplus51-all/tree/master/Src/Modules/expat/lib). Please update your copy to version 2.2.1 with the latest security fixes. A change log with details is available...

Hey Josh, I was taking a look at the latest in the NextGen branch, and noticed that there are now source folders for Lua 5.1/5.2/5.3 etc. I was wondering if...