bugs
bug: rawset/rawget do not ignore extra arguments
2005-03-11 12:51:08 -03:00
lapi.c
details
2005-04-05 12:35:15 -03:00
lapi.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lauxlib.c
new "primitive" getn
2005-03-16 13:58:41 -03:00
lauxlib.h
better control for compatibility code
2005-03-29 13:20:48 -03:00
lbaselib.c
no more LUA_FIRSTINDEX
2005-03-28 14:17:53 -03:00
lcode.c
new operation *t (for size of t) (may yet be removed...)
2005-03-16 13:59:21 -03:00
lcode.h
new operation *t (for size of t) (may yet be removed...)
2005-03-16 13:59:21 -03:00
ldblib.c
`luaconf.h´ exports all its definitions always (so all of them
2005-03-08 17:10:05 -03:00
ldebug.c
small optimizations
2005-04-05 10:41:29 -03:00
ldebug.h
new macro lua_threadyield' + lock stuff in luaconf.h' + details
2004-06-02 16:07:55 -03:00
ldo.c
small optimizations
2005-04-05 10:41:29 -03:00
ldo.h
tighter tests for stack overflow
2004-09-08 11:23:09 -03:00
ldump.c
function constants may include boolean values
2004-10-04 16:01:12 -03:00
lfunc.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lfunc.h
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lgc.c
better name for GC pause
2005-03-22 13:04:29 -03:00
lgc.h
details
2005-02-23 14:30:22 -03:00
linit.c
new protocol to open standard libraries
2005-04-13 14:24:20 -03:00
liolib.c
avoid name colision with `close' function
2005-03-18 15:01:14 -03:00
llex.c
details
2004-12-03 18:54:12 -02:00
llex.h
C stack is the same for the parser and the interpreter, so depth
2005-04-07 10:09:07 -03:00
llimits.h
luac´ -> luai' (to avoid confusion with other luac stuff)
2005-03-09 13:28:07 -03:00
lmathlib.c
new functions (to complete math.h)
2005-03-04 15:57:03 -03:00
lmem.c
details
2005-02-23 14:30:22 -03:00
lmem.h
try to avoid warnings
2005-03-18 13:38:02 -03:00
loadlib.c
new protocol to open standard libraries
2005-04-13 14:24:20 -03:00
lobject.c
wrong comment corrected
2005-03-28 09:53:40 -03:00
lobject.h
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lopcodes.c
new operation *t (for size of t) (may yet be removed...)
2005-03-16 13:59:21 -03:00
lopcodes.h
new operation *t (for size of t) (may yet be removed...)
2005-03-16 13:59:21 -03:00
loslib.c
more cleaning on configurations
2005-03-18 15:02:04 -03:00
lparser.c
C stack is the same for the parser and the interpreter, so depth
2005-04-07 10:09:07 -03:00
lparser.h
luac´ -> luai' (to avoid confusion with other luac stuff)
2005-03-09 13:28:07 -03:00
lstate.c
detail
2005-04-05 12:57:59 -03:00
lstate.h
small optimizations
2005-04-05 10:41:29 -03:00
lstring.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lstring.h
details
2005-02-23 14:30:22 -03:00
lstrlib.c
avoid name conflict with some spurious included header files
2005-03-22 13:54:29 -03:00
ltable.c
detail
2005-04-01 10:51:37 -03:00
ltable.h
new "primitive" getn
2005-03-16 13:58:41 -03:00
ltablib.c
no more LUA_FIRSTINDEX
2005-03-28 14:17:53 -03:00
ltests.c
no more LUA_FIRSTINDEX
2005-03-28 14:17:53 -03:00
ltests.h
new protocol to open standard libraries
2005-04-13 14:24:20 -03:00
ltm.c
new mod' (%') operator
2005-03-08 15:00:16 -03:00
ltm.h
new mod' (%') operator
2005-03-08 15:00:16 -03:00
lua.c
new protocol to open standard libraries
2005-04-13 14:24:20 -03:00
lua.h
no more LUA_FIRSTINDEX
2005-03-28 14:17:53 -03:00
luaconf.h
detail for Windows (untested)
2005-04-07 10:52:45 -03:00
lualib.h
new protocol to open standard libraries
2005-04-13 14:24:20 -03:00
lundump.c
function constants may include boolean values
2004-10-04 16:01:12 -03:00
lundump.h
zio does not keep "source" name (nobody uses it)
2003-08-25 16:51:54 -03:00
lvm.c
detail
2005-04-11 15:01:29 -03:00
lvm.h
removed dirt optimizations that gave small gains
2005-04-04 15:12:51 -03:00
lzio.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lzio.h
buffer should better use `size_t' for its size
2003-10-03 13:05:34 -03:00
makefile
new organization using only one library
2005-04-07 10:52:19 -03:00