Go to file
Roberto Ierusalimschy 2b5c1f99e5 small simplifications 2006-06-05 16:35:57 -03:00
bugs subtle problem with the garbage collector 2006-05-24 11:33:49 -03:00
lapi.c new macro LUA_RELEASE 2006-06-02 12:34:00 -03:00
lapi.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lauxlib.c BUG: luaL_checkudata may show wrong error message 2006-03-21 16:31:09 -03:00
lauxlib.h lua_dostring/lua_dofile should return any values returned by the chunk 2006-04-12 17:31:15 -03:00
lbaselib.c new macro LUA_RELEASE 2006-06-02 12:34:00 -03:00
lcode.c BUG: should copy the union, not (some of) its fields 2006-03-21 16:28:49 -03:00
lcode.h unused macro 2006-03-21 16:28:03 -03:00
ldblib.c small optimizations (lua_newtable -> lua_createtable) 2005-12-29 14:23:32 -02:00
ldebug.c small changes in casts 2005-12-22 14:19:56 -02:00
ldebug.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldo.c small changes in casts 2005-12-22 14:19:56 -02:00
ldo.h some bugs related to stack reallocation 2005-08-24 13:15:49 -03:00
ldump.c small change to strip file names when stripping debug information 2006-02-17 13:51:03 -02:00
lfunc.c small changes in casts 2005-12-22 14:19:56 -02:00
lfunc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lgc.c bug: collector did not compensate enough for userdata with finalizers 2006-05-24 11:34:06 -03:00
lgc.h some bugs related to stack reallocation 2005-08-24 13:15:49 -03:00
linit.c small optimizations (lua_newtable -> lua_createtable) 2005-12-29 14:23:32 -02:00
liolib.c files should not be operated after fclose, even when fclose fails 2006-05-08 17:14:16 -03:00
llex.c 'lparser.h' should not include 'ltable.h' 2006-03-09 15:15:48 -03:00
llex.h detail 2006-03-23 15:23:32 -03:00
llimits.h lua_assert is an internal matter, not to be configured 2005-12-27 15:12:00 -02:00
lmathlib.c detail 2005-08-26 14:36:32 -03:00
lmem.c removal of dead code 2005-12-26 11:35:47 -02:00
lmem.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
loadlib.c environment variable names should be configurable 2006-04-10 15:27:23 -03:00
lobject.c complete support for hexadecimal constants 2006-02-10 15:43:52 -02:00
lobject.h unused macro removed 2006-01-18 09:37:34 -02:00
lopcodes.c unused include's 2005-11-08 17:45:36 -02:00
lopcodes.h comment 2006-03-14 16:04:44 -03:00
loslib.c details 2006-04-26 15:19:49 -03:00
lparser.c details 2006-06-05 12:57:59 -03:00
lparser.h 'lparser.h' should not include 'ltable.h' 2006-03-09 15:15:48 -03:00
lstate.c only destroy state after running all finalizers 2006-05-24 11:15:50 -03:00
lstate.h small improvements for allignments 2006-02-06 16:27:59 -02:00
lstring.c small changes in casts 2005-12-22 14:19:56 -02:00
lstring.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstrlib.c detail (better error message for invalid format) 2006-04-26 17:41:19 -03:00
ltable.c detail 2006-01-18 09:49:12 -02:00
ltable.h avoid unnecessary exports 2006-01-10 11:13:06 -02:00
ltablib.c more robust implementation for table.insert 2005-10-23 15:38:15 -02:00
ltests.c small simplifications 2006-06-05 16:35:57 -03:00
ltests.h small simplifications 2006-06-05 16:35:57 -03:00
ltm.c details 2006-01-10 10:50:00 -02:00
ltm.h new mark LUAI_DATA for extern data 2005-06-06 10:30:25 -03:00
lua.c new macro LUA_RELEASE 2006-06-02 12:34:00 -03:00
lua.h new macro LUA_RELEASE 2006-06-02 12:34:00 -03:00
luaconf.h environment variable names should be configurable 2006-04-10 15:27:23 -03:00
lualib.h lua_assert is an internal matter, not to be configured 2005-12-27 15:12:00 -02:00
lundump.c small change to strip file names when stripping debug information 2006-02-17 13:51:03 -02:00
lundump.h new versions by lhf 2005-11-16 09:55:07 -02:00
lvm.c extra assertion 2006-06-05 12:58:59 -03:00
lvm.h small improvements 2005-08-22 15:54:49 -03:00
lzio.c small improvement 2005-06-03 17:16:16 -03:00
lzio.h several small details 2005-05-17 16:49:15 -03:00
makefile no more "auto-detection" 2005-11-16 14:25:08 -02:00