Go to file
Roberto Ierusalimschy 652f885c30 detail
2004-10-04 16:07:42 -03:00
bugs bug: lua_getupvalue and setupvalue do not check for index too small. 2004-08-17 14:45:45 -03:00
lapi.c cleaner API for coroutines 2004-09-15 17:39:42 -03:00
lapi.h TObject' renamed to TValue' + other name changes and better assertions 2003-12-10 10:13:36 -02:00
lauxlib.c towards new package system 2004-09-29 18:03:14 -03:00
lauxlib.h better API for luaL_getfield/setfield 2004-09-29 18:00:25 -03:00
lbaselib.c towards new package system 2004-09-29 18:03:14 -03:00
lcode.c small optimization for boolean constants + new format for SETLIST opcode 2004-10-04 16:01:53 -03:00
lcode.h small optimization for boolean constants + new format for SETLIST opcode 2004-10-04 16:01:53 -03:00
ldblib.c small bug with coroutine tracebacks 2004-09-21 14:58:06 -03:00
ldebug.c new format for SETLIST opcode 2004-10-04 16:04:34 -03:00
ldebug.h new macro lua_threadyield' + lock stuff in luaconf.h' + details 2004-06-02 16:07:55 -03:00
ldo.c removal of unused variable 2004-09-22 09:37:52 -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 new scheme for configuration through `luaconf.h' 2004-04-30 17:13:38 -03:00
lfunc.h TObject' renamed to TValue' + other name changes and better assertions 2003-12-10 10:13:36 -02:00
lgc.c bug: barrier was wrong for generational phase 2004-09-15 17:38:15 -03:00
lgc.h bug: barrier was wrong for generational phase 2004-09-15 17:38:15 -03:00
linit.c separation between io lib and os lib 2004-07-09 12:47:48 -03:00
liolib.c better checking for read errors (with `ferror´) 2004-08-13 16:52:13 -03:00
llex.c long string delimiter changed from [*[' to [=[' 2004-09-22 11:02:00 -03:00
llex.h better error messages for some limits 2004-03-12 16:53:56 -03:00
llimits.h simpler configuration to turn on all asserts 2004-09-10 14:30:46 -03:00
lmathlib.c no more USE_DEGREES option 2004-05-10 15:11:32 -03:00
lmem.c better control for GC cycles 2004-08-30 10:44:44 -03:00
lmem.h new way to handle errors 2002-05-01 17:48:12 -03:00
loadlib.c new scheme for configuration through `luaconf.h' 2004-04-30 17:13:38 -03:00
lobject.c lua_pushfstring' now supports %p' option too 2004-07-09 13:01:38 -03:00
lobject.h new way to use vararg' parameters (with ...') 2004-05-31 15:51:50 -03:00
lopcodes.c small optimization for boolean constants + new format for SETLIST opcode 2004-10-04 16:01:53 -03:00
lopcodes.h detail 2004-10-04 16:07:42 -03:00
loslib.c small changes (due to Rici Lake) to allow testing non-supported OS functions 2004-08-05 16:30:37 -03:00
lparser.c small optimization for boolean constants + new format for SETLIST opcode 2004-10-04 16:01:53 -03:00
lparser.h new way to use vararg' parameters (with ...') 2004-05-31 15:51:50 -03:00
lstate.c cleaner API for coroutines 2004-09-15 17:39:42 -03:00
lstate.h cleaner API for coroutines 2004-09-15 17:39:42 -03:00
lstring.c first implementation of generational GC 2004-08-24 17:12:06 -03:00
lstring.h first implementation of generational GC 2004-08-24 17:12:06 -03:00
lstrlib.c string.byte truncates indices out of range 2004-08-09 10:30:33 -03:00
ltable.c small optimizations 2004-09-27 15:54:45 -03:00
ltable.h small optimization for {f()} 2004-03-26 11:02:41 -03:00
ltablib.c `setn' returns its "self" (the table) 2004-06-15 10:37:21 -03:00
ltests.c better API for luaL_getfield/setfield 2004-09-29 18:00:25 -03:00
ltests.h simpler configuration to turn on all asserts 2004-09-10 14:30:46 -03:00
ltm.c new scheme for configuration through `luaconf.h' 2004-04-30 17:13:38 -03:00
ltm.h TObject' renamed to TValue' + other name changes and better assertions 2003-12-10 10:13:36 -02:00
lua.c new way to handle _PATH (old LUA_PATH) 2004-08-30 15:35:14 -03:00
lua.h cleaner API for coroutines 2004-09-15 17:39:42 -03:00
luaconf.h details 2004-09-29 18:03:42 -03:00
lualib.h separation between io lib and os lib 2004-07-09 12:47:48 -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 small optimization for boolean constants + new format for SETLIST opcode 2004-10-04 16:01:53 -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 new libs loslib´ and linit´ 2004-09-01 10:49:20 -03:00