| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix minilua undefined behavior in bit.tohex. | Mike Pall | 2026-01-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | Note: this is not a vulnerability! 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 and does not trigger the undefined behavior. This change is solely for the benefit of others, who might possibly use minilua for purposes other than running DynASM. Reported by quart27219. #1424 | ||||
| * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings in minilua.c. | Mike Pall | 2022-06-08 | 1 | -0/+7 |
| | | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix unused vars etc. in internal Lua files. | Mike Pall | 2016-07-17 | 1 | -4/+4 |
| | | | | | Thanks to François Perrad. | ||||
| * | Fix compiler warnings. | Mike Pall | 2016-03-22 | 1 | -0/+1 |
| | | | | | Thanks to Demetri Obenour. | ||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fix MinGW build. | Mike Pall | 2013-12-29 | 1 | -0/+1 |
| | | |||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Add Lua BitOp to minilua. | Mike Pall | 2012-07-08 | 1 | -1/+65 |
| | | |||||
| * | Finally fix target detection for msvcbuild.bat. | Mike Pall | 2012-07-07 | 1 | -2/+2 |
| | | | | | Famous last words. | ||||
| * | Add minified Lua interpreter (minilua). Used by the build process. | Mike Pall | 2012-06-09 | 1 | -0/+363 |
