aboutsummaryrefslogtreecommitdiff
path: root/src/host/genminilua.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minilua undefined behavior in bit.tohex.Mike Pall2026-01-091-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 Pall2026-01-091-1/+1
|
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Fix warnings in minilua.c.Mike Pall2022-06-081-0/+7
|
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Fix unused vars etc. in internal Lua files.Mike Pall2016-07-171-4/+4
| | | | Thanks to François Perrad.
* Fix compiler warnings.Mike Pall2016-03-221-0/+1
| | | | Thanks to Demetri Obenour.
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Fix MinGW build.Mike Pall2013-12-291-0/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add Lua BitOp to minilua.Mike Pall2012-07-081-1/+65
|
* Finally fix target detection for msvcbuild.bat.Mike Pall2012-07-071-2/+2
| | | | Famous last words.
* Add minified Lua interpreter (minilua). Used by the build process.Mike Pall2012-06-091-0/+363