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
/
lbuiltin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
no more protected global variables
Roberto Ierusalimschy
1997-11-28
1
-9
/
+1
*
other access method for C upvalues (as arguments)
Roberto Ierusalimschy
1997-11-27
1
-3
/
+5
*
global variables starting with '.' are protected in Lua (temporarily at
Roberto Ierusalimschy
1997-11-27
1
-3
/
+13
*
extra argument for "assert"
Roberto Ierusalimschy
1997-11-26
1
-2
/
+2
*
small details by lint.
Roberto Ierusalimschy
1997-11-26
1
-3
/
+3
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-14
/
+15
*
"call" now handles errors (instead of "dostring")
Roberto Ierusalimschy
1997-11-07
1
-20
/
+29
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-16
/
+4
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-6
/
+6
*
"foreach" and "foreachvar" more robust (to survive GCs), and with
Roberto Ierusalimschy
1997-10-23
1
-12
/
+24
*
new functions "foreach" and "foreachvar"
Roberto Ierusalimschy
1997-10-18
1
-22
/
+79
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-36
/
+40
*
Built-in functions
Roberto Ierusalimschy
1997-09-16
1
-0
/
+404