Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new type lua_Unsigned and corresponding projection/injection functions | Roberto Ierusalimschy | 2010-10-25 | 1 | -16/+9 |
* | bitlib renamed to 'bit32' + new function for arithmetic shift | Roberto Ierusalimschy | 2010-10-25 | 1 | -6/+21 |
* | functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx | Roberto Ierusalimschy | 2010-07-02 | 1 | -3/+4 |
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -2/+2 |
* | use of 'conventional' names for shift and rotate operations + | Roberto Ierusalimschy | 2010-02-11 | 1 | -7/+27 |
* | missing standard defines | Roberto Ierusalimschy | 2010-01-12 | 1 | -1/+4 |
* | new mark LUAMOD_API for all luaopen_* functions | Roberto Ierusalimschy | 2009-11-24 | 1 | -2/+2 |
* | Standard library for bitwise operations | Roberto Ierusalimschy | 2009-07-01 | 1 | -0/+123 |