bugs
|
a6755e2f1a
BUG: `strfind' does not handle \0 in plain search.
|
26 năm trước cách đây |
lapi.c
|
e5743adb21
macros `key', `val', and `node' don't need the state
|
26 năm trước cách đây |
lapi.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lauxlib.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lauxlib.h
|
7d1499ba88
new macro luaL_openl
|
26 năm trước cách đây |
lbuffer.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lbuiltin.c
|
790690a223
new way to keep function arguments (with StkId instead of copy)
|
26 năm trước cách đây |
lbuiltin.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
ldblib.c
|
7d1499ba88
new macro luaL_openl
|
26 năm trước cách đây |
ldo.c
|
d29ce75737
new signature for function luaD_call (old luaD_calln)
|
26 năm trước cách đây |
ldo.h
|
d29ce75737
new signature for function luaD_call (old luaD_calln)
|
26 năm trước cách đây |
lfunc.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lfunc.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lgc.c
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
lgc.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
linit.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
liolib.c
|
7d1499ba88
new macro luaL_openl
|
26 năm trước cách đây |
llex.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
llex.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lmathlib.c
|
7d1499ba88
new macro luaL_openl
|
26 năm trước cách đây |
lmem.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lmem.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lobject.c
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
lobject.h
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
lopcodes.h
|
33b8a01032
new way to code CALLs + passing multiple arguments between function calls
|
26 năm trước cách đây |
lparser.c
|
33b8a01032
new way to code CALLs + passing multiple arguments between function calls
|
26 năm trước cách đây |
lparser.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lref.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lref.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lstate.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lstate.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lstring.c
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
lstring.h
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
lstrlib.c
|
7d1499ba88
new macro luaL_openl
|
26 năm trước cách đây |
ltable.c
|
d015f1fc02
table sizes don't need to be primes; power of 2 gives the same performance.
|
26 năm trước cách đây |
ltable.h
|
e5743adb21
macros `key', `val', and `node' don't need the state
|
26 năm trước cách đây |
ltm.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
ltm.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lua.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lua.h
|
878ef96127
comment
|
26 năm trước cách đây |
luadebug.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lualib.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lundump.c
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lundump.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lvm.c
|
33b8a01032
new way to code CALLs + passing multiple arguments between function calls
|
26 năm trước cách đây |
lvm.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 năm trước cách đây |
lzio.c
|
a7fa7bafc8
new warnings with option "-W" (gcc)
|
26 năm trước cách đây |
lzio.h
|
c787dccd9b
"const" !!!
|
26 năm trước cách đây |
makefile
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 năm trước cách đây |
manual.tex
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 năm trước cách đây |