Go to file
Roberto Ierusalimschy 79ab21be90 more invariants added to memory check 2013-09-11 09:26:14 -03:00
bugs local collection now calls finalizers 2013-09-03 12:37:10 -03:00
lapi.c upvalues collected by reference count 2013-08-27 15:53:35 -03:00
lapi.h
lauxlib.c no need to check "bad conversion number->int;" in luaL_checkversion, 2013-06-27 15:32:33 -03:00
lauxlib.h no need to check "bad conversion number->int;" in luaL_checkversion, 2013-06-27 15:32:33 -03:00
lbaselib.c no more generational collection !!! 2013-08-05 13:58:28 -03:00
lbitlib.c avoid undefined shift of LUA_NBITS in rotate operation 2013-07-09 15:31:01 -03:00
lcode.c bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c 'debug.subtype' -> 'math.type' (to distinguish integers and floats) 2013-07-22 13:05:53 -03:00
ldebug.c bug: Wrong error message in some short-cut expressions 2013-07-10 17:32:36 -03:00
ldebug.h correct error message for conversion errors from float to int 2013-05-06 14:21:59 -03:00
ldo.c upvalues collected by reference count 2013-08-27 15:53:35 -03:00
ldo.h
ldump.c dumping and undumping integers 2013-04-26 15:48:35 -03:00
lfunc.c LOCALBLACK changed to LOCALMARK and used also to control whether object 2013-08-27 17:04:00 -03:00
lfunc.h upvalues collected by reference count 2013-08-27 15:53:35 -03:00
lgc.c local collection now calls finalizers 2013-09-03 12:37:10 -03:00
lgc.h local collection now calls finalizers 2013-09-03 12:37:10 -03:00
linit.c
liolib.c 'io.write' writes integers directly (and correctly) 2013-06-07 16:01:35 -03:00
llex.c bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
llex.h bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
llimits.h initial size of string table (MINSTRTABSIZE) should be large enough 2013-08-21 16:02:30 -03:00
lmathlib.c 'debug.subtype' -> 'math.type' (to distinguish integers and floats) 2013-07-22 13:05:53 -03:00
lmem.c
lmem.h
loadlib.c
lobject.c use unsigneds for unary minus, too 2013-07-10 14:15:12 -03:00
lobject.h back to open hashing for the string table (but with a different 2013-09-05 16:31:49 -03:00
lopcodes.c
lopcodes.h
loslib.c uses integers for time 2013-05-14 12:57:11 -03:00
lparser.c bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
lparser.h bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
lstate.c back to open hashing for the string table (but with a different 2013-09-05 16:31:49 -03:00
lstate.h back to open hashing for the string table (but with a different 2013-09-05 16:31:49 -03:00
lstring.c back to open hashing for the string table (but with a different 2013-09-05 16:31:49 -03:00
lstring.h "fixed" objects kept in a separated list (instead of being kept in 2013-08-21 17:09:51 -03:00
lstrlib.c added "reasonable" limit for 'string.rep' (otherwise it is too easy 2013-06-20 12:06:51 -03:00
ltable.c details (a few casts moved from macro invocation to macro definition) 2013-08-29 10:49:57 -03:00
ltable.h bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
ltablib.c
ltests.c more invariants added to memory check 2013-09-11 09:26:14 -03:00
ltests.h
ltm.c upvalues collected by reference count 2013-08-27 15:53:35 -03:00
ltm.h new function 'luaT_trybinTM' 2013-04-29 13:56:50 -03:00
lua.c
lua.h no more generational collection !!! 2013-08-05 13:58:28 -03:00
luaconf.h use different constants (instead of different values for the same constant) 2013-07-09 15:31:35 -03:00
lualib.h
lundump.c added 'local' bit (true => object is only refered by local variables) 2013-08-16 15:55:49 -03:00
lundump.h
lvm.c details (a few casts moved from macro invocation to macro definition) 2013-08-29 10:49:57 -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 reorganization of warnings + update of explicit dependencies (gcc -MM) 2013-06-20 15:56:51 -03:00