Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings in minilua.c. | Mike Pall | 2022-06-08 | 1 | -2/+3 |
| | |||||
* | Fix minilua vararg stack handling. | Mike Pall | 2021-07-21 | 1 | -1/+1 |
| | | | | | | | | | | Note: this is not exploitable! minilua is only used during the LuaJIT build process. It only runs controlled and static Lua code (DynASM), which is entirely contained within this repo. LuaJIT itself has completely different stack handling code and is not affected either. This change is solely for the benefit of others, who might possibly use minilua for purposes other than running DynASM. | ||||
* | Fix compiler warnings. | Mike Pall | 2016-03-22 | 1 | -1/+1 |
| | | | | Thanks to Demetri Obenour. | ||||
* | Fix MinGW build. | Mike Pall | 2013-12-29 | 1 | -0/+1 |
| | |||||
* | Add Lua BitOp to minilua. | Mike Pall | 2012-07-08 | 1 | -0/+63 |
| | |||||
* | Finally fix target detection for msvcbuild.bat. | Mike Pall | 2012-07-07 | 1 | -202/+2 |
| | | | | Famous last words. | ||||
* | Add minified Lua interpreter (minilua). Used by the build process. | Mike Pall | 2012-06-09 | 1 | -0/+7906 |