커밋 기록

작성자 SHA1 메시지 날짜
  Roberto Ierusalimschy fa8c44b510 avoid the use of "reopen" (not that standard) 25 년 전
  Roberto Ierusalimschy 3b6f8bfbe6 simpler implementation of for loops 25 년 전
  Roberto Ierusalimschy caf01b5bfa better implementation for list "for" 25 년 전
  Roberto Ierusalimschy ca1f28b829 avoid side-effects on macros that may use twice their arguments 25 년 전
  Roberto Ierusalimschy b82242d4c4 detail 25 년 전
  Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers 25 년 전
  Roberto Ierusalimschy 9b45439860 details 25 년 전
  Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys 25 년 전
  Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 25 년 전
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 25 년 전
  Roberto Ierusalimschy c8559e3c8d a small optimization 25 년 전
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 25 년 전
  Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 25 년 전
  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 년 전