Go to file
Roberto Ierusalimschy a14992992a new version (5.3) 2013-06-07 16:01:50 -03:00
bugs added patch to last bug 2013-05-16 13:03:50 -03:00
lapi.c 'lua_tounsigned' takes number modulo 2^numbits as a result when 2013-06-04 16:34:51 -03:00
lapi.h
lauxlib.c string contatenation handles conversion of integers to strings + 2013-06-04 16:36:42 -03:00
lauxlib.h
lbaselib.c 'tonumber' now works with integers too 2013-05-16 15:35:57 -03:00
lbitlib.c
lcode.c correct way to avoid compile-time errors in integer divisions 2013-05-06 14:22:16 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c correct error message for conversion errors from float to int 2013-05-06 14:21:59 -03:00
ldebug.h correct error message for conversion errors from float to int 2013-05-06 14:21:59 -03:00
ldo.c
ldo.h
ldump.c dumping and undumping integers 2013-04-26 15:48:35 -03:00
lfunc.c
lfunc.h
lgc.c
lgc.h
linit.c
liolib.c 'io.write' writes integers directly (and correctly) 2013-06-07 16:01:35 -03:00
llex.c 'luaO_str2int' more generic: accepts white spaces around the numeral 2013-05-14 12:59:04 -03:00
llex.h
llimits.h removed all tricks for conversions + 'luai_hashnum' moved to ltable.c 2013-05-29 11:04:15 -03:00
lmathlib.c support for the case when 'l_mathop' does not conform to lua_Number 2013-05-26 10:45:24 -03:00
lmem.c
lmem.h
loadlib.c
lobject.c string contatenation handles conversion of integers to strings + 2013-06-04 16:36:42 -03:00
lobject.h 'luaO_str2int' more generic: accepts white spaces around the numeral 2013-05-14 12:59:04 -03:00
lopcodes.c
lopcodes.h
loslib.c uses integers for time 2013-05-14 12:57:11 -03:00
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c details ('Type* id' -> 'Type *id') 2013-06-07 11:51:10 -03:00
ltable.c 'luai_hashnum' "inlined" into 'hashfloat' 2013-05-29 11:05:03 -03:00
ltable.h
ltablib.c
ltests.c 'pushnum' pushes a "number" (float) + new C instruction 'pushint' 2013-05-07 16:01:16 -03:00
ltests.h
ltm.c correct error message for conversion errors from float to int 2013-05-06 14:21:59 -03:00
ltm.h new function 'luaT_trybinTM' 2013-04-29 13:56:50 -03:00
lua.c
lua.h new version (5.3) 2013-06-07 16:01:50 -03:00
luaconf.h first version of control for number sizes (still in 'local' section) 2013-05-26 10:35:52 -03:00
lualib.h
lundump.c dumping and undumping integers 2013-04-26 15:48:35 -03:00
lundump.h
lvm.c string contatenation handles conversion of integers to strings + 2013-06-04 16:36:42 -03:00
lvm.h new macro 'intop' (to perform integer arithmetic on unsigned types) 2013-05-02 09:31:26 -03:00
lzio.c
lzio.h details ('Type* id' -> 'Type *id') 2013-06-07 11:51:10 -03:00
makefile