aboutsummaryrefslogtreecommitdiff
path: root/vendor/lua
Commit message (Collapse)AuthorAgeFilesLines
* don't try to use amd64 lua lib on other architecturesLaytan Laats2025-11-084-8/+8
|
* Doc lines for vendor:*Jeroen van Rijn2025-10-104-0/+4
|
* Fix typo, its supposed to be #configWaqar Ahmed2024-11-181-1/+1
| | | | | | | | Otherwise compile errors out when importing the file with the error: ```odin vendor/lua/5.2/lua.odin(10:15) Error: Undeclared name: config LUA_SHARED :: config(LUA_SHARED, false) ```
* Fix `-vet-tabs` issuesgingerBill2024-08-241-1/+1
|
* Add Lua example to vendor\lua as well as basic tests.Jeroen van Rijn2024-07-201-5/+43
|
* Remove LUA panic for non-big-3 OSJeroen van Rijn2024-07-204-24/+8
|
* Update LUA imports for Darwin.Jeroen van Rijn2024-07-204-16/+24
|
* 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