|
On Jan 10, 2010, at 6:37 PM, Petite Abeille wrote: > On the C API side, there are a couple of legacy stuff to cleanup. > > (3) luaL_openlib -> luaL_register > (4) luaL_putchar -> luaL_addchar > (5) luaL_typerror -> luaL_typeerror Another one: lua_strlen -> lua_rawlen Courtesy of lzlib.