index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldo.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
Roberto Ierusalimschy
1999-02-04
1
-7
/
+7
*
GC can be called during parsing, if needed.
Roberto Ierusalimschy
1999-01-15
1
-12
/
+12
*
new implementation for error handling: on error, function _ERRORMESSAGE
Roberto Ierusalimschy
1998-08-21
1
-22
/
+11
*
auxiliar function "luaD_calln".
Roberto Ierusalimschy
1998-07-12
1
-4
/
+7
*
"dostring" accepts chunk name.
Roberto Ierusalimschy
1998-06-19
1
-13
/
+24
*
"lua_dobuffer" gets an extra argument, with the chunk name
Roberto Ierusalimschy
1998-06-15
1
-12
/
+7
*
'dobuffer' addpoted.
Roberto Ierusalimschy
1998-05-31
1
-5
/
+3
*
put back quotes (") when string in dostring ends with a \n
Roberto Ierusalimschy
1998-01-29
1
-2
/
+5
*
"volatile is the only reliable way to ensure that a local variable
Roberto Ierusalimschy
1998-01-28
1
-6
/
+6
*
details in "dostring" identification
Roberto Ierusalimschy
1998-01-27
1
-2
/
+2
*
back to upavalues as extra arguments for C closures; this way it's
Roberto Ierusalimschy
1998-01-07
1
-2
/
+17
*
some details related to OLD_ANSI
Roberto Ierusalimschy
1997-12-26
1
-4
/
+3
*
error method *always* gets a string (otherwise it is not called at all)
Roberto Ierusalimschy
1997-12-23
1
-4
/
+2
*
"zio" now keeps its "name".
Roberto Ierusalimschy
1997-12-22
1
-14
/
+14
*
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
[prev]