Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | split compat53 Lua module into separate modules that do/don't modify the ↵ | Philipp Janda | 2015-04-11 | 4 | -165/+282 | |
| | | | | | | | | | | | | global env | |||||
* | | | Point to correct wiki. | Philipp Janda | 2015-04-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Link to issue with coroutine.running. | Philipp Janda | 2015-04-21 | 1 | -3/+6 | |
| |/ |/| | ||||||
* | | Make coroutine mappings weak (and document them). | Philipp Janda | 2015-04-20 | 1 | -7/+18 | |
|/ | | | | | | | (x)pcall uses coroutines internally to allow yielding. The internal mapping tables for those coroutines (and the initial coroutine that started the pcall) should not keep the threads alive if the (x)pcall yields and is never resumed again. | |||||
* | link to wiki for functions with compatibility issues | Philipp Janda | 2015-03-17 | 1 | -50/+38 | |
| | ||||||
* | remove support for luaL_Stream (due to LuaJIT incompatibility) | Philipp Janda | 2015-03-08 | 2 | -15/+0 | |
| | ||||||
* | Merge pull request #9 from ghedo/requiref | Philipp Janda | 2015-02-25 | 1 | -1/+1 | |
|\ | | | | | make sure that _LOADED is not nil | |||||
| * | make sure that _LOADED is not nil | Alessandro Ghedini | 2015-02-25 | 1 | -1/+1 | |
|/ | ||||||
* | remove some references to global variables | Philipp Janda | 2015-02-23 | 1 | -1/+3 | |
| | ||||||
* | fix test for invalid LUA_OP* | Philipp Janda | 2015-02-20 | 1 | -1/+1 | |
| | ||||||
* | Make code snippets more readable. | Hisham Muhammad | 2015-02-20 | 1 | -30/+13 | |
| | ||||||
* | remove spurious (void*) cast | Philipp Janda | 2015-02-16 | 1 | -1/+1 | |
| | ||||||
* | make LuaJIT support for luaL_Stream interface possible | Philipp Janda | 2015-02-14 | 1 | -0/+7 | |
| | ||||||
* | minor fixes | Philipp Janda | 2015-01-24 | 1 | -4/+3 | |
| | ||||||
* | better performance for lua_compare; some code refactoring | Philipp Janda | 2015-01-24 | 2 | -52/+41 | |
| | ||||||
* | add rockspec for pending 0.1 releasev0.1 | Philipp Janda | 2015-01-23 | 1 | -0/+31 | |
| | ||||||
* | fix typo | Philipp Janda | 2015-01-23 | 1 | -1/+1 | |
| | ||||||
* | document LUA_KFUNCTION macro, update readme | Philipp Janda | 2015-01-23 | 1 | -1/+38 | |
| | ||||||
* | update readme | Philipp Janda | 2015-01-22 | 1 | -7/+11 | |
| | ||||||
* | 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 | 4 | -9/+1491 | |
| | ||||||
* | backport Lua 5.2/5.3 buffer API for Lua 5.1 | Philipp Janda | 2015-01-21 | 5 | -7/+127 | |
| | ||||||
* | luajit already has yieldable (x)pcall, add tests for code from compat52 | Philipp Janda | 2015-01-20 | 4 | -159/+511 | |
| | ||||||
* | use table library from Lua 5.3 sources if available | Philipp Janda | 2015-01-20 | 5 | -2/+365 | |
| | ||||||
* | add lua_arith and lua_compare for Lua 5.1 | Philipp Janda | 2015-01-20 | 4 | -2/+152 | |
| | ||||||
* | prepare to use ltablib.c from 5.3 for table library | Philipp Janda | 2015-01-19 | 3 | -9/+35 | |
| | ||||||
* | update readme | Philipp Janda | 2015-01-18 | 1 | -2/+22 | |
| | ||||||
* | add table.sort, add code from lua-compat-5.2 | Philipp Janda | 2015-01-18 | 2 | -4/+698 | |
| | ||||||
* | table library (except table.sort for now) respects metamethods | Philipp Janda | 2015-01-17 | 3 | -14/+265 | |
| | ||||||
* | add ipairs function that respects __index | Philipp Janda | 2015-01-17 | 3 | -3/+38 | |
| | ||||||
* | add new fields to math library | Philipp Janda | 2015-01-16 | 3 | -37/+165 | |
| | ||||||
* | fix typos in readme | Philipp Janda | 2015-01-15 | 1 | -2/+2 | |
| | ||||||
* | add rockspec and info for Lua API | Philipp Janda | 2015-01-15 | 3 | -9/+69 | |
| | ||||||
* | add utf8 library from Lua 5.3; use struct for string packing | Philipp Janda | 2015-01-14 | 3 | -0/+335 | |
| | ||||||
* | add gitignore file | Philipp Janda | 2015-01-14 | 1 | -0/+8 | |
| | ||||||
* | add fallback for lua_str2number, readme fix | Philipp Janda | 2015-01-13 | 2 | -1/+4 | |
| | ||||||
* | updated readme | Philipp Janda | 2015-01-13 | 1 | -0/+122 | |
| | ||||||
* | add initial implementation of c-api and license | Philipp Janda | 2015-01-13 | 5 | -0/+1099 | |
| | ||||||
* | Initial commit | Hisham Muhammad | 2015-01-13 | 1 | -0/+1 | |