Go to file
Roberto Ierusalimschy 04b143ddf9 avoid C stack overflow during parsing 2002-11-22 14:35:20 -02:00
bugs GC metamethod stored in a weak metatable being collected together with 2002-08-30 16:08:30 -03:00
lapi.c keep L->ci->base in L->base for faster access 2002-11-21 13:16:04 -02:00
lapi.h `luaA_index' is a local macro now 2002-03-04 18:29:41 -03:00
lauxlib.c better names for auxiliar functions 2002-11-14 13:41:38 -02:00
lauxlib.h better names for auxiliar functions 2002-11-14 13:41:38 -02:00
lbaselib.c messages 2002-11-18 09:20:01 -02:00
lcode.c documentation for write barriers 2002-11-14 14:15:53 -02:00
lcode.h details 2002-06-12 16:16:00 -03:00
ldblib.c details 2002-11-18 13:23:43 -02:00
ldebug.c keep L->ci->base in L->base for faster access 2002-11-21 13:16:04 -02:00
ldebug.h new representation for hooks (to allow asynchronous calls to sethook) 2002-11-18 09:01:55 -02:00
ldo.c new macro `condhardstacktests' to control hard stack tests 2002-11-21 15:19:11 -02:00
ldo.h detail 2002-11-22 11:59:04 -02:00
ldump.c module for dumping chunks 2002-10-25 18:31:28 -03:00
lfunc.c documentation for write barriers 2002-11-14 14:15:53 -02:00
lfunc.h first implementation of independent global table per function 2002-06-20 17:41:46 -03:00
lgc.c new macro `condhardstacktests' to control hard stack tests 2002-11-21 15:19:11 -02:00
lgc.h new structure for collectable objects, sharing a common header 2002-08-30 16:09:21 -03:00
linit.c obsolete module; not part of the oficial distribution 2000-08-09 11:50:13 -03:00
liolib.c include file name in error messages 2002-11-18 14:53:19 -02:00
llex.c details 2002-10-23 16:08:13 -03:00
llex.h avoid C stack overflow during parsing 2002-11-22 14:35:20 -02:00
llimits.h avoid C stack overflow during parsing 2002-11-22 14:35:20 -02:00
lmathlib.c better names for auxiliar functions 2002-11-14 13:41:38 -02:00
lmem.c global_State must be deallocated (and so allocated) with NULL also 2002-11-21 12:14:42 -02:00
lmem.h new way to handle errors 2002-05-01 17:48:12 -03:00
lobject.c keep L->ci->base in L->base for faster access 2002-11-21 13:16:04 -02:00
lobject.h better code to signal write barriers 2002-11-14 14:16:21 -02:00
lopcodes.c new simetric format for ABC instructions, to avoid exchanging operands 2002-08-20 17:03:05 -03:00
lopcodes.h details 2002-08-21 15:56:33 -03:00
lparser.c avoid C stack overflow during parsing 2002-11-22 14:35:20 -02:00
lparser.h use of different buffers for scanner and concatenation 2002-10-08 15:46:08 -03:00
lstate.c keep L->ci->base in L->base for faster access 2002-11-21 13:16:04 -02:00
lstate.h easier way to keep `base' correct 2002-11-21 13:46:44 -02:00
lstring.c better control over GCObjects 2002-11-13 09:32:26 -02:00
lstring.h cleaning the stage for generational collection 2002-08-16 11:45:55 -03:00
lstrlib.c better names for auxiliar functions 2002-11-14 13:41:38 -02:00
ltable.c documentation for write barriers 2002-11-14 14:15:53 -02:00
ltable.h detail (`key' is always on stack) 2002-11-07 14:03:33 -02:00
ltablib.c better names for auxiliar functions 2002-11-14 13:41:38 -02:00
ltests.c support for tests of yield inside hooks + better support for tests 2002-11-18 13:24:27 -02:00
ltests.h details 2002-11-19 15:42:32 -02:00
ltm.c back to `__mode' metafield to specify weakness 2002-11-14 10:01:35 -02:00
ltm.h back to `__mode' metafield to specify weakness 2002-11-14 10:01:35 -02:00
lua.c option -l does a `require', instead of `dofile' 2002-11-19 11:49:43 -02:00
lua.h new representation for hooks (to allow asynchronous calls to sethook) 2002-11-18 09:01:55 -02:00
lualib.h LUA_ALERT is no longer used 2002-07-09 15:49:13 -03:00
lundump.c documentation for write barriers 2002-11-14 14:15:53 -02:00
lundump.h Writer type must be public (so, in lua.h) 2002-10-25 18:30:49 -03:00
lvm.c small bug: previous call may change `base' 2002-11-21 15:19:42 -02:00
lvm.h better code to signal write barriers 2002-11-14 14:16:21 -02:00
lzio.c use of different buffers for scanner and concatenation 2002-10-08 15:46:08 -03:00
lzio.h use of different buffers for scanner and concatenation 2002-10-08 15:46:08 -03:00
makefile new module, ldump.c 2002-10-25 18:38:17 -03:00
manual.tex towards 5.0 beta 2002-11-18 12:39:34 -02:00