aboutsummaryrefslogtreecommitdiff
path: root/c-api/compat-5.3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* luaL_checkstack accepts NULL message.v0.3Philipp Janda2015-09-131-0/+12
|
* Fix linker problems when compiling as C++.Philipp Janda2015-09-071-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 Janda2015-09-051-1/+1
|
* Add luaL_execresult to C API.Philipp Janda2015-05-201-1/+39
|
* 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
|
* minor fixesPhilipp Janda2015-01-241-4/+3
|
* better performance for lua_compare; some code refactoringPhilipp Janda2015-01-241-45/+41
|
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-211-0/+57
|
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-201-0/+90
|
* 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-131-0/+430