16 Commits (17526ed2fe81c52dd6cf22d90fea7fea62d07229)

Author SHA1 Message Date
Roberto Ierusalimschy f90a130b07 typo in message 14 years ago
Roberto Ierusalimschy 1a92c2b354 allows number of bits used by the library to be changed from outside 14 years ago
Roberto Ierusalimschy 7ca1bd639f new functions 'extract' and 'replace' 14 years ago
Roberto Ierusalimschy a64cf8fac9 'test' -> 'btest' 14 years ago
Roberto Ierusalimschy 092fa71ddd conventional names for bitwise operators 14 years ago
Roberto Ierusalimschy c7d4da8746 correction to allow lua_Unsigned larger than usigned int 14 years ago
Roberto Ierusalimschy f39034889d stricter control over number of bits in each operation 14 years ago
Roberto Ierusalimschy 572e5e6b28 new names for bit functions (mimicking assembler) 14 years ago
Roberto Ierusalimschy c6b64ffe65 new type lua_Unsigned and corresponding projection/injection functions 14 years ago
Roberto Ierusalimschy 9e8e60dd5f bitlib renamed to 'bit32' + new function for arithmetic shift 14 years ago
Roberto Ierusalimschy a9dc7c8828 functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx 15 years ago
Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register 15 years ago
Roberto Ierusalimschy af512ad6da use of 'conventional' names for shift and rotate operations + 15 years ago
Roberto Ierusalimschy 91f0b20a0e missing standard defines 15 years ago
Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions 15 years ago
Roberto Ierusalimschy 88564c3aec Standard library for bitwise operations 16 years ago