summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* better explanation (+ example) for coroutinesv5_0_Betav5.0-betaRoberto Ierusalimschy2002-12-111-13/+72
* OP_TFORLOOP uses extra stack spaceRoberto Ierusalimschy2002-12-114-6/+8
* must move call results in the last iteration, tooRoberto Ierusalimschy2002-12-111-8/+9
* new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)Roberto Ierusalimschy2002-12-061-5/+5
* TFORLOOP makes a call that affects all values above it on the stackRoberto Ierusalimschy2002-12-061-1/+2
* bug: scope of generic for variables is not soundRoberto Ierusalimschy2002-12-063-34/+48
* "load*" creates chunk with same global table than callerRoberto Ierusalimschy2002-12-061-5/+13
* hook counts are integers nowRoberto Ierusalimschy2002-12-051-2/+2
* each .c file defines its own nameRoberto Ierusalimschy2002-12-0428-28/+84
* new function `lua_cpcall'Roberto Ierusalimschy2002-12-045-41/+105
* new facilities to test memory overflow in main.cRoberto Ierusalimschy2002-12-042-2/+16
* avoid non-raw accesses to globals when variable may not existRoberto Ierusalimschy2002-12-042-7/+12
* new function `io.type'Roberto Ierusalimschy2002-12-041-1/+15
* small bug: `write' must return three values in case of errorsRoberto Ierusalimschy2002-12-041-3/+2
* avoid names `str...' (may conflict with string.h)Roberto Ierusalimschy2002-12-021-7/+6
* detailsRoberto Ierusalimschy2002-12-021-5/+5
* detailsRoberto Ierusalimschy2002-11-262-15/+7
* detailRoberto Ierusalimschy2002-11-261-3/+5
* new `coroutine.status' functionRoberto Ierusalimschy2002-11-261-1/+18
* new function `lua_version'Roberto Ierusalimschy2002-11-252-2/+9
* simpler interface to hooks + use of `int' to count hooksRoberto Ierusalimschy2002-11-258-48/+41
* renaming `stringdump' -> `string.dump'Roberto Ierusalimschy2002-11-252-22/+21
* `__tostring' for files + small bug (could do invalid read insideRoberto Ierusalimschy2002-11-251-20/+35
* warnings from Visual C++Roberto Ierusalimschy2002-11-253-7/+5
* resets hook count even in case of errorsRoberto Ierusalimschy2002-11-251-2/+2
* ULONG_MAX>>10 may not fit into an intRoberto Ierusalimschy2002-11-251-3/+4
* commentsRoberto Ierusalimschy2002-11-225-15/+15
* separated control over C recursion levelRoberto Ierusalimschy2002-11-224-18/+40
* make more clear "primitive" recursive definitionsRoberto Ierusalimschy2002-11-221-106/+100
* avoid C stack overflow during parsingRoberto Ierusalimschy2002-11-223-4/+22
* detailRoberto Ierusalimschy2002-11-222-4/+4
* small bug: previous call may change `base'Roberto Ierusalimschy2002-11-211-2/+3
* new macro `condhardstacktests' to control hard stack testsRoberto Ierusalimschy2002-11-213-4/+18
* simpler definition for incr_topRoberto Ierusalimschy2002-11-211-7/+3
* easier way to keep `base' correctRoberto Ierusalimschy2002-11-213-26/+21
* Lua functions must have a frame or a saved pc.Roberto Ierusalimschy2002-11-211-1/+2
* keep L->ci->base in L->base for faster accessRoberto Ierusalimschy2002-11-217-41/+48
* no problem keeping some dead meat while doing collectionRoberto Ierusalimschy2002-11-211-13/+4
* C functions cannot increase its top without filling the stackRoberto Ierusalimschy2002-11-211-6/+8
* must check GC every time it can create new objectsRoberto Ierusalimschy2002-11-211-2/+10
* global_State must be deallocated (and so allocated) with NULL alsoRoberto Ierusalimschy2002-11-212-5/+8
* detailsRoberto Ierusalimschy2002-11-191-2/+2
* better organization of "malloc responsabilities"Roberto Ierusalimschy2002-11-191-53/+66
* option -l does a `require', instead of `dofile'Roberto Ierusalimschy2002-11-191-17/+28
* small bugs (state could keep its CI_HASFRAME attribute after returning)Roberto Ierusalimschy2002-11-191-5/+8
* new assertionsRoberto Ierusalimschy2002-11-181-4/+7
* include file name in error messagesRoberto Ierusalimschy2002-11-181-15/+23
* support for tests of yield inside hooks + better support for testsRoberto Ierusalimschy2002-11-181-22/+75
* support for yield inside hooksRoberto Ierusalimschy2002-11-182-22/+35
* detailsRoberto Ierusalimschy2002-11-182-9/+14