patches
Things to do
Check these files for tostring:
lapi.c
lauxlib.c
lbaselib.c
ldblib.c
liolib.c
loadlib.c
lstrlib.c
Check all remaining occurrences of tonumber.
Need functions lua_tostring, lua_tolstring and lua_tonumber that
return the string or number at the given stack index without
conversion; rename old functions to "lua_convert*".
Older entries