Go to file
Roberto Ierusalimschy ad60b3ead7 avoid the use of "exotic" libc functions 2007-11-09 16:54:25 -02:00
bugs BUG: 'gsub' may go wild when wrongly called without its third 2007-10-29 13:51:10 -02:00
lapi.c detail (LUA_COPYRIGHT includes release number) 2007-08-07 13:53:40 -03:00
lapi.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
lauxlib.c avoid warnings about exit; return 2007-09-14 10:26:28 -03:00
lauxlib.h detail 2007-06-22 12:39:34 -03:00
lbaselib.c detail 2007-10-25 17:31:05 -02:00
lcode.c bug: code generated for "-nil", "-true", and "-false" is wrong 2007-05-04 15:41:49 -03:00
lcode.h unused macro 2006-03-21 16:28:03 -03:00
ldblib.c traceback function moved to auxlib 2007-06-22 12:33:54 -03:00
ldebug.c bug: wrong error message in some concatenations 2007-05-29 15:59:59 -03:00
ldebug.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldo.c no more optimization to avoid LOADNIL at function start 2007-03-27 11:11:38 -03:00
ldo.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
ldump.c avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lfunc.c should not manipulate NULL pointers (even without accessing them) 2007-02-07 15:48:52 -02:00
lfunc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lgc.c first implementation of ephemerons 2007-10-31 13:41:19 -02:00
lgc.h some changes toward ephemerons 2007-10-29 14:51:20 -02:00
linit.c 'debug' library must be required before being used 2007-06-22 13:59:11 -03:00
liolib.c does not allow standard files to be closed 2007-04-19 17:22:32 -03:00
llex.c parser should not call 'luaX_lexerror' 2007-10-25 14:45:47 -02:00
llex.h parser should not call 'luaX_lexerror' 2007-10-25 14:45:47 -02:00
llimits.h avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lmathlib.c clearing some old compatibility code 2007-06-21 10:52:27 -03:00
lmem.c details 2006-09-14 15:42:28 -03:00
lmem.h better documentation for auxiliary functions (that should be called only 2007-02-09 11:04:52 -02:00
loadlib.c clearing some old compatibility code 2007-06-21 10:52:27 -03:00
lobject.c avoid the use of "exotic" libc functions 2007-11-09 16:54:25 -02:00
lobject.h luaO_log2 can be private to ltable.c 2007-04-10 09:18:17 -03:00
lopcodes.c avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lopcodes.h avoid trailing white spaces 2006-09-11 11:07:24 -03:00
loslib.c avoid warnings about exit; return 2007-09-14 10:26:28 -03:00
lparser.c parser should not call 'luaX_lexerror' 2007-10-25 14:45:47 -02:00
lparser.h 'lparser.h' should not include 'ltable.h' 2006-03-09 15:15:48 -03:00
lstate.c first implementation of ephemerons 2007-10-31 13:41:19 -02:00
lstate.h first implementation of ephemerons 2007-10-31 13:41:19 -02:00
lstring.c emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
lstring.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstrlib.c BUG: 'gsub' may go wild when wrongly called without its third 2007-10-29 13:51:10 -02:00
ltable.c another way to normalize -0 that avoids problems with very small 2007-04-18 16:24:35 -03:00
ltable.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
ltablib.c better error message for 'concat' 2007-09-12 17:53:24 -03:00
ltests.c clearing some old compatibility code 2007-06-21 10:52:27 -03:00
ltests.h 27 is not a prime number :( 2007-09-30 10:09:43 -03:00
ltm.c tables and strings respect __len metamethod 2007-09-10 14:59:32 -03:00
ltm.h tables and strings respect __len metamethod 2007-09-10 14:59:32 -03:00
lua.c stand-alone error-message details 2007-09-05 14:17:39 -03:00
lua.h detail (LUA_COPYRIGHT includes release number) 2007-08-07 13:53:40 -03:00
luaconf.h detail 2007-09-14 10:26:03 -03:00
lualib.h avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lundump.c avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lundump.h new versions by lhf 2005-11-16 09:55:07 -02:00
lvm.c tables and strings respect __len metamethod 2007-09-10 14:59:32 -03:00
lvm.h better documentation for auxiliary functions (that should be called only 2007-02-09 11:04:52 -02: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 emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00