Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+588 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -588/+0 |
* | detail | Roberto Ierusalimschy | 2006-01-18 | 1 | -2/+2 |
* | avoid unnecessary exports | Roberto Ierusalimschy | 2006-01-10 | 1 | -15/+28 |
* | avoids type punning for table keys | Roberto Ierusalimschy | 2006-01-10 | 1 | -24/+25 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -10/+10 |
* | new macro luai_numisnan | Roberto Ierusalimschy | 2005-11-25 | 1 | -2/+2 |
* | no more L in numer-operator macros (some functions that use those macros | Roberto Ierusalimschy | 2005-10-24 | 1 | -5/+5 |
* | warnings from Visual C | Roberto Ierusalimschy | 2005-07-11 | 1 | -3/+3 |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -5/+5 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -2/+2 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -2/+2 |
* | corrected definition of lua_number2int for Windows | Roberto Ierusalimschy | 2005-05-03 | 1 | -2/+3 |
* | detail | Roberto Ierusalimschy | 2005-04-01 | 1 | -4/+3 |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+49 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -7/+7 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -7/+7 |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+2 |
* | macros for all arithmetic operations over lua_Numbers | Roberto Ierusalimschy | 2005-01-10 | 1 | -5/+5 |
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -87/+104 |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -19/+31 |
* | better (correct?) way to handle `next' over removed keys | Roberto Ierusalimschy | 2004-12-04 | 1 | -8/+16 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 |
* | better names for `luaM_free...' macros | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -18/+20 |
* | small optimizations | Roberto Ierusalimschy | 2004-09-27 | 1 | -13/+8 |
* | detail | Roberto Ierusalimschy | 2004-08-31 | 1 | -17/+10 |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 1 | -2/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -28/+4 |
* | small optimization for {f()} | Roberto Ierusalimschy | 2004-03-26 | 1 | -3/+3 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -36/+36 |
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -2/+3 |
* | default metatable can be NULL | Roberto Ierusalimschy | 2003-12-01 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2003-11-27 | 1 | -8/+4 |
* | new auxiliary function `luaH_setstr' | Roberto Ierusalimschy | 2003-08-26 | 1 | -1/+13 |
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 1 | -2/+2 |
* | avoid unnecessary call to log2 on too large indices | Roberto Ierusalimschy | 2003-04-28 | 1 | -10/+14 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+3 |
* | new hash method for lua_Number (double) (due to a performance problem) | Roberto Ierusalimschy | 2003-03-24 | 1 | -15/+38 |
* | details | Roberto Ierusalimschy | 2003-03-20 | 1 | -6/+6 |
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -36/+36 |
* | details | Roberto Ierusalimschy | 2003-02-20 | 1 | -4/+5 |
* | simpler way to count uses | Roberto Ierusalimschy | 2003-02-13 | 1 | -11/+14 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-12-02 | 1 | -5/+5 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 2002-11-25 | 1 | -3/+1 |
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |