bugs
|
bug: rawset/rawget do not ignore extra arguments
|
2005-03-11 12:51:08 -03:00 |
lapi.c
|
new "primitive" getn
|
2005-03-16 13:58:41 -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
|
all function declarations surround name with parentheses
|
2005-01-10 15:31:50 -02:00 |
lbaselib.c
|
new "primitive" getn
|
2005-03-16 13:58:41 -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
|
`luac' may generate code without upvalue names
|
2004-12-20 13:50:00 -02:00 |
ldebug.h
|
new macro `lua_threadyield' + lock stuff in `luaconf.h' + details
|
2004-06-02 16:07:55 -03:00 |
ldo.c
|
call limit may be larger than shorts
|
2005-03-18 15:55:09 -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
|
detail
|
2005-03-16 17:02:48 -03:00 |
lgc.h
|
details
|
2005-02-23 14:30:22 -03:00 |
linit.c
|
details
|
2005-03-08 10:37:55 -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
|
details
|
2004-12-03 18:54:12 -02: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
|
avoid too much configuration options
|
2005-03-18 13:38:43 -03:00 |
lobject.c
|
`luac´ -> `luai' (to avoid confusion with other luac stuff)
|
2005-03-09 13:28:07 -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
|
new operation *t (for size of t) (may yet be removed...)
|
2005-03-16 13:59:21 -03:00 |
lparser.h
|
`luac´ -> `luai' (to avoid confusion with other luac stuff)
|
2005-03-09 13:28:07 -03:00 |
lstate.c
|
more cleaning on configurations
|
2005-03-18 15:02:04 -03:00 |
lstate.h
|
call limit may be larger than shorts
|
2005-03-18 15:55:09 -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
|
`luaconf.h´ exports all its definitions always (so all of them
|
2005-03-08 17:10:05 -03:00 |
ltable.c
|
new "primitive" getn
|
2005-03-16 13:58:41 -03:00 |
ltable.h
|
new "primitive" getn
|
2005-03-16 13:58:41 -03:00 |
ltablib.c
|
new "primitive" getn
|
2005-03-16 13:58:41 -03:00 |
ltests.c
|
new "primitive" getn
|
2005-03-16 13:58:41 -03:00 |
ltests.h
|
no more `lua_userinit' macro
|
2005-01-10 14:31:30 -02: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
|
gets `debug.traceback' current when error occurs
|
2005-01-10 15:21:10 -02:00 |
lua.h
|
C functions and userdata also have environments
|
2005-02-18 10:40:02 -02:00 |
luaconf.h
|
more cleaning on configurations
|
2005-03-18 15:02:04 -03:00 |
lualib.h
|
no more `lua_userinit' macro
|
2005-01-10 14:31:30 -02: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
|
internal definitions have prefix `luai_'
|
2005-03-18 15:01:37 -03:00 |
lvm.h
|
small steps towards yields in iterators and tag methods
|
2004-05-14 16:25:09 -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
|
small changes
|
2004-12-22 11:05:33 -02:00 |