239 Commits (2e6e53c7ccb8634f21598b151413292c472ab432)

Author SHA1 Message Date
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
Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 0066bbbb0b details 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
Roberto Ierusalimschy 100bfec39a new implementation for `next' 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy 5362426ffa error message 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros 25 years ago
Roberto Ierusalimschy 8bcf622876 new signature for `luaH_set' 25 years ago
Roberto Ierusalimschy 292c953018 new auxiliar function `luaH_setstr' 25 years ago
Roberto Ierusalimschy c542aac0b9 collect dead indices in tables 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy b803c0600e details 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 534c3a64d3 small optimizations for table access 25 years ago