Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 36e1390631 details. před 25 roky
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, před 25 roky
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE před 25 roky
  Roberto Ierusalimschy 73aa465a8e some name changes před 25 roky
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). před 25 roky
  Roberto Ierusalimschy 1f01998516 nobody uses memmove any more. před 25 roky
  Roberto Ierusalimschy d83c2a8455 performance details. před 25 roky
  Roberto Ierusalimschy bcdbdaccc3 more debug information (still with bug for tag methods...) před 25 roky
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. před 26 roky
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution před 26 roky
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. před 26 roky
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). před 26 roky
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). před 26 roky
  Roberto Ierusalimschy ae3ecc2d4a tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. před 26 roky
  Roberto Ierusalimschy ff9c0da783 test first the most common case. před 26 roky
  Roberto Ierusalimschy 82699d0c4f new interface for `luaO_strtod', which now checks signal, too. před 26 roky
  Roberto Ierusalimschy c787dccd9b "const" !!! před 26 roky
  Roberto Ierusalimschy 0bbd96bd5f details. před 26 roky
  Roberto Ierusalimschy ba57f7d946 details před 26 roky
  Roberto Ierusalimschy bf6d2ccf92 details před 26 roky
  Roberto Ierusalimschy e03767b3eb details (comments) před 26 roky
  Roberto Ierusalimschy 63a752f961 small improvements. před 26 roky
  Roberto Ierusalimschy 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because před 27 roky
  Roberto Ierusalimschy 9618aaf07d small corrections in comments před 27 roky
  Roberto Ierusalimschy c9902be294 "findname" moved from lobject.c to lauxlib.c (so libraries may use it). před 27 roky
  Roberto Ierusalimschy 0969a971cd better use of "ASSERT". před 27 roky
  Roberto Ierusalimschy 0e1058cfdd small optimizations in switch order před 27 roky
  Roberto Ierusalimschy da96eb2cce some details related to OLD_ANSI před 28 roky
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures před 28 roky
  Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. před 28 roky