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
/
lvm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-04
small bug: debug.getfenv should check whether it has an argument
Roberto Ierusalimschy
1
-1
/
+2
2009-08-04
'collectgarbage"count"' returns a second argument with the count%1024.
Roberto Ierusalimschy
1
-2
/
+3
2009-07-16
bug: stack must be cleared until its end (including extra size) +
Roberto Ierusalimschy
1
-26
/
+9
2009-07-15
tail calls do not need to move whole new frame down, only its slice
Roberto Ierusalimschy
1
-8
/
+12
2009-07-15
new macro 'getproto'
Roberto Ierusalimschy
3
-7
/
+8
2009-07-15
detail (comment: 'correspoding' -> 'corresponding')
Roberto Ierusalimschy
1
-2
/
+2
2009-07-15
'index2adr' -> 'index2addr' (correct spelling)
Roberto Ierusalimschy
1
-40
/
+40
2009-07-15
avoid using 'UNUSED' (not defined outside the kernel)
Roberto Ierusalimschy
1
-5
/
+5
2009-07-15
'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' and
Roberto Ierusalimschy
1
-5
/
+2
2009-07-15
calls with LUA_MULTRET may leave no free slots in the stack
Roberto Ierusalimschy
2
-2
/
+5
2009-07-15
new way to control stack overflow, controling only total size of the stack
Roberto Ierusalimschy
10
-78
/
+100
2009-07-08
new definition for 'luaD_checkstack' to avoid possible overflows
Roberto Ierusalimschy
1
-4
/
+3
2009-07-08
errors in 'resume' should be all protected
Roberto Ierusalimschy
1
-5
/
+9
2009-07-02
smart use of varargs may create functions that return too
Roberto Ierusalimschy
1
-2
/
+22
2009-07-01
BUG: 'luaV_settable' may invalidate a reference to a table and try
Roberto Ierusalimschy
1
-5
/
+46
2009-07-01
bug: 'luaV_settable' may invalidate a reference to a table and try
Roberto Ierusalimschy
1
-3
/
+6