Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | small bug | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+2 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -6/+10 |
* | detail | Roberto Ierusalimschy | 2005-01-10 | 1 | -2/+2 |
* | macros for all arithmetic operations over lua_Numbers | Roberto Ierusalimschy | 2005-01-10 | 1 | -18/+18 |
* | a^b calls `pow´ (from math.h) directly | Roberto Ierusalimschy | 2005-01-07 | 1 | -10/+9 |
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -2/+2 |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -4/+4 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -6/+6 |
* | better implementation for `floating-point bytes' | Roberto Ierusalimschy | 2004-11-01 | 1 | -2/+2 |
* | more secure way to compute final string length | Roberto Ierusalimschy | 2004-10-28 | 1 | -5/+4 |
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -10/+8 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -2/+2 |
* | bug (due to new handling of varargs) | Roberto Ierusalimschy | 2004-08-12 | 1 | -2/+3 |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 1 | -3/+3 |
* | new way to code RK values | Roberto Ierusalimschy | 2004-06-29 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2004-06-29 | 1 | -36/+36 |
* | BUG: string concatenation may cause arithmetic overflow, leading | Roberto Ierusalimschy | 2004-06-08 | 1 | -3/+4 |
* | new macro `lua_threadyield' + lock stuff in `luaconf.h' + details | Roberto Ierusalimschy | 2004-06-02 | 1 | -41/+39 |