summaryrefslogtreecommitdiff
path: root/lgc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2004-09-10simpler configuration to turn on all assertsRoberto Ierusalimschy3-11/+6
2004-09-08tighter tests for stack overflowRoberto Ierusalimschy4-24/+37
2004-09-03two bugs related to varargsRoberto Ierusalimschy1-5/+9
2004-09-03detailRoberto Ierusalimschy1-1/+2
2004-09-03simpler implementation for generic readerRoberto Ierusalimschy1-21/+16
2004-09-01new libs `loslib´ and `linit´Roberto Ierusalimschy1-5/+7
2004-09-01detailsRoberto Ierusalimschy1-3/+4
2004-08-31detailRoberto Ierusalimschy1-17/+10
2004-08-30new way to handle _PATH (old LUA_PATH)Roberto Ierusalimschy4-31/+38
2004-08-30`select' returns all values after given `n'Roberto Ierusalimschy1-8/+10
2004-08-30better control for GC cyclesRoberto Ierusalimschy6-55/+77
2004-08-30detailRoberto Ierusalimschy1-4/+5
2004-08-26detailRoberto Ierusalimschy1-3/+2
2004-08-24first implementation of generational GCRoberto Ierusalimschy7-159/+162
2004-08-24small correction (less conservative write barrier for tables)Roberto Ierusalimschy1-2/+2
2004-08-17bug: lua_getupvalue and setupvalue do not check for index too small.Roberto Ierusalimschy2-3/+24
2004-08-13default state (created by `luaL_newstate´) has a default panic functionRoberto Ierusalimschy1-2/+10
2004-08-13better checking for read errors (with `ferror´)Roberto Ierusalimschy1-3/+10
2004-08-13small bug: calls to upvalues were not correctly tracedRoberto Ierusalimschy1-16/+10
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