提交歷史

作者 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 0160591998 removal of dead code 19 年之前
  Roberto Ierusalimschy d55bb795fa details 20 年之前
  Roberto Ierusalimschy 8e346d875a auxiliar patch to monitor garbage collection 20 年之前
  Roberto Ierusalimschy 97e2dab1fb better control of overflows in size computations 20 年之前
  Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows 21 年之前
  Roberto Ierusalimschy 0b06241483 better control for GC cycles 21 年之前
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 年之前
  Roberto Ierusalimschy da61624756 avoid overflow when doubling size 21 年之前
  Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. 22 年之前
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 年之前
  Roberto Ierusalimschy d404f0c276 global_State must be deallocated (and so allocated) with NULL also 23 年之前
  Roberto Ierusalimschy f36038e42a assertion must be always valid (not only in debug mode) 23 年之前
  Roberto Ierusalimschy 02afc892d5 new ANSI C does not assure that realloc(p,0) == free(p) 23 年之前
  Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 年之前
  Roberto Ierusalimschy 6b8cdc9cdd Lua now uses only `realloc' for all its memory management 23 年之前
  Roberto Ierusalimschy b7a0503c1d new format for error messages 23 年之前
  Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 年之前
  Roberto Ierusalimschy f388ee4a82 new way to handle errors 23 年之前
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 24 年之前
  Roberto Ierusalimschy fffb6f3814 no more MINPOWER2 24 年之前
  Roberto Ierusalimschy e1d072571e better syntax for type casts 24 年之前
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 年之前
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 年之前
  Roberto Ierusalimschy 099442c41f better separation between basic types 24 年之前
  Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) 24 年之前
  Roberto Ierusalimschy a894499566 details 24 年之前
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 年之前
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 年之前