Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | luaL_checkstack accepts NULL message.v0.3 | Philipp Janda | 2015-09-13 | 1 | -0/+12 |
| | |||||
* | Fix linker problems when compiling as C++. | Philipp Janda | 2015-09-07 | 1 | -2/+0 |
| | | | | | | When compiling compat-5.3.c as C++, the Lua symbols may still have C-linkage. Reference those symbols as `extern "C"` by default and add an option for normal (C++) linkage. | ||||
* | Make C API compile as C++. | Philipp Janda | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | Add luaL_execresult to C API. | Philipp Janda | 2015-05-20 | 1 | -1/+39 |
| | |||||
* | make sure that _LOADED is not nil | Alessandro Ghedini | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | minor fixes | Philipp Janda | 2015-01-24 | 1 | -4/+3 |
| | |||||
* | better performance for lua_compare; some code refactoring | Philipp Janda | 2015-01-24 | 1 | -45/+41 |
| | |||||
* | backport Lua 5.2/5.3 buffer API for Lua 5.1 | Philipp Janda | 2015-01-21 | 1 | -0/+57 |
| | |||||
* | add lua_arith and lua_compare for Lua 5.1 | Philipp Janda | 2015-01-20 | 1 | -0/+90 |
| | |||||
* | prepare to use ltablib.c from 5.3 for table library | Philipp Janda | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | add fallback for lua_str2number, readme fix | Philipp Janda | 2015-01-13 | 1 | -0/+4 |
| | |||||
* | add initial implementation of c-api and license | Philipp Janda | 2015-01-13 | 1 | -0/+430 |