Roberto Ierusalimschy
|
cbc58af260
new opcode for "long" arguments (3 bytes)
|
26 years ago |
Roberto Ierusalimschy
|
27407fc1f5
new syntax: assignment expressions + better order for opcodes
|
26 years ago |
Roberto Ierusalimschy
|
1a17da2ff9
opcodes with builtin parameters are too complicated for very little extra
|
26 years ago |
Roberto Ierusalimschy
|
4a13f513f8
luaH_set does the set!
|
26 years ago |
Roberto Ierusalimschy
|
595738f6fe
small optimizations
|
26 years ago |
Roberto Ierusalimschy
|
b5eb4f3126
small optimization in getglobal
|
26 years ago |
Roberto Ierusalimschy
|
fb663f768d
"%.16g" already formats integers as integers, so we do not need an
|
26 years ago |
Roberto Ierusalimschy
|
8396027516
better precision when converting numbers to strings.
|
26 years ago |
Roberto Ierusalimschy
|
59f8e6fb77
details ("settable")
|
27 years ago |
Roberto Ierusalimschy
|
fe5c41fb8a
new functions "tinsert" and "tremove"
|
27 years ago |
Roberto Ierusalimschy
|
4c94d8cc2c
new function "luaO_str2d" to convert strings to numbers, because
|
27 years ago |
Roberto Ierusalimschy
|
a881abfd1e
"strtod" is cleaner than "scanf" for this job.
|
27 years ago |
Roberto Ierusalimschy
|
5ca2709ba0
small warnings
|
27 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".
|
28 years ago |
Roberto Ierusalimschy
|
4e0bf95622
variant opcodes for PUSHSELF
|
28 years ago |
Roberto Ierusalimschy
|
541e722360
details
|
28 years ago |
Roberto Ierusalimschy
|
502343b402
new scheme for buffers, centralized in auxlib.
|
28 years ago |
Roberto Ierusalimschy
|
45e533599f
optimization: closures without upvalues don't need to be closures
|
28 years ago |
Roberto Ierusalimschy
|
80b3d28f4a
details (mainly error messages)
|
28 years ago |
Roberto Ierusalimschy
|
accd7bc253
small modifications (format, small optimizations, etc)
|
28 years ago |