提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy acdb0b741e comments. 26 年之前
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 26 年之前
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 年之前
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 年之前
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 年之前
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 年之前
  Roberto Ierusalimschy d915cf4f9d ways to measure number of `blocks' for GC + details 26 年之前
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 年之前
  Roberto Ierusalimschy 910836fb53 warnings from Visual C++ 26 年之前
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 26 年之前
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 26 年之前
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 年之前
  Roberto Ierusalimschy 2e13cd77ab new interface for `luaO_strtod', which now checks signal, too. 26 年之前
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 年之前
  Roberto Ierusalimschy 7a11c7f8e4 details 26 年之前
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 年之前
  Roberto Ierusalimschy ae29ab9858 only parser uses MAX_WORD 26 年之前
  Roberto Ierusalimschy 63a752f961 small improvements. 27 年之前
  Roberto Ierusalimschy 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because 27 年之前
  Roberto Ierusalimschy bb1cb7b9f1 NUMBER_FMT also may be predefined in makefile 27 年之前
  Roberto Ierusalimschy 176cb39feb macro encapsulates de "-". 27 年之前
  Roberto Ierusalimschy c9902be294 "findname" moved from lobject.c to lauxlib.c (so libraries may use it). 27 年之前
  Roberto Ierusalimschy 1917149fdd details. 27 年之前
  Roberto Ierusalimschy 054e0b888a number type in Lua changed for double (by default). 27 年之前
  Roberto Ierusalimschy 0969a971cd better use of "ASSERT". 27 年之前
  Roberto Ierusalimschy 88a2023c32 support for strings with '\0' 27 年之前
  Roberto Ierusalimschy d49e4dd752 MAX_WORD should not be bigger than MAX_INT 28 年之前
  Roberto Ierusalimschy 44ace0aefd we don't need a type "Word". 28 年之前
  Roberto Ierusalimschy 6ac047afc4 details 28 年之前
  Roberto Ierusalimschy da96eb2cce some details related to OLD_ANSI 28 年之前