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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
details.
Roberto Ierusalimschy
2000-03-31
1
-6
/
+1
*
details
Roberto Ierusalimschy
2000-01-13
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
*
stack may not be empty after a correct run...
Roberto Ierusalimschy
1999-12-07
1
-6
/
+6
*
better control (and error recovery) for begin/end blocks
Roberto Ierusalimschy
1999-12-06
1
-1
/
+2
*
`lua_newstate' gets the inital stack size and other arguments
Roberto Ierusalimschy
1999-12-06
1
-7
/
+44
*
fixed stack; first version.
Roberto Ierusalimschy
1999-12-01
1
-5
/
+2
*
mistake in change for multi-state (gc threshold was not corrected)
Roberto Ierusalimschy
1999-11-29
1
-2
/
+2
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-25
/
+27
*
ways to measure number of `blocks' for GC + details
Roberto Ierusalimschy
1999-11-10
1
-3
/
+5
*
better assertions.
Roberto Ierusalimschy
1999-10-14
1
-5
/
+7
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-20
/
+7
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-5
/
+3
*
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
-1
/
+4
*
IMtable must be initialized (and IMtable_size is not needed any more) due
Roberto Ierusalimschy
1999-04-13
1
-6
/
+7
*
"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
/
+4
*
new functions to manipulate C global variables
Roberto Ierusalimschy
1999-01-15
1
-7
/
+1
*
API for functions to manipulate global state.
Roberto Ierusalimschy
1998-06-02
1
-3
/
+11
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-1
/
+3
*
better treatment of MARKs and DEBUG cases.
Roberto Ierusalimschy
1997-12-11
1
-2
/
+2
*
first version of "lua_close"
Roberto Ierusalimschy
1997-12-01
1
-1
/
+27
*
no more 'globalbag'
Roberto Ierusalimschy
1997-11-27
1
-3
/
+1
*
global state for Lua interpreter
Roberto Ierusalimschy
1997-11-19
1
-0
/
+52