387 Commits (f8e354e2404cbd0a91b4299598d4de9757e73fd7)

Author SHA1 Message Date
Roberto Ierusalimschy 8396027516 better precision when converting numbers to strings. 26 years ago
Roberto Ierusalimschy 59f8e6fb77 details ("settable") 26 years ago
Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" 26 years ago
Roberto Ierusalimschy 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because 26 years ago
Roberto Ierusalimschy a881abfd1e "strtod" is cleaner than "scanf" for this job. 26 years ago
Roberto Ierusalimschy 5ca2709ba0 small warnings 26 years ago
Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes 27 years ago
Roberto Ierusalimschy 1917149fdd details. 27 years ago
Roberto Ierusalimschy 62c36a6056 better error message when '^' is not defined. 27 years ago
Roberto Ierusalimschy d470792517 words are stored in hi-lo order (easier to print) 27 years ago
Roberto Ierusalimschy 2a2b64d6ac opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) 27 years ago
Roberto Ierusalimschy 99cc4b20f2 details 27 years ago
Roberto Ierusalimschy 0969a971cd better use of "ASSERT". 27 years ago
Roberto Ierusalimschy 88a2023c32 support for strings with '\0' 27 years ago
Roberto Ierusalimschy b9acf4b4af "strcoll" may not exist in ond ansi machines 27 years ago
Roberto Ierusalimschy f0dffaa209 new way to hanlde arg information 27 years ago
Roberto Ierusalimschy f76bca23ef variants for "ARGS". 27 years ago
Roberto Ierusalimschy 4e0bf95622 variant opcodes for PUSHSELF 27 years ago
Roberto Ierusalimschy 541e722360 details 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 27 years ago
Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) 27 years ago
Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) 27 years ago
Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 27 years ago
Roberto Ierusalimschy 6103dca8ee small bug. 27 years ago
Roberto Ierusalimschy 18cd7adac6 optimization to handle <a.x> (new opcode). 27 years ago
Roberto Ierusalimschy e78cf96c97 first version of Cclosures. 27 years ago
Roberto Ierusalimschy 45ccb0e881 "nupvalues" is kept in Closure, not in prototype (as a preparation 27 years ago
Roberto Ierusalimschy 7c261a13b5 more uniform treatment to opcode variants. 27 years ago
Roberto Ierusalimschy f6a9cc9a67 jumps are relative to next instruction 27 years ago
Roberto Ierusalimschy 28d47a0aaa all jumps have byte variants; WHILE optimization 27 years ago
Roberto Ierusalimschy a580480b07 new implementation for globals: Global value is stored in TaggedString 28 years ago
Roberto Ierusalimschy 0dd6d1080e new opcode variants. 28 years ago
Roberto Ierusalimschy d6c867ea50 better way to cope with opcode variants 28 years ago
Roberto Ierusalimschy 2079cfe8fa new way to code globals, using const table instead of putting global 28 years ago
Roberto Ierusalimschy dfe03c7abe small optimizations (bit scrubbing) 28 years ago
Roberto Ierusalimschy 6990da0057 Lua virtual machine 28 years ago