aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-07-16small bugRoberto Ierusalimschy1-2/+2
2004-07-16no more LUA_OPNAMESRoberto Ierusalimschy1-3/+1
2004-07-16no more LUA_OPNAMES; it is simpler to "waste" 400 bytesRoberto Ierusalimschy1-4/+1
2004-07-13small bugRoberto Ierusalimschy1-3/+4
2004-07-13several small changes (mainly function names)Roberto Ierusalimschy1-84/+59
2004-07-09`lua_Chunkwriter' returns 0 in case of successRoberto Ierusalimschy2-15/+20
2004-07-09new macro `luaL_typename'Roberto Ierusalimschy4-7/+8
2004-07-09`lua_pushfstring' now supports `%p' option tooRoberto Ierusalimschy3-31/+30
2004-07-09separation between io lib and os libRoberto Ierusalimschy3-250/+49