182 Commits (1ae0b6c0bf9c389bcf9bdf266591cb1e17e80a15)

Author SHA1 Message Date
Roberto Ierusalimschy 440113bbe8 unused macro removed 19 years ago
Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys 19 years ago
Roberto Ierusalimschy c2bd68d2c3 detail 19 years ago
Roberto Ierusalimschy 0d1685d751 bug: last tag is not the number of tags... 20 years ago
Roberto Ierusalimschy bf2b342ac1 better control for compatibility code for varargs 20 years ago
Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition 20 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy 334ba8132b cleaner way to remark open upvalues 20 years ago
Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 years ago
Roberto Ierusalimschy 531874f6ce better (correct?) way to handle `next' over removed keys 20 years ago
Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' 20 years ago
Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 20 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy a4e1230f95 better way to control open upvalues 21 years ago
Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) 21 years ago
Roberto Ierusalimschy 2aaf7394ad more and better tools (assertions & inspectors) to check incremental GC 21 years ago
Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
Roberto Ierusalimschy 366e4af3c9 towards incremental GC 21 years ago
Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 years ago
Roberto Ierusalimschy 572a69df78 Lua does not need all those different types... 22 years ago
Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array 22 years ago
Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) 22 years ago
Roberto Ierusalimschy b40c9f7a3c better code to signal write barriers 22 years ago
Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness 22 years ago
Roberto Ierusalimschy 3010eb0536 all objects with several children (tables, closures, stacks, prototypes) 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 6820da5096 detail 22 years ago
Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 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 9f4b5b5232 weak keys are removed only after finalization 23 years ago
Roberto Ierusalimschy fdfd5b44ee TM_GETTABLE/TM_SETTABLE don't need fast access anymore 23 years ago
Roberto Ierusalimschy e34f282365 `luaV_gettable' returns element position 23 years ago
Roberto Ierusalimschy 3941af53ad first implementation of independent global table per function 23 years ago
Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 years ago
Roberto Ierusalimschy eeab473fc8 new fallback __le (less equal), for partial order 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago