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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03: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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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 bug for tail-recursive debugging
2005-04-14 10:30:47 -03:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
better tests for correctness of `savedpc'
2005-05-03 16:01:17 -03:00
ldo.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldump.c
function constants may include boolean values
2004-10-04 16:01:12 -03:00
lfunc.c
small bug
2005-04-29 10:54:05 -03:00
lfunc.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lgc.c
better name for GC pause
2005-03-22 13:04:29 -03:00
lgc.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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
nesting of long strings only in compatibility mode
2005-04-27 15:37:51 -03:00
llex.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03: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
comment
2005-04-29 09:43:47 -03:00
lparser.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstate.c
detail
2005-04-05 12:57:59 -03:00
lstate.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstring.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lstring.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ltablib.c
no more LUA_FIRSTINDEX
2005-03-28 14:17:53 -03:00
ltests.c
better tests for correctness of `savedpc'
2005-05-03 16:01:17 -03:00
ltests.h
better tests for correctness of `savedpc'
2005-05-03 16:01:17 -03:00
ltm.c
new mod' (%') operator
2005-03-08 15:00:16 -03:00
ltm.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -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
2005-04-29 10:53:59 -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
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lvm.c
`*' operator is primitive only for tables
2005-05-02 14:49:43 -03:00
lvm.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lzio.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lzio.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
makefile
new organization using only one library
2005-04-07 10:52:19 -03:00