bugs
BUG: luaL_checkudata may show wrong error message
2006-03-21 16:31:09 -03:00
lapi.c
details
2006-01-10 10:50:00 -02: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
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02:00
lbaselib.c
detail
2006-01-18 09:49:12 -02: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
small changes in casts
2005-12-22 14:19:56 -02: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
empty string may cause out-of-bound access
2006-01-28 10:59:13 -02: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
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02: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
detail
2006-03-09 15:08:22 -03:00
lparser.c
'lparser.h' should not include 'ltable.h'
2006-03-09 15:15:48 -03:00
lparser.h
'lparser.h' should not include 'ltable.h'
2006-03-09 15:15:48 -03:00
lstate.c
missing macros 'luai_userstate*'
2005-10-06 17:46:25 -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
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02: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
avoid unnecessary exports
2006-01-10 11:13:06 -02:00
ltests.h
lua_assert is an internal matter, not to be configured
2005-12-27 15:12:00 -02: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
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02:00
lua.h
detail
2006-01-10 10:50:13 -02:00
luaconf.h
avoid warning in OS X - ansi
2006-02-10 15:44:06 -02: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
details
2006-01-23 17:51:43 -02: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