Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53) | Hisham Muhammad | 2023-09-13 | 1 | -0/+102 |
* | Update backports to Lua 5.3.4. | Philipp Janda | 2017-08-27 | 1 | -0/+9 |
* | Fix compilation for older versions of Lua 5.3. | Philipp Janda | 2017-08-27 | 1 | -0/+5 |
* | Simplify utf8 helper function. | Philipp Janda | 2016-02-05 | 1 | -7/+1 |
* | Update backports. | Philipp Janda | 2016-01-22 | 1 | -15/+43 |
* | Fix compilation of lstrlib.c for Lua 5.1. | Philipp Janda | 2015-04-29 | 1 | -0/+1 |
* | better performance for lua_compare; some code refactoring | Philipp Janda | 2015-01-24 | 1 | -7/+0 |
* | hack around %U format in lutf8lib.c | Philipp Janda | 2015-01-22 | 1 | -1/+30 |
* | use Lua 5.3's source for string packing | Philipp Janda | 2015-01-21 | 1 | -0/+42 |
* | use table library from Lua 5.3 sources if available | Philipp Janda | 2015-01-20 | 1 | -0/+1 |
* | prepare to use ltablib.c from 5.3 for table library | Philipp Janda | 2015-01-19 | 1 | -0/+17 |
* | add utf8 library from Lua 5.3; use struct for string packing | Philipp Janda | 2015-01-14 | 1 | -0/+56 |