bugs
|
BUG: `strfind' does not handle \0 in plain search.
|
1999-11-11 14:45:04 -02:00 |
lapi.c
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
1999-12-02 14:24:45 -02:00 |
lapi.h
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
1999-12-02 14:24:45 -02:00 |
lauxlib.c
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lauxlib.h
|
details
|
1999-12-03 09:26:23 -02:00 |
lbuffer.c
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lbuiltin.c
|
new tests for begin/end blocks and multi-state
|
1999-12-06 09:42:18 -02:00 |
lbuiltin.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
ldblib.c
|
new macro luaL_openl
|
1999-11-22 15:39:51 -02:00 |
ldo.c
|
configurable stack size + some corrections in error recovery in
|
1999-12-06 09:43:58 -02:00 |
ldo.h
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
lfunc.c
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lfunc.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lgc.c
|
fixed stack; first version.
|
1999-12-01 17:50:08 -02:00 |
lgc.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
linit.c
|
`lua_setfallback' leaves things on the stack, so it is better to protect
|
1999-12-06 09:43:09 -02:00 |
liolib.c
|
new macro luaL_openl
|
1999-11-22 15:39:51 -02:00 |
llex.c
|
missing include
|
1999-12-02 14:41:29 -02:00 |
llex.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lmathlib.c
|
new macro luaL_openl
|
1999-11-22 15:39:51 -02:00 |
lmem.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
1999-11-29 14:38:48 -02:00 |
lmem.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lobject.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
1999-11-26 16:59:20 -02:00 |
lobject.h
|
lua_Object is a pointer to the stack (because now the stack doen't move)
|
1999-12-02 14:24:45 -02:00 |
lopcodes.h
|
new way to code CALLs + passing multiple arguments between function calls
|
1999-11-25 16:59:43 -02:00 |
lparser.c
|
fixed stack; first version.
|
1999-12-01 17:50:08 -02:00 |
lparser.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lref.c
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lref.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lstate.c
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
lstate.h
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
lstring.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
1999-11-26 16:59:20 -02:00 |
lstring.h
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
1999-11-26 16:59:20 -02:00 |
lstrlib.c
|
new macro luaL_openl
|
1999-11-22 15:39:51 -02:00 |
ltable.c
|
table sizes don't need to be primes; power of 2 gives the same performance.
|
1999-11-26 16:59:20 -02:00 |
ltable.h
|
macros key', val', and `node' don't need the state
|
1999-11-23 11:58:02 -02:00 |
ltm.c
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
ltm.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lua.c
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
lua.h
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
luadebug.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lualib.h
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
lundump.c
|
modifications by lhf
|
1999-12-02 17:11:51 -02:00 |
lundump.h
|
modifications by lhf
|
1999-12-02 17:11:51 -02:00 |
lvm.c
|
details.
|
1999-12-06 09:40:55 -02:00 |
lvm.h
|
fixed stack; first version.
|
1999-12-01 17:50:08 -02:00 |
lzio.c
|
new warnings with option "-W" (gcc)
|
1999-11-09 15:59:35 -02:00 |
lzio.h
|
"const" !!!
|
1999-08-16 17:52:00 -03:00 |
makefile
|
simplified version of `gc' tag method (only for userdata now).
|
1999-10-04 15:51:04 -02:00 |
manual.tex
|
simplified version of `gc' tag method (only for userdata now).
|
1999-10-04 15:51:04 -02:00 |