Roberto Ierusalimschy
|
78f9635111
several new comments
|
15 年之前 |
Roberto Ierusalimschy
|
575074fd85
Lua closures are cached for reuse
|
15 年之前 |
Roberto Ierusalimschy
|
0bccf03d7e
slightly better definition for 'changenvalue'
|
15 年之前 |
Roberto Ierusalimschy
|
53f9499f7f
"light C function" is a better name than "C-function pointer"
|
15 年之前 |
Roberto Ierusalimschy
|
7dfa4cd655
first implementation of light C functions
|
15 年之前 |
Roberto Ierusalimschy
|
d20ff60615
new macro LUA_NUMTAGS
|
15 年之前 |
Roberto Ierusalimschy
|
064e406f67
no more fenvs!
|
15 年之前 |
Roberto Ierusalimschy
|
25c557ec63
first version of _ENV; no more global variables
|
15 年之前 |
Roberto Ierusalimschy
|
1ebf109c53
'setobj' must assing fields one by one, to allow trick of using
|
15 年之前 |
Roberto Ierusalimschy
|
062e809e54
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 年之前 |
Roberto Ierusalimschy
|
2583bac3d3
several small changes to simplify changing TValue if needed
|
15 年之前 |
Roberto Ierusalimschy
|
9756f56354
better control over accesses to TValue fields
|
15 年之前 |
Roberto Ierusalimschy
|
0ac3d07ea6
first implementation of lexical environments
|
16 年之前 |
Roberto Ierusalimschy
|
5938212748
information about upvalues (where they come from) kept in Proto structure,
|
16 年之前 |
Roberto Ierusalimschy
|
bd5fa9cc8f
new macro 'getproto'
|
16 年之前 |
Roberto Ierusalimschy
|
a36c8e1718
new macro 'changenvalue'
|
16 年之前 |
Roberto Ierusalimschy
|
6a024df440
new function 'luaO_arith' to perform basic arithmetic operations
|
16 年之前 |
Roberto Ierusalimschy
|
3dbf305408
no more support for old-style varargs
|
16 年之前 |
Roberto Ierusalimschy
|
bb92ef23cb
bug: string at the end of TString must consider the entire TString
|
17 年之前 |
Roberto Ierusalimschy
|
a76fa25199
'ceillog2' now is exported (other modules may need it)
|
17 年之前 |
Roberto Ierusalimschy
|
94d40f3980
luaO_log2 can be private to ltable.c
|
18 年之前 |
Roberto Ierusalimschy
|
a7c9e45c64
avoid trailing white spaces
|
19 年之前 |
Roberto Ierusalimschy
|
440113bbe8
unused macro removed
|
19 年之前 |
Roberto Ierusalimschy
|
ffb798e1e2
avoids type punning for table keys
|
19 年之前 |
Roberto Ierusalimschy
|
c2bd68d2c3
detail
|
20 年之前 |
Roberto Ierusalimschy
|
0d1685d751
bug: last tag is not the number of tags...
|
20 年之前 |
Roberto Ierusalimschy
|
bf2b342ac1
better control for compatibility code for varargs
|
20 年之前 |
Roberto Ierusalimschy
|
d987cf1f81
new mark LUAI_DATA for extern data
|
20 年之前 |
Roberto Ierusalimschy
|
90de38bf1f
warnings in VS .Net
|
20 年之前 |
Roberto Ierusalimschy
|
1ab2b93462
debug information for last line of a function definition
|
20 年之前 |