aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* when possible, library functions accept nil as noneRoberto Ierusalimschy2002-03-275-13/+13
|
* metatable always return some valueRoberto Ierusalimschy2002-03-273-10/+23
|
* simpler way to control stack overflowRoberto Ierusalimschy2002-03-264-44/+51
|
* detailsRoberto Ierusalimschy2002-03-261-2/+4
|
* small bug (L->ci->top may be larger than L->top...)Roberto Ierusalimschy2002-03-251-3/+4
|
* simpler implementation for line informationRoberto Ierusalimschy2002-03-2515-175/+79
|
* first implementation of proper tail callRoberto Ierusalimschy2002-03-222-14/+32
|
* first implementation for tail callRoberto Ierusalimschy2002-03-213-4/+11
|
* detailsRoberto Ierusalimschy2002-03-212-6/+5
|
* don't need to mark the stacks twice ;-)Roberto Ierusalimschy2002-03-201-7/+5
|
* simpler solution for finalizing udataRoberto Ierusalimschy2002-03-201-47/+54
|
* reserve one more bit for GCRoberto Ierusalimschy2002-03-201-2/+2
|
* standard libraries in packagesRoberto Ierusalimschy2002-03-208-247/+287
|
* some improvements in stack controlRoberto Ierusalimschy2002-03-204-17/+22
|
* improvements in stack controlRoberto Ierusalimschy2002-03-201-7/+9
|
* erroneous objects may not live in the stackRoberto Ierusalimschy2002-03-194-36/+61
|
* new names for tag methodsRoberto Ierusalimschy2002-03-181-6/+6
|
* api.c only needs to check pushes when api_check is definedRoberto Ierusalimschy2002-03-181-2/+3
|
* new macro to convert double->intRoberto Ierusalimschy2002-03-184-12/+20
|
* configurable macros should live in llimits.hRoberto Ierusalimschy2002-03-182-17/+17
|
* special treatment for 'global in nil'Roberto Ierusalimschy2002-03-182-22/+29
|
* an error may call GC and find an incomplete `ci'Roberto Ierusalimschy2002-03-151-2/+2
|
* small optimization when returning a single local valueRoberto Ierusalimschy2002-03-141-7/+9
|
* implementation of `global' statementRoberto Ierusalimschy2002-03-144-106/+211
|
* commentsRoberto Ierusalimschy2002-03-141-2/+2
|
* first implementation of `gfind'Roberto Ierusalimschy2002-03-111-9/+53
|
* avoid C identifiers beginning with '_'Roberto Ierusalimschy2002-03-117-31/+31
|
* error messageRoberto Ierusalimschy2002-03-081-2/+3
|
* detailsRoberto Ierusalimschy2002-03-081-1/+2
|
* cannot store `top' in local variables...Roberto Ierusalimschy2002-03-081-4/+3
|
* generic for (with any number of control variables)Roberto Ierusalimschy2002-03-087-68/+98
|
* implementation of long commentsRoberto Ierusalimschy2002-03-081-17/+25
|
* `lua_stackspace' replaced by `lua_checkstack'Roberto Ierusalimschy2002-03-073-9/+18
|
* using `ci->top' to control acceptable indices in C callsRoberto Ierusalimschy2002-03-073-23/+32
|
* detailsRoberto Ierusalimschy2002-03-072-8/+10
|
* configurable minimum size for the string tableRoberto Ierusalimschy2002-03-053-5/+10
|
* lu_byte is enough for those fields (maxstack < 256)Roberto Ierusalimschy2002-03-053-11/+11
|
* `inline' of tonumberRoberto Ierusalimschy2002-03-042-8/+10
|
* small optimizationRoberto Ierusalimschy2002-03-041-9/+9
|
* `luaA_index' is a local macro nowRoberto Ierusalimschy2002-03-043-20/+17
|
* detailRoberto Ierusalimschy2002-03-041-2/+2
|
* not all unfinished strings with "..." end in EOFRoberto Ierusalimschy2002-03-041-2/+3
|
* more tests for boolean APIRoberto Ierusalimschy2002-03-041-1/+7
|
* detailRoberto Ierusalimschy2002-02-151-2/+2
|
* get error messages from luaL_errstrRoberto Ierusalimschy2002-02-141-6/+5
|
* no more -DOLD_ANSI option + detailsRoberto Ierusalimschy2002-02-141-14/+9
|
* towards next version...Roberto Ierusalimschy2002-02-141-674/+475
|
* prints any results returned by chunkRoberto Ierusalimschy2002-02-141-8/+6
|
* no more maximum stack sizeRoberto Ierusalimschy2002-02-146-47/+37
|
* new constructor syntax + new generic `for'Roberto Ierusalimschy2002-02-141-133/+100
|