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
/
lstate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new function 'lua_version' (so that 'checkversion' can be implemented
Roberto Ierusalimschy
2009-06-18
1
-2
/
+2
*
no more L->base + ci->base only for Lua functions (C functions may use
Roberto Ierusalimschy
2009-06-01
1
-2
/
+1
*
new way to GC stacks: the entire stack must be correct all the times;
Roberto Ierusalimschy
2009-04-28
1
-1
/
+4
*
several small improvements based on 'ci' being fixed now (including
Roberto Ierusalimschy
2009-04-17
1
-2
/
+1
*
'luaM_freearray' does not need array type as argument
Roberto Ierusalimschy
2009-04-17
1
-3
/
+3
*
'CallInfo' stack implemented as double-linked list instead of an array
Roberto Ierusalimschy
2009-04-17
1
-14
/
+47
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
1
-2
/
+2
*
new macro 'lua_checkversion' to check whether core and application are
Roberto Ierusalimschy
2009-02-18
1
-1
/
+2
*
finalizers always called protected
Roberto Ierusalimschy
2009-02-17
1
-14
/
+2
*
better control of call status through CallInfo
Roberto Ierusalimschy
2008-08-26
1
-2
/
+2
*
new field 'status' in CallInfo structure
Roberto Ierusalimschy
2008-08-13
1
-1
/
+2
*
simplification in the handling of finalizers: no more 'tmudata' list +
Roberto Ierusalimschy
2008-06-26
1
-4
/
+4
*
userdata with finalizers are kept in a separated list
Roberto Ierusalimschy
2008-02-19
1
-6
/
+5
*
more options for 'kinds' of Garbage Collection
Roberto Ierusalimschy
2008-02-11
1
-2
/
+2
*
first implementation of ephemerons
Roberto Ierusalimschy
2007-10-31
1
-4
/
+2
*
some changes toward ephemerons
Roberto Ierusalimschy
2007-10-29
1
-2
/
+4
*
new constant LUA_OK
Roberto Ierusalimschy
2006-10-10
1
-4
/
+4
*
avoid trailing white spaces
Roberto Ierusalimschy
2006-09-11
1
-2
/
+2
*
BUG: there is only one C stack, so nCcalls must be global
Roberto Ierusalimschy
2006-08-15
1
-3
/
+4
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-6
/
+15
*
only destroy state after running all finalizers
Roberto Ierusalimschy
2006-05-24
1
-2
/
+2
*
missing macros 'luai_userstate*'
Roberto Ierusalimschy
2005-10-06
1
-2
/
+4
*
smaller initial tables (for programs that create many states)
Roberto Ierusalimschy
2005-09-20
1
-3
/
+3
*
no more '-w' option + new way to check module existence
Roberto Ierusalimschy
2005-08-25
1
-2
/
+1
*
small improvement
Roberto Ierusalimschy
2005-06-03
1
-2
/
+2
*
metatables for all types
Roberto Ierusalimschy
2005-05-05
1
-1
/
+3
*
detail
Roberto Ierusalimschy
2005-04-05
1
-5
/
+8
*
small optimizations
Roberto Ierusalimschy
2005-04-05
1
-1
/
+2
*
better name for GC pause
Roberto Ierusalimschy
2005-03-22
1
-3
/
+3
*
small errors in previous `ci' of luaconf.h.
Roberto Ierusalimschy
2005-03-18
1
-2
/
+2
*
more cleaning on configurations
Roberto Ierusalimschy
2005-03-18
1
-15
/
+4
*
details
Roberto Ierusalimschy
2005-02-23
1
-3
/
+3
*
cleaner way to free all objects
Roberto Ierusalimschy
2005-02-10
1
-4
/
+5
*
cleaner way to remark open upvalues
Roberto Ierusalimschy
2005-01-18
1
-15
/
+7
*
no more generational collector (and no more `noinc' mode)
Roberto Ierusalimschy
2005-01-14
1
-5
/
+4
*
change in hash algorithm so that it does not need empty slot
Roberto Ierusalimschy
2005-01-05
1
-4
/
+1
*
cleaner interface to `ltable'
Roberto Ierusalimschy
2005-01-04
1
-3
/
+3
*
a different option for the GC
Roberto Ierusalimschy
2004-12-13
1
-2
/
+2
*
more options for controling the GC
Roberto Ierusalimschy
2004-12-06
1
-1
/
+3
*
better names for `luaM_free...' macros
Roberto Ierusalimschy
2004-11-24
1
-2
/
+2
*
better control over memory-size overflows
Roberto Ierusalimschy
2004-11-19
1
-2
/
+2
*
small optimization for table size in machines with double allignment
Roberto Ierusalimschy
2004-10-06
1
-2
/
+2
*
cleaner API for coroutines
Roberto Ierusalimschy
2004-09-15
1
-2
/
+2
*
tighter tests for stack overflow
Roberto Ierusalimschy
2004-09-08
1
-2
/
+2
*
better control for GC cycles
Roberto Ierusalimschy
2004-08-30
1
-6
/
+8
*
first implementation of generational GC
Roberto Ierusalimschy
2004-08-24
1
-4
/
+6
*
new coroutines inherit hook from creator
Roberto Ierusalimschy
2004-06-17
1
-1
/
+5
*
optional error for accesss to undefined variables/fields
Roberto Ierusalimschy
2004-06-17
1
-1
/
+2
*
details
Roberto Ierusalimschy
2004-06-02
1
-2
/
+3
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-1
/
+2
[next]