Go to file
Roberto Ierusalimschy c5069528e1 details ('Type* id' -> 'Type *id') 2013-06-07 11:51:10 -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 extra trim applied to 'replace' argument (in case lua_Unsigned is 2013-04-16 15:39:37 -03:00
lcode.c correct way to avoid compile-time errors in integer divisions 2013-05-06 14:22:16 -03:00
lcode.h new operation '//' (integer division) 2013-04-26 10:08:29 -03:00
lcorolib.c added 'return' (when possible) to calls to error functions 2013-02-21 10:44:53 -03:00
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 BUG: stack overflow in vararg functions with many fixed 2013-04-19 18:05:04 -03:00
ldo.h
ldump.c dumping and undumping integers 2013-04-26 15:48:35 -03:00
lfunc.c
lfunc.h
lgc.c bug: garbage collector can trigger too many times in recursive loops, 2013-04-26 15:26:49 -03:00
lgc.h
linit.c
liolib.c new read format "*i" for reading integers 2013-05-14 12:57:43 -03:00
llex.c 'luaO_str2int' more generic: accepts white spaces around the numeral 2013-05-14 12:59:04 -03:00
llex.h new operation '//' (integer division) 2013-04-26 10:08:29 -03:00
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 typo in comment 2013-02-20 11:08:21 -03:00
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 new operation '//' (integer division) 2013-04-26 10:08:29 -03:00
lopcodes.h new operation '//' (integer division) 2013-04-26 10:08:29 -03:00
loslib.c uses integers for time 2013-05-14 12:57:11 -03:00
lparser.c new operation '//' (integer division) 2013-04-26 10:08:29 -03:00
lparser.h first implementation of literal integers (no constant folding yet) 2013-04-16 15:46:28 -03:00
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 "integer" keys in tables are now lua_Integer, not 'int'. 2013-04-26 12:39:25 -03:00
ltablib.c no need to handle 0 as a special case in 'table.remove' 2013-03-07 15:17:24 -03:00
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 details ('Type* id' -> 'Type *id') 2013-06-07 11:51:10 -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 dependencies updated (with 'gcc -MM') 2013-04-15 11:13:38 -03:00