提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy c8559e3c8d a small optimization 24 年之前
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 年之前
  Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 年之前
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 25 年之前
  Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 25 年之前
  Roberto Ierusalimschy 619edfd9e4 details 25 年之前
  Roberto Ierusalimschy a04de4f0ad no more END opcode 25 年之前
  Roberto Ierusalimschy a653d93a43 string comparison only needs to test for "less than" 25 年之前
  Roberto Ierusalimschy 321c7fb6f8 details 25 年之前
  Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 25 年之前
  Roberto Ierusalimschy 08496eea8b small changes in lstring 25 年之前
  Roberto Ierusalimschy 4ff5545709 new macro pushliteral 25 年之前
  Roberto Ierusalimschy 595e449537 tighter size for error buffers 25 年之前
  Roberto Ierusalimschy a907aeeb1e general corrections 25 年之前
  Roberto Ierusalimschy 76f62fc5a1 correct size only after malloc success 25 年之前
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 25 年之前
  Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors 25 年之前
  Roberto Ierusalimschy 6af005ec20 bug: when `read' fails it must return nil (and not no value) 25 年之前
  Roberto Ierusalimschy f8a0fd268e temporary version 25 年之前
  Roberto Ierusalimschy 0066bbbb0b details 25 年之前
  Roberto Ierusalimschy 1db05793a0 `time' does not need to correct its table argument (use `date' for that) 25 年之前
  Roberto Ierusalimschy af97be026b new function for time and date 25 年之前
  Roberto Ierusalimschy cce8ebd306 obsolete `format' option (d$). 25 年之前
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 年之前
  Roberto Ierusalimschy 10ac68c648 first implementation for position captures 25 年之前
  Roberto Ierusalimschy 01b00cc292 better control over extensions of char/short to int 25 年之前
  Roberto Ierusalimschy fc7b167ae0 BUG: parser does not accept a `;' after a `return' 25 年之前
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 25 年之前
  Roberto Ierusalimschy 35d6b15057 some cleaning 25 年之前
  Roberto Ierusalimschy 22914afab3 avoid the use of (non const) static data 25 年之前