index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
back to "lua_upvalue"... (seems better choice)
Roberto Ierusalimschy
1997-12-18
1
-14
/
+4
*
"lua_dobuffer" (is not official, but its there...)
Roberto Ierusalimschy
1997-12-17
1
-1
/
+12
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-31
/
+37
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-2
/
+3
*
other access method for C upvalues (as arguments)
Roberto Ierusalimschy
1997-11-27
1
-14
/
+25
*
details
Roberto Ierusalimschy
1997-11-26
1
-16
/
+15
*
"stacklimit" is not necessary.
Roberto Ierusalimschy
1997-11-26
1
-9
/
+5
*
small modifications (format, small optimizations, etc)
Roberto Ierusalimschy
1997-11-21
1
-2
/
+2
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-89
/
+81
*
small details
Roberto Ierusalimschy
1997-11-07
1
-1
/
+2
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-14
/
+8
*
no need of "emergency error"...
Roberto Ierusalimschy
1997-11-03
1
-20
/
+3
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-44
/
+51
*
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
1997-10-23
1
-5
/
+5
*
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
1997-10-16
1
-2
/
+2
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-1
/
+3
*
Stack and Call structure of Lua
Roberto Ierusalimschy
1997-09-16
1
-0
/
+415