aboutsummaryrefslogtreecommitdiff
path: root/vendor/lua
Commit message (Collapse)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-284-8/+8
|
* add 'shared' config to vendor librariesflysand72023-10-144-20/+80
|
* Fix `lua.MAXSTACK`gingerBill2023-05-244-4/+4
|
* 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-054-4/+4
|
* Update README.mdgingerBill2023-04-051-1/+8
|
* Add `vendor:lua/5.1`gingerBill2023-04-0511-2/+2051
|
* Minor fixesgingerBill2023-04-052-6/+6
|
* Add `vendor:lua/5.2`gingerBill2023-04-0510-0/+2001
|
* Alignment fixgingerBill2023-04-051-3/+3
|
* Add `vendor:lua/5.3`gingerBill2023-04-0510-0/+2370
|
* Add linux binariesgingerBill2023-04-053-0/+4
|
* Minor change to `L_loadbuffer`'s signaturegingerBill2023-04-051-1/+1
|
* Fix typogingerBill2023-04-051-1/+1
|
* Add LICENSEgingerBill2023-04-051-0/+6
|
* Add README.mdgingerBill2023-04-051-0/+5
|
* Add `vendor:lua/5.4`gingerBill2023-04-058-0/+2445