summaryrefslogtreecommitdiff
path: root/lbitlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* detail (avoiding warnings)Roberto Ierusalimschy2013-03-191-3/+5
* added 'return' (when possible) to calls to error functionsRoberto Ierusalimschy2013-02-211-2/+2
* typo in messageRoberto Ierusalimschy2011-06-201-2/+2
* allows number of bits used by the library to be changed from outsideRoberto Ierusalimschy2010-12-171-11/+14
* new functions 'extract' and 'replace'Roberto Ierusalimschy2010-11-291-13/+56
* 'test' -> 'btest'Roberto Ierusalimschy2010-11-221-2/+2
* conventional names for bitwise operatorsRoberto Ierusalimschy2010-11-221-13/+13
* correction to allow lua_Unsigned larger than usigned intRoberto Ierusalimschy2010-11-081-2/+2
* stricter control over number of bits in each operationRoberto Ierusalimschy2010-10-281-12/+20
* new names for bit functions (mimicking assembler)Roberto Ierusalimschy2010-10-271-11/+11
* 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