aboutsummaryrefslogtreecommitdiff
path: root/lbitlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* new type lua_Unsigned and corresponding projection/injection functionsRoberto Ierusalimschy2010-10-251-16/+9
* bitlib renamed to 'bit32' + new function for arithmetic shiftRoberto Ierusalimschy2010-10-251-6/+21
* functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerxRoberto Ierusalimschy2010-07-021-3/+4
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-2/+2
* use of 'conventional' names for shift and rotate operations +Roberto Ierusalimschy2010-02-111-7/+27
* missing standard definesRoberto Ierusalimschy2010-01-121-1/+4
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+2
* Standard library for bitwise operationsRoberto Ierusalimschy2009-07-011-0/+123