Go to file
Roberto Ierusalimschy 0316308c0d removed dirt optimizations that gave small gains 2005-04-04 15:12:51 -03:00
bugs bug: rawset/rawget do not ignore extra arguments 2005-03-11 12:51:08 -03:00
lapi.c removed dirt optimizations that gave small gains 2005-04-04 15:12:51 -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 removed dirt optimizations that gave small gains 2005-04-04 15:12:51 -03:00
ldebug.h new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 2004-06-02 16:07:55 -03:00
ldo.c better control for compatibility code 2005-03-29 13:20:48 -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 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 details 2005-03-30 16:50:29 -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 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 better name for GC pause 2005-03-22 13:04:29 -03:00
lstate.h better name for GC pause 2005-03-22 13:04: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 small errors in previous `ci' of luaconf.h. 2005-03-18 15:55:45 -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 details 2005-03-30 16:50:29 -03:00
lua.h no more LUA_FIRSTINDEX 2005-03-28 14:17:53 -03:00
luaconf.h better control for compatibility code 2005-03-29 13:20:48 -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 removed dirt optimizations that gave small gains 2005-04-04 15:12:51 -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 small changes 2004-12-22 11:05:33 -02:00