aboutsummaryrefslogtreecommitdiff
path: root/src/lua_typeerror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merged lua_typerrror.{c,h} into auxiliar.{c,h}Diego Nehab2012-04-161-10/+0
|
* This is a replacement for luaL_typerror , removed from Lua 5.2, which ↵Liam Devine2012-04-111-0/+10
corrects the spelling. NOTE: There is one failing test in.the /test/testsrvr.lua and /test/testclnt.lua combination which was present in the repo I cloned from.