Go to file
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
bugs bug: rawset/rawget do not ignore extra arguments 2005-03-11 12:51:08 -03:00
lapi.c new API function `lua_tolstring' 2005-05-16 16:21:11 -03:00
lapi.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lauxlib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lauxlib.h better control for compatibility code 2005-03-29 13:20:48 -03:00
lbaselib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lcode.c new operation *t (for size of t) (may yet be removed...) 2005-03-16 13:59:21 -03:00
lcode.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldblib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
ldebug.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
ldebug.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldo.c better tests for correctness of `savedpc' 2005-05-03 16:01:17 -03:00
ldo.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldump.c debug information for last line of a function definition 2005-05-05 17:47:02 -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 metatables for all types 2005-05-05 12:34:03 -03:00
lgc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
linit.c new protocol to open standard libraries 2005-04-13 14:24:20 -03:00
liolib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
llex.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
llex.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -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 quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lobject.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lobject.h debug information for last line of a function definition 2005-05-05 17:47:02 -03:00
lopcodes.c no more compatibility code for traversing tables 2005-05-04 17:42:28 -03:00
lopcodes.h no more compatibility code for traversing tables 2005-05-04 17:42:28 -03:00
loslib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lparser.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lparser.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstate.c metatables for all types 2005-05-05 12:34:03 -03:00
lstate.h metatables for all types 2005-05-05 12:34:03 -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 better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
ltable.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
ltable.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ltablib.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
ltests.c better tests for correctness of `savedpc' 2005-05-03 16:01:17 -03:00
ltests.h better tests for correctness of `savedpc' 2005-05-03 16:01:17 -03:00
ltm.c metatables for all types 2005-05-05 12:34:03 -03:00
ltm.h metatables for all types 2005-05-05 12:34:03 -03:00
lua.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lua.h new API function `lua_tolstring' 2005-05-16 16:21:11 -03:00
luaconf.h better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lualib.h new protocol to open standard libraries 2005-04-13 14:24:20 -03:00
lundump.c debug information for last line of a function definition 2005-05-05 17:47:02 -03:00
lundump.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lvm.c better quotes for strings in error messages 2005-05-16 18:19:00 -03:00
lvm.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lzio.c new scheme for configuration through `luaconf.h' 2004-04-30 17:13:38 -03:00
lzio.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
makefile LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN 2005-05-09 10:14:14 -03:00