bugs
|
bug: luaD_protectedparser must protect its garbage collection too
|
2003-01-23 09:31:38 -02:00 |
lapi.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
auxiliary function to check userdata with types
|
2003-02-11 13:32:31 -02:00 |
lauxlib.h
|
auxiliary function to check userdata with types
|
2003-02-11 13:32:31 -02:00 |
lbaselib.c
|
restore _REQUIREDNAME after requiring a file
|
2003-02-18 13:02:13 -03:00 |
lcode.c
|
OP_TFORLOOP uses extra stack space
|
2002-12-11 10:34:22 -02:00 |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
2002-12-11 10:34:22 -02:00 |
ldblib.c
|
`openlib' functions return new module
|
2002-12-20 08:26:33 -02:00 |
ldebug.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
ldebug.h
|
new representation for hooks (to allow asynchronous calls to sethook)
|
2002-11-18 09:01:55 -02:00 |
ldo.c
|
create arg table with correct size
|
2003-02-13 14:08:47 -02:00 |
ldo.h
|
new function `lua_cpcall'
|
2002-12-04 15:29:32 -02:00 |
ldump.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lfunc.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lfunc.h
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lgc.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lgc.h
|
resist errors in finalizers during lua_close
|
2003-02-10 15:32:50 -02:00 |
linit.c
|
obsolete module; not part of the oficial distribution
|
2000-08-09 11:50:13 -03:00 |
liolib.c
|
use C names for C types
|
2003-02-11 13:31:50 -02:00 |
llex.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
llex.h
|
avoid C stack overflow during parsing
|
2002-11-22 14:35:20 -02:00 |
llimits.h
|
simpler interface to hooks + use of `int' to count hooks
|
2002-11-25 15:47:13 -02:00 |
lmathlib.c
|
`openlib' functions return new module
|
2002-12-20 08:26:33 -02: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 |
lobject.c
|
details
|
2003-01-27 11:00:43 -02:00 |
lobject.h
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02: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
|
compatibility with '%' syntax is optional
|
2003-02-11 08:49:53 -02:00 |
lparser.h
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lstate.c
|
`defaultmeta' is always empty, but registry needs some space for
|
2003-02-13 14:07:57 -02:00 |
lstate.h
|
simpler interface to hooks + use of `int' to count hooks
|
2002-11-25 15:47:13 -02:00 |
lstring.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lstring.h
|
cleaning the stage for generational collection
|
2002-08-16 11:45:55 -03:00 |
lstrlib.c
|
string.byte returns nil if index is out-of-range
|
2003-02-12 07:10:41 -02:00 |
ltable.c
|
simpler way to count uses
|
2003-02-13 14:08:32 -02:00 |
ltable.h
|
detail (`key' is always on stack)
|
2002-11-07 14:03:33 -02:00 |
ltablib.c
|
getn/setn in C moved to lauxlib
|
2003-01-27 11:46:16 -02:00 |
ltests.c
|
warning
|
2003-02-10 15:31:13 -02:00 |
ltests.h
|
new facilities to test memory overflow in main.c
|
2002-12-04 15:29:05 -02:00 |
ltm.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
ltm.h
|
back to `__mode' metafield to specify weakness
|
2002-11-14 10:01:35 -02:00 |
lua.c
|
argv[0] may be NULL
|
2003-01-29 11:23:45 -02:00 |
lua.h
|
final version
|
2003-02-18 13:01:57 -03:00 |
lualib.h
|
LUA_ALERT is no longer used
|
2002-07-09 15:49:13 -03:00 |
lundump.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lundump.h
|
dump/undump of upvalue names
|
2003-01-27 13:52:57 -02:00 |
lvm.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lvm.h
|
better code to signal write barriers
|
2002-11-14 14:16:21 -02:00 |
lzio.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lzio.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
makefile
|
new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)
|
2002-12-06 15:20:45 -02:00 |