Go to file
Roberto Ierusalimschy 746a1d612b small bug (type error) 2005-06-07 15:53:45 -03:00
bugs bug: rawset/rawget do not ignore extra arguments 2005-03-11 12:51:08 -03:00
lapi.c lua_objsize -> lua_objlen (more compatible with use of `len´ in other 2005-05-31 11:34:02 -03:00
lapi.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lauxlib.c lua_objsize -> lua_objlen (more compatible with use of `len´ in other 2005-05-31 11:34:02 -03:00
lauxlib.h lua_objsize -> lua_objlen (more compatible with use of `len´ in other 2005-05-31 11:34:02 -03:00
lbaselib.c luaL_findstring -> luaL_checkoption 2005-05-25 10:21:26 -03:00
lcode.c small bug (type error) 2005-06-07 15:53:45 -03:00
lcode.h details 2005-05-20 12:53:42 -03:00
ldblib.c several small details 2005-05-17 16:49:15 -03:00
ldebug.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
ldebug.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldo.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
ldo.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldump.c several small details 2005-05-17 16:49:15 -03:00
lfunc.c debug information for last line of a function definition 2005-05-05 17:47:02 -03:00
lfunc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lgc.c small bug (type error) 2005-06-07 15:53:45 -03:00
lgc.h small bug (type error) 2005-06-07 15:53:45 -03:00
linit.c new protocol to open standard libraries 2005-04-13 14:24:20 -03:00
liolib.c optional size for 'setvbuf' 2005-06-06 15:42:21 -03:00
llex.c several small details 2005-05-17 16:49:15 -03:00
llex.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
llimits.h `luac´ -> `luai' (to avoid confusion with other luac stuff) 2005-03-09 13:28:07 -03:00
lmathlib.c new functions (to complete math.h) 2005-03-04 15:57:03 -03:00
lmem.c details 2005-02-23 14:30:22 -03:00
lmem.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
loadlib.c better use defined/undefined as flag values for macros 2005-05-20 16:09:05 -03:00
lobject.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
lobject.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
lopcodes.c details 2005-05-20 12:53:42 -03:00
lopcodes.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
loslib.c luaL_findstring -> luaL_checkoption 2005-05-25 10:21:26 -03:00
lparser.c details 2005-05-20 12:53:42 -03:00
lparser.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstate.c small improvement 2005-06-03 17:16:16 -03:00
lstate.h small improvement 2005-06-03 17:16:16 -03:00
lstring.c C functions and userdata also have environments 2005-02-18 10:40:02 -02:00
lstring.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstrlib.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
ltable.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
ltable.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
ltablib.c several small details 2005-05-17 16:49:15 -03:00
ltests.c lua_objsize -> lua_objlen (more compatible with use of `len´ in other 2005-05-31 11:34:02 -03:00
ltests.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
ltm.c details 2005-05-20 12:53:42 -03:00
ltm.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
lua.c small improvement 2005-06-03 17:16:16 -03:00
lua.h lua_objsize -> lua_objlen (more compatible with use of `len´ in other 2005-05-31 11:34:02 -03:00
luaconf.h __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) 2005-06-01 14:07:45 -03:00
lualib.h new protocol to open standard libraries 2005-04-13 14:24:20 -03:00
lundump.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
lundump.h several small details 2005-05-17 16:49:15 -03:00
lvm.c warnings in VS .Net 2005-05-31 11:25:18 -03:00
lvm.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lzio.c small improvement 2005-06-03 17:16:16 -03:00
lzio.h several small details 2005-05-17 16:49:15 -03:00
makefile LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN 2005-05-09 10:14:14 -03:00