Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy c82087b8dd cast from 'bool' to 'int' (for C++) před 13 roky
  Roberto Ierusalimschy 8c62bde36f comment před 13 roky
  Roberto Ierusalimschy 8119374e74 avoid warnings of unreacheable 'break's před 13 roky
  Roberto Ierusalimschy 217e67cb22 new type 'l_noret' for function that do not return před 14 roky
  Roberto Ierusalimschy 89b59eee73 bug: __newindex metamethod may not work if metatable is its own před 14 roky
  Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value před 14 roky
  Roberto Ierusalimschy f62565abea avoid warnings with -Wstrict-overflow před 14 roky
  Roberto Ierusalimschy 3b44821334 stricter control (using tag variants) over closure kinds (Lua x C) před 14 roky
  Roberto Ierusalimschy 821bd7025e more uniform names for 'equalobj'-related functions před 14 roky
  Roberto Ierusalimschy 9b7dddad7d no need for two different implementations for equality (one raw and před 14 roky
  Roberto Ierusalimschy 81952e6884 avoid using expression as argument to unsafe macro 'l_isfalse' před 14 roky
  Roberto Ierusalimschy 4758113043 change in opcode OP_LOADNIL: B is used as a counter instead of a před 14 roky
  Roberto Ierusalimschy 05ca63642b added macro for code checking před 14 roky
  Roberto Ierusalimschy 427ee519db new instruction OP_LOADKX (to replace OP_LOADK with extra argument) před 14 roky
  Roberto Ierusalimschy 5286650894 new macro 'ttisequal' před 14 roky
  Roberto Ierusalimschy 0fb1644c60 2nd operand for unary tag methods does not need to be 'nil' před 14 roky
  Roberto Ierusalimschy e7a9c45a48 trying to avoid assumption that sizeof(char)==1 před 14 roky
  Roberto Ierusalimschy f8d677f94c no more 'OP_CLOSE' instructions (use jumps to close upvalues) před 14 roky
  Roberto Ierusalimschy 06c7efb4a9 avoid extra increment to 'savedpc' when jumping před 14 roky
  Roberto Ierusalimschy dd547c55c8 new scheme to close upvalues in 'break'; jump instructions may před 14 roky
  Roberto Ierusalimschy c9af0768fc GC does not mark dead registers inside activation record před 14 roky
  Roberto Ierusalimschy ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") před 14 roky
  Roberto Ierusalimschy fdd5f2f7a3 comment typos před 14 roky
  Roberto Ierusalimschy 4590a89b32 corrected warnings from different compilers (mostly casts and small před 15 roky
  Roberto Ierusalimschy a71c5f6f53 typo in comments před 15 roky
  Roberto Ierusalimschy fabe4ec487 better barrier for prototypes před 15 roky
  Roberto Ierusalimschy 575074fd85 Lua closures are cached for reuse před 15 roky
  Roberto Ierusalimschy cf531912f2 one more macro (mvdispatch) to easy experiments with alternative před 15 roky
  Roberto Ierusalimschy b6e9fcbd70 use of macro ('vmcase') to format all cases in main switch of před 15 roky
  Roberto Ierusalimschy 8554baeacf small changes in 'luaV_execute' to make cases more regularly formatted před 15 roky