index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lstate.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new names for debug types
Roberto Ierusalimschy
2000-03-30
1
-3
/
+3
*
some name changes
Roberto Ierusalimschy
2000-03-10
1
-3
/
+3
*
small changes for "clean C"
Roberto Ierusalimschy
2000-02-08
1
-3
/
+3
*
new debug API (first version)
Roberto Ierusalimschy
2000-01-19
1
-3
/
+3
*
comments.
Roberto Ierusalimschy
1999-12-27
1
-3
/
+3
*
new way to control hooks inside hooks (now the control is done inside Lua)
Roberto Ierusalimschy
1999-12-21
1
-4
/
+5
*
`lua_newstate' gets the inital stack size and other arguments
Roberto Ierusalimschy
1999-12-06
1
-1
/
+2
*
fixed stack; first version.
Roberto Ierusalimschy
1999-12-01
1
-13
/
+14
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-2
/
+2
*
ways to measure number of `blocks' for GC + details
Roberto Ierusalimschy
1999-11-10
1
-10
/
+2
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-2
/
+2
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-5
/
+5
*
there is no need for a size for Cblocks
Roberto Ierusalimschy
1999-05-11
1
-2
/
+1
*
array Cblocks should grow dynamically
Roberto Ierusalimschy
1999-05-11
1
-4
/
+3
*
warnings by clinio
Roberto Ierusalimschy
1999-05-10
1
-3
/
+13
*
IMtable must be initialized (and IMtable_size is not needed any more) due
Roberto Ierusalimschy
1999-04-13
1
-2
/
+1
*
"L->Mbuffbase" is better kept as offset instead of pointer
Roberto Ierusalimschy
1999-02-25
1
-2
/
+2
*
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
Roberto Ierusalimschy
1999-02-04
1
-1
/
+6
*
"lua_state" is already declared in lua.h, which is included here.
Roberto Ierusalimschy
1998-08-30
1
-4
/
+1
*
new implementation for error handling: on error, function _ERRORMESSAGE
Roberto Ierusalimschy
1998-08-21
1
-2
/
+1
*
details
Roberto Ierusalimschy
1998-06-24
1
-3
/
+7
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
API for functions to manipulate global state.
Roberto Ierusalimschy
1998-06-02
1
-10
/
+13
*
NEW LL(1) PARSER
Roberto Ierusalimschy
1998-05-27
1
-3
/
+1
*
details
Roberto Ierusalimschy
1998-01-09
1
-3
/
+3
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-3
/
+5
*
store "functofind" in stack top, so doesn't need this field in
Roberto Ierusalimschy
1997-11-28
1
-2
/
+1
*
no more 'globalbag'
Roberto Ierusalimschy
1997-11-27
1
-2
/
+1
*
"stacklimit" is not necessary.
Roberto Ierusalimschy
1997-11-26
1
-2
/
+1
*
small modifications (format, small optimizations, etc)
Roberto Ierusalimschy
1997-11-21
1
-6
/
+6
*
global state for Lua interpreter
Roberto Ierusalimschy
1997-11-19
1
-0
/
+82