185 Commits (a2f98314a30859b217d6f7f7741c785a8e029e3c)

Author SHA1 Message Date
Roberto Ierusalimschy 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' 15 years ago
Roberto Ierusalimschy 3c4d970a7b comment typos 15 years ago
Roberto Ierusalimschy 2e5ef6a9fb new macro 'isdummy' 15 years ago
Roberto Ierusalimschy 49a67c6d3f new macro 'NILCONSTANT' to initialize nil constants 15 years ago
Roberto Ierusalimschy 9756f56354 better control over accesses to TValue fields 15 years ago
Roberto Ierusalimschy f6ed285cf2 new hash for doubles based on frexp, to avoid low-level tricks 15 years ago
Roberto Ierusalimschy 42167804b8 luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, 15 years ago
Roberto Ierusalimschy c6b442bd36 'luaM_freearray' does not need array type as argument 16 years ago
Roberto Ierusalimschy a274596ecc avoid making 'lastfree' an invalid pointer 16 years ago
Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) 17 years ago
Roberto Ierusalimschy ae00b3a76f another way to normalize -0 that avoids problems with very small 18 years ago
Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c 18 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy dfe2f1eeff macros luai_num* take a state L (when available) as argument, to allow 19 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy baffc37f5c detail 19 years ago
Roberto Ierusalimschy f8b7a5581e avoid unnecessary exports 19 years ago
Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys 19 years ago
Roberto Ierusalimschy c505f341d6 small changes in casts 19 years ago
Roberto Ierusalimschy db724e14e0 new macro luai_numisnan 19 years ago
Roberto Ierusalimschy 8e48ebb638 no more L in numer-operator macros (some functions that use those macros 19 years ago
Roberto Ierusalimschy 0f30d00c87 warnings from Visual C 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy f21e9c172f details 20 years ago
Roberto Ierusalimschy 67578ec51f several small details 20 years ago
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 years ago
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