Go to file
Roberto Ierusalimschy f966404ed6 simpler implementation for valid/acceptable indices 2003-05-09 17:16:54 -03:00
bugs bug: zio mixes a 255 as first char in a buffer with EOZ 2003-03-20 13:00:56 -03:00
lapi.c simpler implementation for valid/acceptable indices 2003-05-09 17:16:54 -03:00
lapi.h `luaA_index' is a local macro now 2002-03-04 18:29:41 -03:00
lauxlib.c luaL_getn/setn must operate correctly over negative indices 2003-04-07 11:35:00 -03:00
lauxlib.h warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
lbaselib.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
lcode.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
lcode.h OP_TFORLOOP uses extra stack space 2002-12-11 10:34:22 -02:00
ldblib.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ldebug.c avoid warnings (`Instruction' may not fit into an `int') 2003-04-28 10:31:06 -03:00
ldebug.h new representation for hooks (to allow asynchronous calls to sethook) 2002-11-18 09:01:55 -02:00
ldo.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ldo.h new function `lua_cpcall' 2002-12-04 15:29:32 -02:00
ldump.c last changes by lhf 2003-04-10 14:39:41 -03:00
lfunc.c name changes to avoid name collision between macros and variables 2003-03-18 09:50:04 -03:00
lfunc.h name changes to avoid name collision between macros and variables 2003-03-18 09:50:04 -03:00
lgc.c Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
lgc.h bug: GC metamethod calls could mess C/Lua stack syncronization 2003-02-28 16:45:15 -03:00
linit.c obsolete module; not part of the oficial distribution 2000-08-09 11:50:13 -03:00
liolib.c detail 2003-04-30 17:24:38 -03:00
llex.c chars from zio are always unsigned 2003-03-24 09:39:34 -03:00
llex.h better error message for (deprecated) "%global" 2003-02-28 14:19:47 -03:00
llimits.h comments 2003-04-28 16:57:50 -03:00
lmathlib.c ^ operator is defined by global `__pow' 2003-03-11 09:30:37 -03:00
lmem.c each .c file defines its own name 2002-12-04 15:38:31 -02:00
lmem.h new way to handle errors 2002-05-01 17:48:12 -03:00
loadlib.c new scheme to control `loadlib' configuration (default for dlopen 2003-04-07 17:11:53 -03:00
lobject.c simpler log2 implementation 2003-04-28 10:30:14 -03:00
lobject.h Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
lopcodes.c each .c file defines its own name 2002-12-04 15:38:31 -02:00
lopcodes.h details 2002-08-21 15:56:33 -03:00
lparser.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
lparser.h different variables for number of upvalues and size of upvalue array 2003-02-11 08:46:24 -02:00
lstate.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
lstate.h Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
lstring.c Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
lstring.h cleaning the stage for generational collection 2002-08-16 11:45:55 -03:00
lstrlib.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ltable.c Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
ltable.h name changes to avoid name collision between macros and variables 2003-03-18 09:50:04 -03:00
ltablib.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ltests.c test function for lua_setgcthreshold 2003-04-28 16:58:06 -03:00
ltests.h new facilities to test memory overflow in main.c 2002-12-04 15:29:05 -02:00
ltm.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ltm.h back to `__mode' metafield to specify weakness 2002-11-14 10:01:35 -02:00
lua.c `getn' doesn't need this field (values cannot be nil) 2003-05-07 13:02:16 -03:00
lua.h detail (change place of a prototype) 2003-03-18 09:31:39 -03:00
lualib.h detail 2003-03-18 09:24:26 -03:00
lundump.c last changes by lhf 2003-04-10 14:39:41 -03:00
lundump.h last changes by lhf 2003-04-10 14:39:41 -03:00
lvm.c inlining of `luaV_gettable' were too complex (dirty) 2003-05-05 15:39:57 -03:00
lvm.h inlining of `luaV_gettable' were too complex (dirty) 2003-05-05 15:39:57 -03:00
lzio.c bug: zio mixes a 255 as first char in a buffer with EOZ 2003-03-20 13:00:56 -03:00
lzio.h bug: zio mixes a 255 as first char in a buffer with EOZ 2003-03-20 13:00:56 -03:00
makefile new scheme to control `loadlib' configuration (default for dlopen 2003-04-07 17:11:53 -03:00