Go to file
Roberto Ierusalimschy e89945aaa1 syntax `...=var' changed to `var=...' 2003-07-29 15:51:00 -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 Move nothing when there is nothing to move 2003-07-07 10:34:25 -03:00
lapi.h `luaA_index' is a local macro now 2002-03-04 18:29:41 -03:00
lauxlib.c fully-weak tables are more efficient 2003-05-16 15:59:08 -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 fully-weak tables are more efficient 2003-05-16 15:59:08 -03:00
lcode.c better information about instruction behavior (use of arguments) 2003-05-14 09:09:12 -03:00
lcode.h OP_TFORLOOP uses extra stack space 2002-12-11 10:34:22 -02:00
ldblib.c `debug' library can operate over other threads 2003-07-07 10:37:08 -03:00
ldebug.c new way to control `pc' of running functions 2003-07-16 17:49:02 -03:00
ldebug.h new way to control `pc' of running functions 2003-07-16 17:49:02 -03:00
ldo.c we do not need a default panic (that does nothing anyway...) 2003-07-16 17:51:47 -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 new way to control `pc' of running functions 2003-07-16 17:49:02 -03:00
lgc.h new way to control `pc' of running functions 2003-07-16 17:49:02 -03:00
linit.c obsolete module; not part of the oficial distribution 2000-08-09 11:50:13 -03:00
liolib.c details 2003-07-09 09:08:43 -03:00
llex.c `#!' is detected by loadfile, not by the lexer 2003-05-15 09:20:24 -03:00
llex.h better error message for (deprecated) "%global" 2003-02-28 14:19:47 -03:00
llimits.h ok to use `#elif' and `#if defined()' 2003-05-14 18:01:53 -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 ok to use `#elif' and `#if defined()' 2003-05-14 18:01:53 -03:00
lobject.c detail 2003-06-10 09:36:26 -03:00
lobject.h Lua does not need all those different types... 2003-04-28 16:26:16 -03:00
lopcodes.c details 2003-05-14 18:09:53 -03:00
lopcodes.h comments 2003-05-15 16:46:03 -03:00
lparser.c syntax `...=var' changed to `var=...' 2003-07-29 15:51:00 -03:00
lparser.h more changes to reduce stack usage by the parser 2003-07-09 17:11:30 -03:00
lstate.c we do not need a default panic (that does nothing anyway...) 2003-07-16 17:51:47 -03:00
lstate.h new way to control `pc' of running functions 2003-07-16 17:49:02 -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 new function `string.reverse' 2003-05-14 11:35:54 -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 details 2003-07-09 09:08:43 -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 define a `lua_isthread' for completeness 2003-07-07 10:30:57 -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 LUA_SIGNATURE is public 2003-05-15 09:20:04 -03:00
lvm.c new way to control `pc' of running functions 2003-07-16 17:49:02 -03:00
lvm.h new way to control `pc' of running functions 2003-07-16 17:49:02 -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