bugs
bug: rawset/rawget do not ignore extra arguments
2005-03-11 12:51:08 -03:00
lapi.c
more precision for gc count
2005-10-20 09:35:50 -02:00
lapi.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lauxlib.c
new macro luaL_opt to avoid evaluating defaults when no needed
2005-10-21 11:47:42 -02:00
lauxlib.h
new macro luaL_opt to avoid evaluating defaults when no needed
2005-10-21 11:47:42 -02:00
lbaselib.c
new macro luaL_opt to avoid evaluating defaults when no needed
2005-10-21 11:47:42 -02:00
lcode.c
new macro luai_numisnan
2005-11-25 11:29:32 -02:00
lcode.h
more privacy
2005-11-08 17:44:31 -02:00
ldblib.c
new function 'getregistry'
2005-11-01 14:08:32 -02:00
ldebug.c
lua_getlocal/setlocal work also for C locals and temporaries
2005-11-01 14:08:52 -02:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
small bug
2005-10-23 15:52:42 -02:00
ldo.h
some bugs related to stack reallocation
2005-08-24 13:15:49 -03:00
ldump.c
new versions by lhf
2005-11-16 09:55:07 -02:00
lfunc.c
debug information for last line of a function definition
2005-05-05 17:47:02 -03:00
lfunc.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lgc.c
details
2005-08-24 14:06:36 -03:00
lgc.h
some bugs related to stack reallocation
2005-08-24 13:15:49 -03:00
linit.c
detail
2005-08-26 14:36:32 -03:00
liolib.c
avoid some warnings
2005-10-19 11:05:11 -02:00
llex.c
details
2005-12-07 13:43:05 -02:00
llex.h
details
2005-12-07 13:43:05 -02:00
llimits.h
some bugs related to stack reallocation
2005-08-24 13:15:49 -03:00
lmathlib.c
detail
2005-08-26 14:36:32 -03:00
lmem.c
details
2005-02-23 14:30:22 -03:00
lmem.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
loadlib.c
clearer error message for uninstalled loadlib
2005-12-07 13:42:32 -02:00
lobject.c
no more L in numer-operator macros (some functions that use those macros
2005-10-24 15:37:52 -02:00
lobject.h
detail
2005-10-24 15:37:33 -02:00
lopcodes.c
unused include's
2005-11-08 17:45:36 -02:00
lopcodes.h
small detail
2005-12-02 16:42:08 -02:00
loslib.c
new macro luaL_opt to avoid evaluating defaults when no needed
2005-10-21 11:47:42 -02:00
lparser.c
details
2005-12-07 13:43:05 -02:00
lparser.h
numeral expressions keep their values in struct 'expdesc'
2005-10-03 11:02:40 -03:00
lstate.c
missing macros 'luai_userstate*'
2005-10-06 17:46:25 -03:00
lstate.h
avoid names starting with '_'
2005-07-09 10:22:34 -03:00
lstring.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lstring.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstrlib.c
better error message
2005-10-26 11:28:19 -02:00
ltable.c
new macro luai_numisnan
2005-11-25 11:29:32 -02:00
ltable.h
new mark LUAI_DATA for extern data
2005-06-06 10:30:25 -03:00
ltablib.c
more robust implementation for table.insert
2005-10-23 15:38:15 -02:00
ltests.c
'luaopen_package' was missing in new states
2005-10-06 17:47:32 -03:00
ltests.h
avoid the use of global lock
2005-09-14 14:48:57 -03:00
ltm.c
details
2005-05-20 12:53:42 -03:00
ltm.h
new mark LUAI_DATA for extern data
2005-06-06 10:30:25 -03:00
lua.c
avoid printing two copyright messages with '-v -i' options
2005-11-28 12:44:48 -02:00
lua.h
more precision for gc count
2005-10-20 09:35:50 -02:00
luaconf.h
new macro LUA_WIN + new macro luai_numisnan
2005-11-25 11:29:11 -02:00
lualib.h
correct name to open package library
2005-08-10 15:06:58 -03:00
lundump.c
new versions by lhf
2005-11-16 09:55:07 -02:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
details
2005-11-01 14:08:45 -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