Go to file
2014-04-03 11:18:02 -03:00
bugs bug: compiler can optimize away overflow check in 'table.concat' 2014-04-03 10:30:23 -03:00
lapi.c added an 'api_check' for negative sizes in 'lua_checkstack' 2014-04-01 15:51:23 -03:00
lapi.h
lauxlib.c detail (error message for conversion from float to integer) 2014-04-01 15:55:06 -03:00
lauxlib.h
lbaselib.c lua_gettable and similars return type of gotten value 2014-03-12 17:57:40 -03:00
lbitlib.c does not create library when it is deprecated 2014-03-20 16:22:16 -03:00
lcode.c LUAI_FUNC is being used only in header files 2014-04-02 13:44:42 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c lua_gettable and similars return type of gotten value 2014-03-12 17:57:40 -03:00
ldebug.c
ldebug.h detail (unknown lines are marked as -1, not 0) 2014-02-25 11:31:16 -03:00
ldo.c details (typos in comments) 2014-03-21 10:52:33 -03:00
ldo.h
ldump.c some details to avoid warnings 2014-04-01 11:39:55 -03:00
lfunc.c new list 'twups' to allow traversal of upvalues from dead threads 2014-02-18 10:39:37 -03:00
lfunc.h new list 'twups' to allow traversal of upvalues from dead threads 2014-02-18 10:39:37 -03:00
lgc.c LUAI_FUNC is being used only in header files 2014-04-02 13:44:42 -03:00
lgc.h detail (removed unused prototype) 2014-03-19 15:51:16 -03:00
linit.c
liolib.c with 64-bit integers, file offsets do not need to be floats 2014-03-19 15:57:42 -03:00
llex.c new syntax for Unicode escape '\u{012F}' 2014-02-14 13:23:51 -02:00
llex.h
llimits.h new macro 'cast_void' 2014-03-07 13:19:00 -03:00
lmathlib.c some details to avoid warnings 2014-04-01 11:39:55 -03:00
lmem.c
lmem.h
loadlib.c lua_gettable and similars return type of gotten value 2014-03-12 17:57:40 -03:00
lobject.c details (typos in comments) 2014-03-21 10:52:33 -03:00
lobject.h userdata can have any Lua value as uservalue 2014-02-19 10:52:42 -03:00
lopcodes.c
lopcodes.h
loslib.c configuration for Lua type corresponding to 'time_t' 2014-03-20 16:18:54 -03:00
lparser.c
lparser.h
lstate.c no need to keep threads in a different GC list, now that there is the 2014-02-18 10:46:26 -03:00
lstate.h no need to keep threads in a different GC list, now that there is the 2014-02-18 10:46:26 -03:00
lstring.c LUAI_FUNC is being used only in header files 2014-04-02 13:44:42 -03:00
lstring.h removed function 'luaS_eqstr' (not used anywhere) 2014-03-19 15:51:42 -03:00
lstrlib.c avoid constant overflow when shifting left signed integers until 2014-04-03 10:29:24 -03:00
ltable.c some details to avoid warnings 2014-04-01 11:39:55 -03:00
ltable.h
ltablib.c bug: compiler could optimize away overflow check (+ changing indices 2014-04-01 15:50:34 -03:00
ltests.c userdata can have any Lua value as uservalue 2014-02-19 10:52:42 -03:00
ltests.h
ltm.c
ltm.h
lua.c more uniformity for defining system-dependent features 2014-02-26 12:27:56 -03:00
lua.h copyright year -> 2014 2014-03-20 16:42:35 -03:00
luaconf.h new macros LUA_MAXINTEGER/LUA_MININTEGER 2014-04-03 11:18:02 -03:00
lualib.h
lundump.c some details to avoid warnings 2014-04-01 11:39:55 -03:00
lundump.h make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is 2014-03-11 11:22:54 -03:00
lutf8lib.c several changes in 'utf8.offset' 2014-04-03 10:45:09 -03:00
lvm.c bug (in work version): comparisons should not try to convert 2014-04-02 13:54:20 -03:00
lvm.h macro 'tostring' is used only by 'luaV_concat' 2014-03-31 15:37:52 -03:00
lzio.c
lzio.h
makefile