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
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-12
/
+12
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-12
/
+12
*
fewer #include's in luaconf.h
Roberto Ierusalimschy
2005-03-08
1
-1
/
+2
*
C functions and userdata also have environments
Roberto Ierusalimschy
2005-02-18
1
-2
/
+2
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-3
/
+3
*
added an `L' parameter to macros L_TRY & L_THROW (someone may need it).
Roberto Ierusalimschy
2004-12-01
1
-3
/
+3
*
removal of unused variable
Roberto Ierusalimschy
2004-09-22
1
-3
/
+1
*
cleaner API for coroutines
Roberto Ierusalimschy
2004-09-15
1
-18
/
+14
*
tighter tests for stack overflow
Roberto Ierusalimschy
2004-09-08
1
-12
/
+22
*
two bugs related to varargs
Roberto Ierusalimschy
2004-09-03
1
-5
/
+9
*
new macro `lua_threadyield' + lock stuff in `luaconf.h' + details
Roberto Ierusalimschy
2004-06-02
1
-6
/
+6
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-23
/
+43
*
small steps towards yields in iterators and tag methods
Roberto Ierusalimschy
2004-05-14
1
-12
/
+18
*
code parameterized by LUA_FIRSTINDEX (first index of an array)
Roberto Ierusalimschy
2004-05-10
1
-2
/
+2
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-18
/
+4
*
details
Roberto Ierusalimschy
2004-03-24
1
-2
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-17
/
+18
*
comments
Roberto Ierusalimschy
2003-11-11
1
-2
/
+2
*
it's ok to dump functions with upvalues
Roberto Ierusalimschy
2003-10-20
1
-2
/
+5
*
detail
Roberto Ierusalimschy
2003-10-20
1
-3
/
+3
*
details
Roberto Ierusalimschy
2003-10-03
1
-3
/
+3
*
bug: cannot invalidate a running coroutine
Roberto Ierusalimschy
2003-09-05
1
-9
/
+21
*
parser fully reentrant(!)
Roberto Ierusalimschy
2003-08-27
1
-14
/
+8
*
new auxiliary function `luaH_setstr'
Roberto Ierusalimschy
2003-08-26
1
-4
/
+3
*
zio does not keep "source" name (nobody uses it)
Roberto Ierusalimschy
2003-08-25
1
-4
/
+6
*
we do not need a default panic (that does nothing anyway...)
Roberto Ierusalimschy
2003-07-16
1
-2
/
+2
*
new way to control `pc' of running functions
Roberto Ierusalimschy
2003-07-16
1
-26
/
+21
*
no more compatibility code for 4.0
Roberto Ierusalimschy
2003-05-14
1
-4
/
+1
*
new (internal) macros for error handling
Roberto Ierusalimschy
2003-05-13
1
-3
/
+18
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-5
/
+3
*
bug: GC metamethod calls could mess C/Lua stack syncronization
Roberto Ierusalimschy
2003-02-28
1
-7
/
+11
*
no more attempt to optimize GC when parsing new modules (too complex)
Roberto Ierusalimschy
2003-02-28
1
-14
/
+5
*
no-nonsense debug information about tail calls
Roberto Ierusalimschy
2003-02-27
1
-7
/
+20
*
create arg table with correct size
Roberto Ierusalimschy
2003-02-13
1
-2
/
+2
*
bug: luaD_protectedparser must protect its garbage collection too
Roberto Ierusalimschy
2003-01-23
1
-15
/
+14
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
new function `lua_cpcall'
Roberto Ierusalimschy
2002-12-04
1
-24
/
+7
*
comments
Roberto Ierusalimschy
2002-11-22
1
-2
/
+2
*
separated control over C recursion level
Roberto Ierusalimschy
2002-11-22
1
-12
/
+19
*
new macro `condhardstacktests' to control hard stack tests
Roberto Ierusalimschy
2002-11-21
1
-1
/
+2
*
easier way to keep `base' correct
Roberto Ierusalimschy
2002-11-21
1
-7
/
+2
*
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
2002-11-21
1
-12
/
+16
*
new assertions
Roberto Ierusalimschy
2002-11-18
1
-4
/
+7
*
support for yield inside hooks
Roberto Ierusalimschy
2002-11-18
1
-18
/
+26
*
new representation for hooks (to allow asynchronous calls to sethook)
Roberto Ierusalimschy
2002-11-18
1
-10
/
+10
*
documentation for write barriers
Roberto Ierusalimschy
2002-11-14
1
-2
/
+2
*
better control over GCObjects
Roberto Ierusalimschy
2002-11-13
1
-2
/
+2
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-13
/
+13
*
new API for coroutines
Roberto Ierusalimschy
2002-11-06
1
-59
/
+38
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-10
/
+16
[next]