aboutsummaryrefslogtreecommitdiff
path: root/c-api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put parens around L macro parameter as well.Philipp Janda2017-08-271-33/+33
* Provide fixed luaL_tolstring for Lua 5.2 as well.Philipp Janda2017-08-272-37/+37
* Add parens around macro arguments.Philipp Janda2017-08-272-35/+35
* Handle lua_pushlstring edge case for Lua 5.2 too.Philipp Janda2017-08-271-0/+3
* Handle edge case for lua_pushlstring(). Add test.Philipp Janda2017-08-271-1/+1
* Add lua_pushlstring (return value)daurnimator2017-08-261-0/+3
* Have lua_pushstring return the pushed stringdaurnimator2017-08-261-0/+3
* Update behavior of luaL_tolstring().Philipp Janda2017-08-081-3/+10
* Fix compilation issues with recent LuaJIT 2.1.Philipp Janda2017-08-072-26/+39
* Fix lua_len and luaL_len to use lua_Integer.Philipp Janda2016-07-082-8/+11
* OSX is a Unix.Philipp Janda2016-01-221-1/+2
* luaL_checkstack accepts NULL message.v0.3Philipp Janda2015-09-132-0/+15
* Fix macro for lua_stringtonumber.Philipp Janda2015-09-071-1/+1
* Fix linker problems when compiling as C++.Philipp Janda2015-09-072-2/+6
* Make C API compile as C++.Philipp Janda2015-09-051-1/+1
* luaL_newmetatable sets __name on all Lua versions.Philipp Janda2015-07-111-0/+3
* Add luaL_execresult to C API.Philipp Janda2015-05-202-2/+42
* remove support for luaL_Stream (due to LuaJIT incompatibility)Philipp Janda2015-03-081-13/+0
* make sure that _LOADED is not nilAlessandro Ghedini2015-02-251-1/+1
* fix test for invalid LUA_OP*Philipp Janda2015-02-201-1/+1
* Make code snippets more readable.Hisham Muhammad2015-02-201-30/+13
* remove spurious (void*) castPhilipp Janda2015-02-161-1/+1
* make LuaJIT support for luaL_Stream interface possiblePhilipp Janda2015-02-141-0/+7
* minor fixesPhilipp Janda2015-01-241-4/+3
* better performance for lua_compare; some code refactoringPhilipp Janda2015-01-241-45/+41
* fix typoPhilipp Janda2015-01-231-1/+1
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-212-4/+108
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-201-0/+1
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-202-2/+106
* prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda2015-01-191-1/+2
* add fallback for lua_str2number, readme fixPhilipp Janda2015-01-131-0/+4
* add initial implementation of c-api and licensePhilipp Janda2015-01-132-0/+724