313 Commits (011850a8f86f514d1ba2ebf7a9411c8036b917f4)

Author SHA1 Message Date
Roberto Ierusalimschy d5fd44d747 corrected definition of lua_number2int for Windows 20 years ago
Roberto Ierusalimschy 409ee99900 detail 20 years ago
Roberto Ierusalimschy 9ffae705ee new "primitive" getn 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy b5b230d95c fewer #include's in luaconf.h 20 years ago
Roberto Ierusalimschy 8ddfe3df29 macros for all arithmetic operations over lua_Numbers 20 years ago
Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 years ago
Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' 20 years ago
Roberto Ierusalimschy 531874f6ce better (correct?) way to handle `next' over removed keys 20 years ago
Roberto Ierusalimschy c78940f21a static names do not need `luaX_' prefix 20 years ago
Roberto Ierusalimschy 0e002005b1 better names for `luaM_free...' macros 20 years ago
Roberto Ierusalimschy 1d99a7360b details 20 years ago
Roberto Ierusalimschy 087df82a61 detail 20 years ago
Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 20 years ago
Roberto Ierusalimschy 66845f415f small optimizations 20 years ago
Roberto Ierusalimschy 1dd8c9b6b6 detail 20 years ago
Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} 21 years ago
Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
Roberto Ierusalimschy df429f163a First version of incremental GC 21 years ago
Roberto Ierusalimschy af850484a9 default metatable can be NULL 21 years ago
Roberto Ierusalimschy 8b97b072cd details 21 years ago
Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' 22 years ago
Roberto Ierusalimschy 572a69df78 Lua does not need all those different types... 22 years ago
Roberto Ierusalimschy 943c82b376 avoid unnecessary call to log2 on too large indices 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy b858161fbc new hash method for lua_Number (double) (due to a performance problem) 22 years ago
Roberto Ierusalimschy 5bb5a1831d details 22 years ago
Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables 22 years ago
Roberto Ierusalimschy 67f9a2a98f details 22 years ago
Roberto Ierusalimschy d6826dbc80 simpler way to count uses 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 24471525d7 details 22 years ago
Roberto Ierusalimschy e47baca75a warnings from Visual C++ 22 years ago
Roberto Ierusalimschy 41fd639cab documentation for write barriers 22 years ago
Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness 22 years ago
Roberto Ierusalimschy 2f91f95d94 better control over GCObjects 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 4964e7c8a0 details 23 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection 23 years ago
Roberto Ierusalimschy 634344d61f new API for weak mode 23 years ago
Roberto Ierusalimschy 5037196f6f new macros `ttis*' 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
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