Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'test' -> 'btest' | Roberto Ierusalimschy | 2010-11-22 | 1 | -2/+2 |
| | |||||
* | conventional names for bitwise operators | Roberto Ierusalimschy | 2010-11-22 | 1 | -13/+13 |
| | |||||
* | correction to allow lua_Unsigned larger than usigned int | Roberto Ierusalimschy | 2010-11-08 | 1 | -2/+2 |
| | |||||
* | stricter control over number of bits in each operation | Roberto Ierusalimschy | 2010-10-28 | 1 | -12/+20 |
| | |||||
* | new names for bit functions (mimicking assembler) | Roberto Ierusalimschy | 2010-10-27 | 1 | -11/+11 |
| | |||||
* | 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 |
| | | | | that have an extra out parameter with conversion status | ||||
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -2/+2 |
| | | | | | | themselves with 'require' (let 'require' do its work); new auxiliary functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref. Old luaL_register will be deprecated. | ||||
* | use of 'conventional' names for shift and rotate operations + | Roberto Ierusalimschy | 2010-02-11 | 1 | -7/+27 |
| | | | | right/left versions for them | ||||
* | 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 |