Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add braces and suppress warning.strerror | Philipp Janda | 2017-09-24 | 1 | -3/+7 |
| | |||||
* | Do less stuff when sz is 0 in compat53_strerror(). | Philipp Janda | 2017-09-23 | 1 | -10/+10 |
| | |||||
* | Transparently handle GNU/XSI strerror_r. | Philipp Janda | 2017-09-23 | 1 | -45/+20 |
| | | | | Closes #36. | ||||
* | Add tests for `luaL_load{buffer,file}x`. | Philipp Janda | 2017-09-16 | 1 | -10/+9 |
| | | | | | Fix bug regarding empty input in `lua_load`. Adapt error message and error code. | ||||
* | Add Lua 5.3 version of `lua_load`. | Philipp Janda | 2017-09-16 | 1 | -37/+67 |
| | | | | | Change `luaL_loadfilex` to use the modified `lua_load` function. Add more credits to the README.md. | ||||
* | Merge branch 'feature/luaL_loadfilebufferx' of ↵ | Philipp Janda | 2017-09-16 | 1 | -2/+258 |
|\ | | | | | | | https://github.com/ThePhD/lua-compat-5.3 into ThePhD-feature/luaL_loadfilebufferx | ||||
| * | fix usage of tabs | The Phantom Derpstorm | 2017-09-13 | 1 | -5/+5 |
| | | |||||
| * | implement luaL_loadbufferx and luaL_loadfilex | ThePhD | 2017-09-13 | 1 | -2/+258 |
| | | |||||
* | | fix `lua_Integer` casts that error on Visual C++ and other pedantic ↵ | ThePhD | 2017-09-13 | 1 | -2/+2 |
|/ | | | | conversion-warning compilers for 64-bit builds | ||||
* | Use FALLTHROUGH annotation to fix -Wimplicit-fallthrough warning | daurnimator | 2017-09-03 | 1 | -1/+1 |
| | | | | | Using a form that passes -Wimplicit-fallthrough=4. See https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough | ||||
* | Provide fixed luaL_tolstring for Lua 5.2 as well. | Philipp Janda | 2017-08-27 | 1 | -34/+34 |
| | |||||
* | Add parens around macro arguments. | Philipp Janda | 2017-08-27 | 1 | -1/+1 |
| | | | | Fixes #22. | ||||
* | Update behavior of luaL_tolstring(). | Philipp Janda | 2017-08-08 | 1 | -3/+10 |
| | |||||
* | Fix compilation issues with recent LuaJIT 2.1. | Philipp Janda | 2017-08-07 | 1 | -2/+0 |
| | | | | | | | | Protect macros with `#ifndef`. Use "compat53" prefix instead of "lua" prefix for the mode where static versions of the C API functions are created. Fixes #19. | ||||
* | Fix lua_len and luaL_len to use lua_Integer. | Philipp Janda | 2016-07-08 | 1 | -7/+10 |
| | |||||
* | OSX is a Unix. | Philipp Janda | 2016-01-22 | 1 | -1/+2 |
| | |||||
* | 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 |