提交歷史

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 2ca5181413 Branch 5.2 - new releases for 5.2 go from here, main trunk goes 12 年之前
  Roberto Ierusalimschy f5ae26ec6c official branch for Lua 5.1 17 年之前
  Roberto Ierusalimschy 2b5c1f99e5 small simplifications 19 年之前
  Roberto Ierusalimschy f8b7a5581e avoid unnecessary exports 19 年之前
  Roberto Ierusalimschy dd1221582b details 19 年之前
  Roberto Ierusalimschy c505f341d6 small changes in casts 19 年之前
  Roberto Ierusalimschy e6bfbc38b5 'luaopen_package' was missing in new states 20 年之前
  Roberto Ierusalimschy d8f1cca16e new function 'lua_setallocf' 20 年之前
  Roberto Ierusalimschy 8dcc6bc532 avoid the use of global lock 20 年之前
  Roberto Ierusalimschy 3390f9a35a detail 20 年之前
  Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) 20 年之前
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar 20 年之前
  Roberto Ierusalimschy 80ac5e83fd details (alphabetical order for list of functions) 20 年之前
  Roberto Ierusalimschy 64b57db377 new test function for conversion from num to int 20 年之前
  Roberto Ierusalimschy d628795940 lua_objsize -> lua_objlen (more compatible with use of `len´ in other 20 年之前
  Roberto Ierusalimschy b320d37a80 better tests for correctness of `savedpc' 20 年之前
  Roberto Ierusalimschy ade585bdf9 no more LUA_FIRSTINDEX 20 年之前
  Roberto Ierusalimschy 03fb3c39d4 change `#ifdef' for `#if defined' 20 年之前
  Roberto Ierusalimschy 9ffae705ee new "primitive" getn 20 年之前
  Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 年之前
  Roberto Ierusalimschy 621ef9f767 better control over GC collors of upvalues 20 年之前
  Roberto Ierusalimschy 334ba8132b cleaner way to remark open upvalues 20 年之前
  Roberto Ierusalimschy 5be517602e no more generational collector (and no more `noinc' mode) 20 年之前
  Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 年之前
  Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' 21 年之前
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 21 年之前
  Roberto Ierusalimschy cf2a194edc better API for luaL_getfield/setfield 21 年之前
  Roberto Ierusalimschy 6acfb91c8d new auxiliary functions to implement new package system 21 年之前
  Roberto Ierusalimschy 32d4f304db first implementation of generational GC 21 年之前
  Roberto Ierusalimschy 7a796a0682 new macro `luaL_typename' 21 年之前