1574 Commits (89ef91a7fe985b5d3c5d16147b8325467a1742f1)
 

Author SHA1 Message Date
Roberto Ierusalimschy 89ef91a7fe `opmodes' table also generated automatically by mkprint 24 years ago
Roberto Ierusalimschy 00aaee0ae7 details 24 years ago
Roberto Ierusalimschy 18d3e82cfe check C is independent from check B 24 years ago
Roberto Ierusalimschy 2a4afb97c8 new module lopcodes.c for tables describing opcodes 24 years ago
Roberto Ierusalimschy 87a5fae453 tables describing opcodes 24 years ago
Roberto Ierusalimschy afed6c6864 missing an opcode name 24 years ago
Roberto Ierusalimschy 770954510f rename of `kproto' to `p' 24 years ago
Roberto Ierusalimschy b346834a09 new macros for changing numbers 24 years ago
Roberto Ierusalimschy 61a036eaa5 new macro to control format for `read"*n"' 24 years ago
Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... 24 years ago
Roberto Ierusalimschy 9559c111a3 new `read' option `*u' (read-until) + simpler implementation for `read' 24 years ago
Roberto Ierusalimschy 777061e441 resurect userdata before calling its GC tag method 24 years ago
Roberto Ierusalimschy fccadba4b5 new reserved words `in' and `global' 24 years ago
Roberto Ierusalimschy b940f09984 no more "compat mode" with 3.2 (deprecated functions) 24 years ago
Roberto Ierusalimschy 878979cef7 no more opnames in binary tag methods 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy eadf2aaaff small optimizations 24 years ago
Roberto Ierusalimschy ae19b2f51e more relaxed rules for syncronized access 24 years ago
Roberto Ierusalimschy a3fbf5f5fd details 24 years ago
Roberto Ierusalimschy 7fae1c17b1 detail 24 years ago
Roberto Ierusalimschy 89e8303f4e more robust treatment of GC tag methods (now they can create new 24 years ago
Roberto Ierusalimschy 89c301d180 `(exp)' adjusts exp to 1 result 24 years ago
Roberto Ierusalimschy 186111dc01 unused definition 24 years ago
Roberto Ierusalimschy 0a1b1acdd3 details about opcode parameters 24 years ago
Roberto Ierusalimschy 79acf5ea60 details 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy 4905fdd135 C++ warning 24 years ago
Roberto Ierusalimschy 0267168675 details. 24 years ago
Roberto Ierusalimschy ba11831d35 smaller structs for udata and for strings 24 years ago
Roberto Ierusalimschy 190ddd431d details (rests of debug code) 24 years ago
Roberto Ierusalimschy 65c289b046 details 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
Roberto Ierusalimschy da673d31aa user can define extra alignment requirements 24 years ago
Roberto Ierusalimschy 323da72577 `weakmode' queries must have an explicit `?' 24 years ago
Roberto Ierusalimschy 943b8f5b18 details 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy 572a69b6af name changes 24 years ago
Roberto Ierusalimschy beee01b170 re-implementation of refs through weak tables 24 years ago
Roberto Ierusalimschy 6473f965ca new API functions to load (parse?) a chunk without running it. 24 years ago
Roberto Ierusalimschy 0e0e4a480e first implementation for weak tables 24 years ago
Roberto Ierusalimschy 2a50188269 avoid use of l_char outside INTERNALs (use lua_char instead) 24 years ago
Roberto Ierusalimschy 9aedea6ec8 small bug (when parser fails, there is no function on the stack...) 24 years ago
Roberto Ierusalimschy a68635a919 list constructors do not adjust last expression 24 years ago
Roberto Ierusalimschy 2112142680 allow syntax << function (x) ... end (...) >> as a statement 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy cb49b088b6 old signature for lua_open 24 years ago
Roberto Ierusalimschy c5a23cf01a details 24 years ago
Roberto Ierusalimschy 6048c4f74d better way to link callinfo's and stack 24 years ago
Roberto Ierusalimschy 5e870f86a2 optimization for tailcall does not seem to pay itself 24 years ago
Roberto Ierusalimschy f81b8adb3f string [[...]] ignores initial \n 24 years ago