aboutsummaryrefslogtreecommitdiff
path: root/lapi.h (unfollow)
Commit message (Expand)AuthorFilesLines
2004-08-12small bug: lua_gc(count) was falling through to next optionRoberto Ierusalimschy1-1/+2
2004-08-12bug (due to new handling of varargs)Roberto Ierusalimschy1-2/+3
2004-08-10less conservative write barrier for tablesRoberto Ierusalimschy5-18/+38
2004-08-09`io.lines' also can give the file name in its error messageRoberto Ierusalimschy1-6/+11
2004-08-09string.byte truncates indices out of rangeRoberto Ierusalimschy1-3/+4
2004-08-06string.byte may return multiple valuesRoberto Ierusalimschy1-6/+11
2004-08-05small changes (due to Rici Lake) to allow testing non-supported OS functionsRoberto Ierusalimschy1-8/+8
2004-08-04details (opcode may not be the first field)Roberto Ierusalimschy1-6/+8
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