391 Commits (5598b2bc558ba0c755068f21e786d3a6d59eb1ca)

Author SHA1 Message Date
Roberto Ierusalimschy 77077b39d5 comment explaining OP_VARARG was wrong (and corresponding code was not 15 years ago
Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments 15 years ago
Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, 15 years ago
Roberto Ierusalimschy fcc46467fa limit of constants per function changed to 2^26 using extra arguments 15 years ago
Roberto Ierusalimschy 3135a6bbab luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, 15 years ago
Roberto Ierusalimschy 11d7ba79f2 tail calls do not need to move whole new frame down, only its slice 16 years ago
Roberto Ierusalimschy afb3f7e754 bug: 'luaV_settable' may invalidate a reference to a table and try 16 years ago
Roberto Ierusalimschy 2bdd194f43 exports luaV_arith to be used by lua_arith + uses 'luaO_arith' to 16 years ago
Roberto Ierusalimschy 77fd93188e 'lessequal' renamed 'luaV_lessequal' and exported to be used by 16 years ago
Roberto Ierusalimschy 2258ec6bc9 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
Roberto Ierusalimschy 9423e22aa3 no more L->base + ci->base only for Lua functions (C functions may use 16 years ago
Roberto Ierusalimschy 57f8414de1 small bug in 'luaV_concat' (L->top was left incorrect in some cases) 16 years ago
Roberto Ierusalimschy eea6d10866 details (use ci->base instead of L->base when possible) 16 years ago
Roberto Ierusalimschy d7bc346d7a no more code checking 16 years ago
Roberto Ierusalimschy d3037d97ec several small improvements based on 'ci' being fixed now (including 16 years ago
Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array 16 years ago
Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 16 years ago
Roberto Ierusalimschy 1817dfc301 initial separation, in CallInfo, of what is relevant only to Lua 16 years ago
Roberto Ierusalimschy facfcd497f detail 16 years ago
Roberto Ierusalimschy 2b590aea40 no more '__len' metamethod for strings 16 years ago
Roberto Ierusalimschy b472098493 concat TM can yield 16 years ago
Roberto Ierusalimschy 84b3daebbd generic for coded as two dedicated instructions to simplify resumption 16 years ago
Roberto Ierusalimschy f6978173e0 yields accross metamethods and for iterators (except for __concat) 16 years ago
Roberto Ierusalimschy 4376c9bc5f more specific test to avoid calling luaF_close when function returns 16 years ago
Roberto Ierusalimschy f94cd2201c better control of call status through CallInfo 16 years ago
Roberto Ierusalimschy fdbb243ff9 first steps towards yielding through longjump 16 years ago
Roberto Ierusalimschy a4d3080fe3 SETLIST extra argument now is an "instruction" (OP_EXTRAARG) 17 years ago
Roberto Ierusalimschy fe0838cd1c tables and strings respect __len metamethod 17 years ago
Roberto Ierusalimschy 6c042e17b1 avoid boolean equality (tricky for some compilers) 18 years ago
Roberto Ierusalimschy 1a455acc81 two small bugs: some metamethods do not accept callable non-function 18 years ago
Roberto Ierusalimschy 08f902cf49 better documentation for auxiliary functions (that should be called only 18 years ago
Roberto Ierusalimschy 569a326931 small optimization for ""..x 18 years ago
Roberto Ierusalimschy d1ef7e0ec6 avoid local "pc" in interpreter loop (tricky optimization with no real gain) 18 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy dfe2f1eeff macros luai_num* take a state L (when available) as argument, to allow 19 years ago
Roberto Ierusalimschy fa0c03aaa6 details 19 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy e2dc5f5d15 extra assertion 19 years ago
Roberto Ierusalimschy 9e6e43984d details 19 years ago
Roberto Ierusalimschy dd1221582b details 19 years ago
Roberto Ierusalimschy c505f341d6 small changes in casts 19 years ago
Roberto Ierusalimschy a160266c3d details 19 years ago
Roberto Ierusalimschy 8e48ebb638 no more L in numer-operator macros (some functions that use those macros 19 years ago
Roberto Ierusalimschy cd12ab2597 details (more uniform coding) 19 years ago
Roberto Ierusalimschy a77413acd0 include of math.h depends on luaconf 19 years ago
Roberto Ierusalimschy 6dd3a73ca2 detail (macro evaluates twice its arguments) 19 years ago
Roberto Ierusalimschy 3b19af44b0 new method to handle tests without values (negative values) 19 years ago
Roberto Ierusalimschy 98296f6b45 some bugs related to stack reallocation 19 years ago
Roberto Ierusalimschy 6fcd334ca0 small improvements 19 years ago
Roberto Ierusalimschy 42a662334a simpler implementation for unary minus 20 years ago