163 Commits (eca9fa02d2887d06cee5e2f742f7e3031ac76a51)

Author SHA1 Message Date
Roberto Ierusalimschy 84ad1eea81 use of NaN as key breaks some invariants 23 years ago
Roberto Ierusalimschy 68ee518e81 only tables need `lua_number2int' 23 years ago
Roberto Ierusalimschy fdfd5b44ee TM_GETTABLE/TM_SETTABLE don't need fast access anymore 23 years ago
Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 years ago
Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy 58bf77bc7f no more extra space when growing hash 23 years ago
Roberto Ierusalimschy a4d06736d4 correct implementation for arrays of size 1 23 years ago
Roberto Ierusalimschy 383e8b9e77 use of a common `dummynode' for all empty tables 23 years ago
Roberto Ierusalimschy f388ee4a82 new way to handle errors 23 years ago
Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata 23 years ago
Roberto Ierusalimschy 0b00e7f1a2 new macro to convert double->int 23 years ago
Roberto Ierusalimschy bee86e23be `luaH_next' works like `next' + better hash for pointers 23 years ago
Roberto Ierusalimschy d5ceb369b1 boolean type must be 0 or 1 23 years ago
Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' 23 years ago
Roberto Ierusalimschy eb262bc617 2^15 does not fit in a 16-bit int 23 years ago
Roberto Ierusalimschy 566310fa04 small optimization 23 years ago
Roberto Ierusalimschy b3bb0f132b new interface for weak modes 23 years ago
Roberto Ierusalimschy f42cc90d2d some warnings 23 years ago
Roberto Ierusalimschy 22dd271cbb another bug in next (when n is a power of 2) 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy 9d801f43d4 details 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 657f65211a bug: `next' did not work for numeric indices 23 years ago
Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 23 years ago
Roberto Ierusalimschy 4d0935ec0f better definition for `luaM_freelem' 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values 24 years ago
Roberto Ierusalimschy 654b16e83a better performance for table operations (mainly for integer indices) 24 years ago
Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
Roberto Ierusalimschy 0e0e4a480e first implementation for weak tables 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 years ago
Roberto Ierusalimschy 44a53df688 better to avoid dirty tricks 24 years ago
Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy caf01b5bfa better implementation for list "for" 24 years ago
Roberto Ierusalimschy b82242d4c4 detail 24 years ago
Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers 24 years ago
Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago