Commit Graph

  • 2f128c5130 'luaL_setfuncs' does not need to accept a NULL list. (If there is no list, there is no reason to call this function.) Roberto Ierusalimschy 2011-04-19 15:29:41 -03:00
  • 4758113043 change in opcode OP_LOADNIL: B is used as a counter instead of a register. (Avoids an assignment to R(B), not present in any other instruction.) Roberto Ierusalimschy 2011-04-19 13:22:13 -03:00
  • a4e644add2 small bug (masked by wrong entry for OP_TEST in opcodes.c) Roberto Ierusalimschy 2011-04-18 16:49:13 -03:00
  • 05ca63642b added macro for code checking Roberto Ierusalimschy 2011-04-18 16:48:53 -03:00
  • f17e3624ef local function name only visible to debug info after being initialized Roberto Ierusalimschy 2011-04-18 16:48:24 -03:00
  • 2e9b8476ca detail ('luai_apicheck' should be used always through macro 'api_check') Roberto Ierusalimschy 2011-04-18 12:02:37 -03:00
  • c31f4946e9 copyright updated to 2011 Roberto Ierusalimschy 2011-04-18 11:15:48 -03:00
  • c86586e866 small corrections in description of OP_TEST and OP_LOADKX Roberto Ierusalimschy 2011-04-12 14:27:35 -03:00
  • 19fbdf6cae 'luaL_findtable' -> 'luaL_getsubtable' Roberto Ierusalimschy 2011-04-08 16:17:36 -03:00
  • 427ee519db new instruction OP_LOADKX (to replace OP_LOADK with extra argument) Roberto Ierusalimschy 2011-04-07 15:14:12 -03:00
  • a958b711f5 cleaner scheme of bits for variant types (light C functions) and collectable types Roberto Ierusalimschy 2011-04-07 13:11:57 -03:00
  • 1ffdd0bc7a detail (should use macro 'ttisdeadkey') Roberto Ierusalimschy 2011-04-05 15:32:28 -03:00
  • 5286650894 new macro 'ttisequal' Roberto Ierusalimschy 2011-04-05 15:32:06 -03:00
  • 0fb1644c60 2nd operand for unary tag methods does not need to be 'nil' Roberto Ierusalimschy 2011-04-05 11:26:23 -03:00
  • 119d5e46d5 lua_arith gets no fake operand for unary minus Roberto Ierusalimschy 2011-04-05 11:26:23 -03:00
  • 83abbac946 all names used internally by macros end with '_' Roberto Ierusalimschy 2011-04-05 11:24:07 -03:00
  • a25416a8d5 use of 'luaL_tolstring' for option '%s' in 'string.format' Roberto Ierusalimschy 2011-03-18 16:02:33 -03:00
  • 682cce3813 macro 'mark' renamed 'EOFMARK' ('mark' is too easy to confict, e.g. in alllua.c) Roberto Ierusalimschy 2011-03-14 12:39:42 -03:00
  • d806710ab5 returns for file-related functions and process-related functions unified in 'auxlib' Roberto Ierusalimschy 2011-03-03 13:34:46 -03:00
  • e049abb69a loaders receive an extra argument returned by the searcher (typically the file name) Roberto Ierusalimschy 2011-03-01 14:01:53 -03:00
  • 98816d0ce5 small problems with 'luaone.c' Roberto Ierusalimschy 2011-02-28 14:32:10 -03:00
  • 7482e8f914 no need of lookahead in Zio Roberto Ierusalimschy 2011-02-23 10:13:10 -03:00
  • 03b769053a correct interpretation of return value from pclose Roberto Ierusalimschy 2011-02-21 16:12:54 -03:00
  • 3c710f056b small bug: may call reader function again after it returned end of input Roberto Ierusalimschy 2011-02-17 15:34:16 -02:00
  • c0a865fa54 error for repeated label + jumps allowed to labels followed by 'no-op' statements Roberto Ierusalimschy 2011-02-14 14:36:34 -02:00
  • 0009ac1f3a 'break' does not need to be last statement in a block + 'explist1' -> 'explist' + moving a few functions around Roberto Ierusalimschy 2011-02-14 12:59:28 -02:00
  • 7b968bb514 p-close returns "correct" status plus type of termination Roberto Ierusalimschy 2011-02-10 13:35:50 -02:00
  • bf8b08295a 'break' coded as 'goto' + small bug when closing multiple gotos to the same label Roberto Ierusalimschy 2011-02-10 12:50:41 -02:00
  • 3f5b56c48b simpler code for repeat-until Roberto Ierusalimschy 2011-02-09 15:03:18 -02:00
  • e7192dfdbb corrected 'follow' for checking whether label is last statement in a block Roberto Ierusalimschy 2011-02-09 14:51:28 -02:00
  • 0539f48661 small changes in goto-related error messages Roberto Ierusalimschy 2011-02-09 12:45:19 -02:00
  • e7a9c45a48 trying to avoid assumption that sizeof(char)==1 Roberto Ierusalimschy 2011-02-07 17:15:24 -02:00
  • fd6c1f4898 ensures that all local variables are declared inside some block, opening a new block at 'open_func' Roberto Ierusalimschy 2011-02-07 17:00:30 -02:00
  • f079749287 some reorganization of dynamic data structures used by the parser Roberto Ierusalimschy 2011-02-07 15:14:50 -02:00
  • f8d677f94c no more 'OP_CLOSE' instructions (use jumps to close upvalues) Roberto Ierusalimschy 2011-02-07 10:28:27 -02:00
  • 094a7d0290 detail in 'print_usage' Roberto Ierusalimschy 2011-02-07 10:27:13 -02:00
  • 7cc0e63d8a first implementation of 'goto' Roberto Ierusalimschy 2011-02-04 15:34:43 -02:00
  • a4a8914c20 new reserved word 'goto' Roberto Ierusalimschy 2011-02-02 12:55:17 -02:00
  • 06c7efb4a9 avoid extra increment to 'savedpc' when jumping Roberto Ierusalimschy 2011-02-01 16:32:55 -02:00
  • dd547c55c8 new scheme to close upvalues in 'break'; jump instructions may do the close, avoiding the need for a OP_CLOSE instruction Roberto Ierusalimschy 2011-02-01 16:03:10 -02:00
  • f6bd8b1147 better control for GC running or stopped Roberto Ierusalimschy 2011-02-01 14:52:38 -02:00
  • a7faa557fa bug: problem with optimizations of short-circuit logic Roberto Ierusalimschy 2011-01-31 12:52:32 -02:00
  • 026a7e92be bug in some short-circuit optimizations Roberto Ierusalimschy 2011-01-31 12:28:41 -02:00
  • c4ea0c3b29 detail (cleaning trailing spaces) Roberto Ierusalimschy 2011-01-26 14:30:02 -02:00
  • 7106c491dd 'sep' argument to 'string.rep' + 'string.rep' preallocates entire buffer before creating resulting string Roberto Ierusalimschy 2011-01-12 18:36:01 -02:00
  • a10d495b18 'luaL_findtable' returns boolean about whether it created a new table (to easy initializing table) Roberto Ierusalimschy 2011-01-10 13:51:42 -02:00
  • c2e3cc4c89 using 'luaL_findtable' to manage hook table Roberto Ierusalimschy 2011-01-10 13:51:19 -02:00
  • 67feed49f1 optional argument 'sep' to 'searchpath' Roberto Ierusalimschy 2011-01-07 16:54:49 -02:00
  • b63b0928cf prototype for 'luaO_ceillog2' was different from definition Roberto Ierusalimschy 2011-01-07 13:46:27 -02:00
  • 511679313f new function 'rawlen' Roberto Ierusalimschy 2011-01-07 10:41:48 -02:00
  • 868ff40339 full collection does not restart collector + avoid changing GC state if an error happens in a step Roberto Ierusalimschy 2010-12-29 16:00:23 -02:00
  • aa6faa6331 own implementation of 'tunumber', so that it works correctly with numbers outside the 'int' range Roberto Ierusalimschy 2010-12-27 16:00:38 -02:00
  • 0b3f4e254e more efficient hash for numbers in IEEE754 machines Roberto Ierusalimschy 2010-12-23 13:38:28 -02:00
  • 551b076f1c change in the relationship between totalbytes and GCdebt - luaM_realloc_ is too critical to update two counters Roberto Ierusalimschy 2010-12-20 17:40:07 -02:00
  • 737f119187 better control for GC running or stopped Roberto Ierusalimschy 2010-12-20 16:17:46 -02:00
  • 8980c630bf error when indexing strings with invalid keys Roberto Ierusalimschy 2010-12-20 15:25:36 -02:00
  • 8d579c5bc5 'debug.setmetatable' returns object (like 'setmetatable') Roberto Ierusalimschy 2010-12-20 15:24:15 -02:00
  • d51743b0c7 removed 'newproxy' Roberto Ierusalimschy 2010-12-17 13:14:58 -02:00
  • 1a92c2b354 allows number of bits used by the library to be changed from outside Roberto Ierusalimschy 2010-12-17 11:26:38 -02:00
  • fe0d54d37e table library respects '#' metamethods Roberto Ierusalimschy 2010-12-17 10:15:34 -02:00
  • c9af0768fc GC does not mark dead registers inside activation record Roberto Ierusalimschy 2010-12-17 10:05:37 -02:00
  • 7e0caa7d61 new closures are always created on "next" register (so that GC knows stack limit) Roberto Ierusalimschy 2010-12-17 10:03:41 -02:00
  • a40768e5ea new macro 'luaC_condGC' to allow extra code to be run in case of GC steps Roberto Ierusalimschy 2010-12-17 10:02:29 -02:00
  • 4a83fe569c comment Roberto Ierusalimschy 2010-12-15 17:13:29 -02:00
  • b83b6ba015 'loadin' -> 'load' Roberto Ierusalimschy 2010-12-13 14:38:00 -02:00
  • af119c8b55 official support for floating hexa numerals Roberto Ierusalimschy 2010-12-10 17:03:46 -02:00
  • 1aead7f553 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) Roberto Ierusalimschy 2010-12-10 12:53:15 -02:00
  • 75d8470f0f new macro 'cast_uchar' Roberto Ierusalimschy 2010-12-10 11:40:22 -02:00
  • 81646af13b 'loadstring' deprecated; use 'load' instead Roberto Ierusalimschy 2010-12-08 10:58:04 -02:00
  • 233b71c092 comment Roberto Ierusalimschy 2010-12-07 09:40:42 -02:00
  • ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") Roberto Ierusalimschy 2010-12-06 19:08:36 -02:00
  • c79b4a97aa using 'strspn' to skip spaces in 'tonumber' Roberto Ierusalimschy 2010-12-06 14:25:48 -02:00
  • ac3afc7cd4 'printf' replaced by 'luai_writestring' Roberto Ierusalimschy 2010-12-03 15:20:50 -02:00
  • 350cc4bcb6 'micro' bug: when closing state, old objects are finalized (breaking assertion) Roberto Ierusalimschy 2010-12-03 09:48:25 -02:00
  • 35931bbed4 comments Roberto Ierusalimschy 2010-12-02 17:51:15 -02:00
  • 12779b2b71 getlocal/setlocal can access vararg parameters Roberto Ierusalimschy 2010-11-30 15:17:51 -02:00
  • 7ca1bd639f new functions 'extract' and 'replace' Roberto Ierusalimschy 2010-11-29 13:19:28 -02:00
  • 9b7a12c46d finalizers (__gc) for tables Roberto Ierusalimschy 2010-11-26 12:32:31 -02:00
  • 5b33e39855 removed deprecated functions getn-foreach-foreachi v5.2-alpha Roberto Ierusalimschy 2010-11-23 15:21:14 -02:00
  • a64cf8fac9 'test' -> 'btest' Roberto Ierusalimschy 2010-11-22 16:06:33 -02:00
  • 092fa71ddd conventional names for bitwise operators Roberto Ierusalimschy 2010-11-22 14:39:20 -02:00
  • a2eaad5d81 'gfind' was deprecated in 5.1 Roberto Ierusalimschy 2010-11-19 14:25:51 -02:00
  • 54771c5afa keep 'seminfo->ts' even for reserved words, just in case (some lhf's tools need this) Roberto Ierusalimschy 2010-11-18 16:38:44 -02:00
  • bcce769d29 avoid "unreacheable code" warnings Roberto Ierusalimschy 2010-11-18 16:38:27 -02:00
  • 24baa919c1 small bug: 'find' did not detect magic chars after a \0 in a pattern and did a plain search in those cases Roberto Ierusalimschy 2010-11-16 18:39:41 -02:00
  • d1c0efdb7d comment about compatibility-only functions Roberto Ierusalimschy 2010-11-16 17:20:01 -02:00
  • 566758de79 'getuservalue' accepts any type of argument Roberto Ierusalimschy 2010-11-16 16:01:28 -02:00
  • 50334faad6 no more compatibility with (veryyyy) old ref system Roberto Ierusalimschy 2010-11-16 15:43:29 -02:00
  • cee7a8e1ec -DLUA_COMPAT_ALL is the default Roberto Ierusalimschy 2010-11-16 09:39:42 -02:00
  • 8c21f463ed 'debug' library is loaded by default Roberto Ierusalimschy 2010-11-12 13:48:30 -02:00
  • a1952d9c41 'l_tvar' renamed to 'l_tg' Roberto Ierusalimschy 2010-11-12 13:47:34 -02:00
  • 1a46a713d2 new macro 'l_tvar' to easy the use of mathlib with other floating types (float and long double) Roberto Ierusalimschy 2010-11-11 13:39:12 -02:00
  • 23b9ceb0a4 allows larger array parts in tables (no need to restrict it to 2^26) Roberto Ierusalimschy 2010-11-11 13:38:43 -02:00
  • 0a6a6b9d9d no more sentinel to detect loops in module dependencies; usual message for infinite recursion is good enough. Roberto Ierusalimschy 2010-11-10 18:00:04 -02:00
  • 1b54197491 better error message when light userdata is used instead of a full userdata Roberto Ierusalimschy 2010-11-10 16:06:10 -02:00
  • c97aa9485c new function 'luaL_setmetatable' Roberto Ierusalimschy 2010-11-10 16:05:36 -02:00
  • e885b91326 'luaL_typeerror' deprecated Roberto Ierusalimschy 2010-11-10 15:38:10 -02:00
  • fa1f724378 when reading blocks with given size, try to read whole block at once Roberto Ierusalimschy 2010-11-09 14:57:49 -02:00
  • 2a966116b1 detail (message) Roberto Ierusalimschy 2010-11-09 09:04:15 -02:00
  • 43ec354722 added support for conditional use of %Lg when using long double Roberto Ierusalimschy 2010-11-08 15:38:37 -02:00