Go to file
Roberto Ierusalimschy 5d4bf35ec9 bug: syntax `local function' does not increment stack size 2003-09-29 13:41:35 -03:00
bugs bug: syntax `local function' does not increment stack size 2003-09-29 13:41:35 -03:00
lapi.c parser fully reentrant(!) 2003-08-27 18:01:44 -03:00
lapi.h
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 new function (generic) `load' 2003-08-27 18:02:08 -03:00
lcode.c parser fully reentrant(!) 2003-08-27 18:01:44 -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 bug: cannot invalidate a running coroutine 2003-09-05 11:30:59 -03:00
ldo.h parser fully reentrant(!) 2003-08-27 18:01:44 -03:00
ldump.c no more checks for non-default compilation options + luaU_dump has 2003-08-15 10:48:53 -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 parser fully reentrant(!) 2003-08-27 18:01:44 -03:00
lgc.h bug: userdata to be collected still counts into new GC threshold, 2003-07-29 16:25:37 -03:00
linit.c
liolib.c bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate 2003-08-25 16:49:47 -03:00
llex.c some changes in error reporting 2003-09-04 17:00:28 -03:00
llex.h parser fully reentrant(!) 2003-08-27 18:01:44 -03:00
llimits.h no need for a maximum number of parameters (maximum number of locals 2003-07-29 16:26:34 -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
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 parser fully reentrant(!) 2003-08-27 18:01:44 -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 bug: syntax `local function' does not increment stack size 2003-09-29 13:41:35 -03:00
lparser.h zio does not keep "source" name (nobody uses it) 2003-08-25 16:51:54 -03:00
lstate.c main thread and global state are allocated in a single block 2003-09-04 17:19:07 -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
lstrlib.c new function `string.reverse' 2003-05-14 11:35:54 -03:00
ltable.c new auxiliary function `luaH_setstr' 2003-08-26 09:04:13 -03:00
ltable.h new auxiliary function `luaH_setstr' 2003-08-26 09:04:13 -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 no need for a maximum number of parameters (maximum number of locals 2003-07-29 16:26:34 -03:00
ltests.h
ltm.c warnings from several compilers (mainly typecasts when lua_Number is float) 2003-04-03 10:35:34 -03:00
ltm.h
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 parser fully reentrant(!) 2003-08-27 18:01:44 -03:00
lundump.h zio does not keep "source" name (nobody uses it) 2003-08-25 16:51:54 -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 reader runs outside core Lua 2003-08-27 17:57:52 -03:00
lzio.h simpler manipulation of buffer count in scanner 2003-08-28 11:38:46 -03:00
makefile new scheme to control `loadlib' configuration (default for dlopen 2003-04-07 17:11:53 -03:00