aboutsummaryrefslogtreecommitdiff
path: root/vendor/lua/5.4/lua.odin
Commit message (Collapse)AuthorAgeFilesLines
* don't try to use amd64 lua lib on other architecturesLaytan Laats2025-11-081-2/+2
|
* Doc lines for vendor:*Jeroen van Rijn2025-10-101-0/+1
|
* Fix `-vet-tabs` issuesgingerBill2024-08-241-1/+1
|
* Remove LUA panic for non-big-3 OSJeroen van Rijn2024-07-201-6/+2
|
* Update LUA imports for Darwin.Jeroen van Rijn2024-07-201-10/+6
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* add 'shared' config to vendor librariesflysand72023-10-141-5/+26
|
* Fix `lua.MAXSTACK`gingerBill2023-05-241-1/+1
|
* lua MAXSTACK should be 1000000 on 32 bits OR greaterClay Murray2023-05-141-1/+1
| | | | | | | | | | | | Code only checks if 4 bytes for `rawptr` size. However lua defines the macro (that I assume the odin code is based on) as: ``` /* @@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits. */ #define LUAI_IS32INT ((UINT_MAX >> 30) >= 3) ``` This error broke `upvalues` because it would be looking for the wrong index for lua to find them at.
* Generalize the foreign import for unsupported platformsgingerBill2023-04-051-1/+1
|
* Minor fixesgingerBill2023-04-051-3/+3
|
* Alignment fixgingerBill2023-04-051-3/+3
|
* Add linux binariesgingerBill2023-04-051-0/+4
|
* Minor change to `L_loadbuffer`'s signaturegingerBill2023-04-051-1/+1
|
* Fix typogingerBill2023-04-051-1/+1
|
* Add `vendor:lua/5.4`gingerBill2023-04-051-0/+822