Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy 654b16e83a better performance for table operations (mainly for integer indices) пре 24 година
  Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... пре 25 година
  Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata пре 25 година
  Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' пре 25 година
  Roberto Ierusalimschy 0e0e4a480e first implementation for weak tables пре 25 година
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' пре 25 година
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars пре 25 година
  Roberto Ierusalimschy 099442c41f better separation between basic types пре 25 година
  Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( пре 25 година
  Roberto Ierusalimschy 44a53df688 better to avoid dirty tricks пре 25 година
  Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags пре 25 година
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment пре 25 година
  Roberto Ierusalimschy caf01b5bfa better implementation for list "for" пре 25 година
  Roberto Ierusalimschy b82242d4c4 detail пре 25 година
  Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers пре 25 година
  Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys пре 25 година
  Roberto Ierusalimschy a53d9b66ca first implementation for type names пре 25 година
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core пре 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 dabb19fc17 specialized versions for luaH_set (numbers and strings) пре 25 година
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use пре 25 година
  Roberto Ierusalimschy 0066bbbb0b details пре 25 година
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) пре 25 година
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) пре 25 година
  Roberto Ierusalimschy b892f0a877 new API function `createuserdata' пре 25 година
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags пре 25 година
  Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). пре 25 година
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) пре 25 година
  Roberto Ierusalimschy 100bfec39a new implementation for `next' пре 25 година