82 Commits (35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7)

Author SHA1 Message Date
Roberto Ierusalimschy d1c689af40 subtelties in layout of TString 24 years ago
Roberto Ierusalimschy 37e9c2e744 macro DEBUG renamed to LUA_DEBUG 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 f6834f4393 new API function `lua_type' + new type lua_Type 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 787a78f83e new scheme for buffers 25 years ago
Roberto Ierusalimschy c85162be27 new way to store local-variable information. 25 years ago
Roberto Ierusalimschy bd39db46ed details 25 years ago
Roberto Ierusalimschy f90bc248b3 new structure for line information 25 years ago
Roberto Ierusalimschy d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros 25 years ago
Roberto Ierusalimschy 7e30900def better field name 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 years ago
Roberto Ierusalimschy 91f34fb05c lua.h should not use names without prefix lua_ (`TObject', for instance) 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
Roberto Ierusalimschy c3b73cbeb8 comments (detail) 25 years ago
Roberto Ierusalimschy 36e1390631 details. 25 years ago
Roberto Ierusalimschy 8f0f54ec38 name change 25 years ago
Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 years ago
Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE 25 years ago
Roberto Ierusalimschy 54633d7c7d new name for llimits.h 25 years ago
Roberto Ierusalimschy 213e9febc8 limits now are in `llims.n' 25 years ago
Roberto Ierusalimschy bb9605bbc9 tags can be positive values 25 years ago
Roberto Ierusalimschy 7f77431950 detail 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 075da266e5 there is no need to use shorts... 25 years ago
Roberto Ierusalimschy 1f01998516 nobody uses memmove any more. 25 years ago
Roberto Ierusalimschy 3afe85b2ce new version for INSTRUCTION formats 25 years ago
Roberto Ierusalimschy 52aad0ab59 removing implementation for better error messages (must rethink it...) 25 years ago
Roberto Ierusalimschy 1f691a4fcd renaming of some opcodes and fields 25 years ago
Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and 25 years ago
Roberto Ierusalimschy 298d0abff7 first version of extra debug information (NAME) 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago
Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy d915cf4f9d ways to measure number of `blocks' for GC + details 25 years ago
Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 25 years ago
Roberto Ierusalimschy 910836fb53 warnings from Visual C++ 25 years ago
Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 25 years ago