Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | first steps towards yielding through longjump | Roberto Ierusalimschy | 2008-08-13 | 1 | -41/+30 | |
* | SETLIST extra argument now is an "instruction" (OP_EXTRAARG) | Roberto Ierusalimschy | 2008-04-02 | 1 | -2/+9 | |
* | tables and strings respect __len metamethod | Roberto Ierusalimschy | 2007-09-10 | 1 | -18/+29 | |
* | avoid boolean equality (tricky for some compilers) | Roberto Ierusalimschy | 2007-06-19 | 1 | -3/+3 | |
* | two small bugs: some metamethods do not accept callable non-function | Roberto Ierusalimschy | 2007-03-26 | 1 | -7/+6 | |
* | better documentation for auxiliary functions (that should be called only | Roberto Ierusalimschy | 2007-02-09 | 1 | -2/+2 | |
* | small optimization for ""..x | Roberto Ierusalimschy | 2006-09-19 | 1 | -3/+7 | |
* | avoid local "pc" in interpreter loop (tricky optimization with no real gain) | Roberto Ierusalimschy | 2006-09-19 | 1 | -46/+38 | |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
* | macros luai_num* take a state L (when available) as argument, to allow | Roberto Ierusalimschy | 2006-08-07 | 1 | -16/+16 | |
* | details | Roberto Ierusalimschy | 2006-07-14 | 1 | -6/+6 | |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -11/+12 | |
* | extra assertion | Roberto Ierusalimschy | 2006-06-05 | 1 | -1/+2 | |
* | details | Roberto Ierusalimschy | 2006-01-23 | 1 | -3/+5 | |
* | details | Roberto Ierusalimschy | 2006-01-10 | 1 | -2/+2 | |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -6/+6 | |
* | details | Roberto Ierusalimschy | 2005-11-01 | 1 | -50/+20 | |
* | no more L in numer-operator macros (some functions that use those macros | Roberto Ierusalimschy | 2005-10-24 | 1 | -21/+21 | |
* | details (more uniform coding) | Roberto Ierusalimschy | 2005-10-13 | 1 | -11/+10 | |
* | include of math.h depends on luaconf | Roberto Ierusalimschy | 2005-10-03 | 1 | -2/+1 | |
* | detail (macro evaluates twice its arguments) | Roberto Ierusalimschy | 2005-09-09 | 1 | -2/+4 | |
* | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 2005-08-29 | 1 | -1/+7 | |
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -5/+11 | |
* | small improvements | Roberto Ierusalimschy | 2005-08-22 | 1 | -13/+11 | |
* | simpler implementation for unary minus | Roberto Ierusalimschy | 2005-08-10 | 1 | -9/+5 | |
* | small changes (to easy integration with Coco) | Roberto Ierusalimschy | 2005-08-09 | 1 | -11/+5 | |
* | #string is primitive | Roberto Ierusalimschy | 2005-08-09 | 1 | -9/+16 | |
* | detail | Roberto Ierusalimschy | 2005-07-05 | 1 | -4/+3 | |
* | bug: current line should work for call hook | Roberto Ierusalimschy | 2005-06-13 | 1 | -2/+5 | |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 | |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -23/+23 | |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -4/+4 | |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -4/+4 | |
* | no more compatibility code for traversing tables | Roberto Ierusalimschy | 2005-05-04 | 1 | -9/+1 | |
* | corrected definition of lua_number2int for Windows | Roberto Ierusalimschy | 2005-05-03 | 1 | -2/+3 | |
* | better control of local variables in luaV_execute | Roberto Ierusalimschy | 2005-05-03 | 1 | -79/+96 | |
* | `*' operator is primitive only for tables | Roberto Ierusalimschy | 2005-05-02 | 1 | -13/+10 | |
* | detail | Roberto Ierusalimschy | 2005-04-11 | 1 | -5/+4 | |
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 1 | -28/+21 | |
* | removed dirt optimizations that gave small gains | Roberto Ierusalimschy | 2005-04-04 | 1 | -62/+27 | |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -2/+2 | |
* | internal definitions have prefix `luai_' | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 | |
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+16 | |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -21/+21 | |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -21/+21 | |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+3 | |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 1 | -12/+31 | |
* | detail | Roberto Ierusalimschy | 2005-03-07 | 1 | -4/+4 | |
* | small bug: must use original (previous) base | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -2/+2 |