bugs
|
BUG: `strfind' does not handle \0 in plain search.
|
25 years ago |
lapi.c
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
25 years ago |
lapi.h
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
25 years ago |
lauxlib.c
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lauxlib.h
|
details
|
25 years ago |
lbuffer.c
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lbuiltin.c
|
new tests for begin/end blocks and multi-state
|
25 years ago |
lbuiltin.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
ldblib.c
|
new macro luaL_openl
|
25 years ago |
ldo.c
|
configurable stack size + some corrections in error recovery in
|
25 years ago |
ldo.h
|
`lua_newstate' gets the inital stack size and other arguments
|
25 years ago |
lfunc.c
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lfunc.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lgc.c
|
fixed stack; first version.
|
25 years ago |
lgc.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
linit.c
|
`lua_setfallback' leaves things on the stack, so it is better to protect
|
25 years ago |
liolib.c
|
new macro luaL_openl
|
25 years ago |
llex.c
|
missing include
|
25 years ago |
llex.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lmathlib.c
|
new macro luaL_openl
|
25 years ago |
lmem.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
25 years ago |
lmem.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lobject.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
25 years ago |
lobject.h
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
25 years ago |
lopcodes.h
|
new way to code CALLs + passing multiple arguments between function calls
|
25 years ago |
lparser.c
|
fixed stack; first version.
|
25 years ago |
lparser.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lref.c
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lref.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lstate.c
|
`lua_newstate' gets the inital stack size and other arguments
|
25 years ago |
lstate.h
|
`lua_newstate' gets the inital stack size and other arguments
|
25 years ago |
lstring.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
25 years ago |
lstring.h
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
25 years ago |
lstrlib.c
|
new macro luaL_openl
|
25 years ago |
ltable.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
25 years ago |
ltable.h
|
macros `key', `val', and `node' don't need the state
|
25 years ago |
ltm.c
|
first implementation of multiple states (reentrant code).
|
25 years ago |
ltm.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lua.c
|
`lua_newstate' gets the inital stack size and other arguments
|
25 years ago |
lua.h
|
`lua_newstate' gets the inital stack size and other arguments
|
25 years ago |
luadebug.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lualib.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lundump.c
|
modifications by lhf
|
25 years ago |
lundump.h
|
modifications by lhf
|
25 years ago |
lvm.c
|
details.
|
25 years ago |
lvm.h
|
fixed stack; first version.
|
25 years ago |
lzio.c
|
new warnings with option "-W" (gcc)
|
25 years ago |
lzio.h
|
"const" !!!
|
26 years ago |
makefile
|
simplified version of `gc' tag method (only for userdata now).
|
25 years ago |
manual.tex
|
simplified version of `gc' tag method (only for userdata now).
|
25 years ago |