Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 8 | -8/+8 |
| | |||||
* | Prevent include of luajit_rolling.h. | Mike Pall | 2024-01-31 | 1 | -1/+1 |
| | | | | Thanks to Peter Cawley. #1145 | ||||
* | Allow path overrides in genversion.lua with minilua, too. | Mike Pall | 2023-09-10 | 1 | -0/+1 |
| | | | | Thanks to arch1t3cht. #1067 | ||||
* | Allow override of paths for genversion.lua. | Mike Pall | 2023-09-09 | 1 | -3/+3 |
| | | | | Thanks to arch1t3cht. #1067 | ||||
* | Use fallback name for install files without valid .git or .relver. | Mike Pall | 2023-08-28 | 1 | -6/+7 |
| | |||||
* | Switch build system to rolling releases.v2.0.ROLLING | Mike Pall | 2023-08-21 | 2 | -0/+44 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 7 | -7/+7 |
| | |||||
* | Fix compiler warning. | Mike Pall | 2023-06-02 | 1 | -1/+2 |
| | | | | Reported by Myriachan. | ||||
* | Allow building sources with mixed LF/CRLF line-endings. | Mike Pall | 2023-02-21 | 1 | -4/+10 |
| | | | | Reported by mgood7123. | ||||
* | Fix warnings in minilua.c. | Mike Pall | 2022-06-08 | 2 | -2/+10 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 7 | -7/+7 |
| | |||||
* | 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. | ||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 7 | -7/+7 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 7 | -7/+7 |
| | |||||
* | OSX: Fix build with recent XCode. | Mike Pall | 2017-04-07 | 1 | -1/+2 |
| | | | | Contributed by Joseph Zupko. | ||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 7 | -7/+7 |
| | |||||
* | 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 | 3 | -2/+3 |
| | | | | Thanks to Demetri Obenour. | ||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 7 | -7/+7 |
| | |||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 7 | -7/+7 |
| | |||||
* | Add PS Vita port. | Mike Pall | 2014-04-27 | 1 | -1/+1 |
| | | | | Thanks to Anton Stenmark. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 7 | -7/+7 |
| | |||||
* | Fix MinGW build. | Mike Pall | 2013-12-29 | 2 | -0/+2 |
| | |||||
* | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 2013-06-03 | 1 | -0/+6 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 7 | -7/+7 |
| | |||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 2 | -9/+31 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Fix PS3 build. | Mike Pall | 2013-01-11 | 1 | -2/+8 |
| | |||||
* | Allow conditional inclusion of builtin library functions. | Mike Pall | 2012-09-24 | 1 | -0/+21 |
| | |||||
* | Add table of IR type sizes. | Mike Pall | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Add Lua BitOp to minilua. | Mike Pall | 2012-07-08 | 2 | -1/+128 |
| | |||||
* | Finally fix target detection for msvcbuild.bat. | Mike Pall | 2012-07-07 | 2 | -204/+4 |
| | | | | Famous last words. | ||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -2/+7 |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | ||||
* | Clean up buildvm error message. | Mike Pall | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -5/+22 |
| | |||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 7 | -0/+1852 |
| | | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture. | ||||
* | Add minified Lua interpreter (minilua). Used by the build process. | Mike Pall | 2012-06-09 | 3 | -0/+8273 |