Go to file
2004-12-03 18:35:33 -02:00
bugs better patch for buffer overflow error 2004-11-03 10:22:39 -02:00
lapi.c better support for 64-bit machines 2004-11-24 16:55:56 -02: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 use of parentheses around macro parameters in call lists, to avoid 2004-10-18 09:51:44 -03:00
lbaselib.c first full implementation of new package system 2004-11-18 17:53:49 -02: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 detail 2004-11-17 10:02:41 -02:00
ldebug.c cannot jump to a setlist count 2004-10-07 14:27:00 -03:00
ldebug.h new macro lua_threadyield' + lock stuff in luaconf.h' + details 2004-06-02 16:07:55 -03:00
ldo.c added an `L' parameter to macros L_TRY & L_THROW (someone may need it). 2004-12-01 13:52:54 -02: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 better names for `luaM_free...' macros 2004-11-24 17:20:21 -02:00
lfunc.h TObject' renamed to TValue' + other name changes and better assertions 2003-12-10 10:13:36 -02:00
lgc.c better names for `luaM_free...' macros 2004-11-24 17:20:21 -02: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 details 2004-12-02 10:59:10 -02:00
llex.h details 2004-12-02 10:59:10 -02:00
llimits.h better support for 64-bit machines 2004-11-24 16:55:56 -02:00
lmathlib.c no more USE_DEGREES option 2004-05-10 15:11:32 -03:00
lmem.c better control of overflows in size computations 2004-12-01 13:46:18 -02:00
lmem.h better control of overflows in size computations 2004-12-01 13:46:18 -02:00
loadlib.c needs to include stdlib.h' to access getenv' 2004-11-19 13:52:12 -02:00
lobject.c details 2004-11-24 17:16:03 -02:00
lobject.h better implementation for `floating-point bytes' 2004-11-01 12:06:50 -03:00
lopcodes.c details 2004-12-02 10:59:10 -02:00
lopcodes.h details 2004-12-02 10:59:10 -02:00
loslib.c avoid name chash in `all.c' 2004-10-08 15:57:16 -03:00
lparser.c static names do not need `luaX_' prefix 2004-12-03 18:35:33 -02:00
lparser.h new way to use vararg' parameters (with ...') 2004-05-31 15:51:50 -03:00
lstate.c better names for `luaM_free...' macros 2004-11-24 17:20:21 -02:00
lstate.h cleaner API for coroutines 2004-09-15 17:39:42 -03:00
lstring.c details 2004-11-24 17:16:03 -02:00
lstring.h better control over memory-size overflows 2004-11-19 13:52:40 -02:00
lstrlib.c detail 2004-12-01 13:46:06 -02:00
ltable.c better names for `luaM_free...' macros 2004-11-24 17:20:21 -02:00
ltable.h small optimization for table size in machines with double allignment 2004-10-06 15:34:16 -03:00
ltablib.c `setn' returns its "self" (the table) 2004-06-15 10:37:21 -03:00
ltests.c better implementation for `floating-point bytes' 2004-11-01 12:06:50 -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 first full implementation of new package system 2004-11-18 17:53:49 -02:00
lua.h `LUA_FIRSTINDEX' should not be configurable 2004-12-01 13:50:18 -02:00
luaconf.h added an `L' parameter to macros L_TRY & L_THROW (someone may need it). 2004-12-01 13:52:54 -02: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 better implementation for `floating-point bytes' 2004-11-01 12:06:50 -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