Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) před 11 roky
  Roberto Ierusalimschy a1ab5ab396 'table.copy' -> 'table.move' + optional parameter moved to the end + před 11 roky
  Roberto Ierusalimschy 01549fb1ed 'Csize' -> 'sizeof' + removed its 'b' option před 11 roky
  Roberto Ierusalimschy 4fba117433 [un]'dumpint' -> [un]'dumpinteger' před 11 roky
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' před 11 roky
  Roberto Ierusalimschy f5c690b684 details in comments před 11 roky
  Roberto Ierusalimschy 61fa462535 added cast to avoid warning před 11 roky
  Roberto Ierusalimschy fba9050d3d release changed to (5.3) alpha před 11 roky
  Roberto Ierusalimschy d861706620 new macro 'cvt2num' to better control whether strings are convertible před 11 roky
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible před 11 roky
  Roberto Ierusalimschy 1aa5262634 do not assume numbers are coercible to strings před 11 roky
  Roberto Ierusalimschy 07c7fdb9df simpler definition for 'setobj' (trust the compiler for the assignment) před 11 roky
  Roberto Ierusalimschy 3ccbae84d2 added some casts between integral types (to avoid warnings) před 11 roky
  Roberto Ierusalimschy 255d59ed5e some janitorial work (comments, small refactoring) před 11 roky
  Roberto Ierusalimschy 925d1b59f9 new function 'math.ult' (unsigned less than) před 11 roky
  Roberto Ierusalimschy 03bbe1baf1 first implementation for 'table.copy' před 11 roky
  Roberto Ierusalimschy f9037ae8c1 'ipairs' respects metamethods před 11 roky
  Roberto Ierusalimschy 57d8424146 extra space for new threads is initialized with a copy of the main před 11 roky
  Roberto Ierusalimschy baa0e23456 better support for extra user space associated with a Lua state před 11 roky
  Roberto Ierusalimschy 55a710545c detail (extra byte in LUAI_EXTRASPACE to test proper alignment of před 11 roky
  Roberto Ierusalimschy 753f2c1da4 better(?) alignment for some structures (pointers first) před 11 roky
  Roberto Ierusalimschy b3b8580606 comments + proper undef of compatibility macros + no need to undef před 11 roky
  Roberto Ierusalimschy 73ad16b5c6 no need for type 'pCallInfo' před 11 roky
  Roberto Ierusalimschy 97e299c395 'lua_replace' implemented as a macro using 'lua_copy' před 11 roky
  Roberto Ierusalimschy c697aa30bc more precise type for argument to 'aux_upvalue' před 11 roky
  Roberto Ierusalimschy 17ee57f8e0 'iswhite' and related macros now can work directly on any object před 11 roky
  Roberto Ierusalimschy 3c6d0aaa7d 'iswhite' and related macros now can work directly on any object před 11 roky
  Roberto Ierusalimschy e43612aaf6 put the restriction that 'luaC_barrierback' works only on tables před 11 roky
  Roberto Ierusalimschy 2898e2fd12 removed useless assertion (gcstate != GCSpause already implied by před 11 roky
  Roberto Ierusalimschy 8704fca0c9 in 'luaL_checkversion_' check numeric types first. (Other tests před 11 roky