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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
'nresults' in CallInfo now refers to number of results that the current
Roberto Ierusalimschy
2010-09-30
2
-5
/
+6
*
hexadecimal constants may be floating values too
Roberto Ierusalimschy
2010-09-13
1
-6
/
+4
*
'loadin' should not check whether upvalue is called '_ENV',
Roberto Ierusalimschy
2010-09-07
1
-5
/
+3
*
'lua_[gs]etupvalue' may work even without debug information
Roberto Ierusalimschy
2010-09-07
1
-2
/
+6
*
name "_ENV" configurable through 'luaconf.h'
Roberto Ierusalimschy
2010-09-07
7
-15
/
+23
*
new parameter 'majorinc' to control frequency of major collections
Roberto Ierusalimschy
2010-09-03
6
-13
/
+25
*
'loadin' should accept any value for the environment (not only tables) +
Roberto Ierusalimschy
2010-08-23
1
-3
/
+6
*
'pushclosure' -> 'codeclosure' (as there is another 'pushclosure' in
Roberto Ierusalimschy
2010-08-23
1
-8
/
+13
*
api checks to ensure that thread is OK when using lua_call/lua_pcall
Roberto Ierusalimschy
2010-08-04
1
-1
/
+3
*
use index 0 for header of list of free references
Roberto Ierusalimschy
2010-08-03
1
-7
/
+7
*
detail: registry._PRELOAD must be a table, no need to check
Roberto Ierusalimschy
2010-08-02
1
-3
/
+1
*
'module'/'luaL_register' and associates are deprecated
Roberto Ierusalimschy
2010-07-28
6
-14
/
+33
*
several new comments
Roberto Ierusalimschy
2010-07-26
1
-27
/
+43
*
'lua_[gs]etenv' -> 'lua_[gs]etuservalue'
Roberto Ierusalimschy
2010-07-25
4
-17
/
+17
*
environment variables consulted by Lua may be version-specific
Roberto Ierusalimschy
2010-07-25
2
-16
/
+32
*
new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}
Roberto Ierusalimschy
2010-07-25
2
-6
/
+12
*
using curly brackets to mark blocks of '#if/#else/#endif's
Roberto Ierusalimschy
2010-07-18
1
-26
/
+26
*
new way to distinguish between indexing tables in registers and
Roberto Ierusalimschy
2010-07-07
3
-46
/
+41
*
better organization for fields in struct 'expdesc'
Roberto Ierusalimschy
2010-07-02
4
-62
/
+67
*
comand-line option '-l' creates global with given name after
Roberto Ierusalimschy
2010-07-02
1
-9
/
+18
*
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx
Roberto Ierusalimschy
2010-07-02
5
-24
/
+37
*
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
2010-07-02
14
-55
/
+104
*
old (and complex) luaL_findtable now used only in compatibility code
Roberto Ierusalimschy
2010-06-30
4
-39
/
+59
*
typo in comments
Roberto Ierusalimschy
2010-06-30
5
-12
/
+12
*
macro 'key2tal' replaced by 'gkey' (as both were equal)
Roberto Ierusalimschy
2010-06-25
4
-15
/
+13
*
'getlocal' gets information about parameters of Lua functions
Roberto Ierusalimschy
2010-06-21
3
-20
/
+37
*
no more support for old Mac OS systems
Roberto Ierusalimschy
2010-06-18
1
-87
/
+3
*
'what' may be NULL in 'kname'
Roberto Ierusalimschy
2010-06-16
1
-2
/
+2
*
'ipair' is back
Roberto Ierusalimschy
2010-06-13
1
-12
/
+2
*
use ANSI versions of DLL functions in Windows
Roberto Ierusalimschy
2010-06-13
1
-4
/
+4
*
'coroutine' library separated from 'baselib'
Roberto Ierusalimschy
2010-06-10
6
-153
/
+169
*
unused '#include' removed
Roberto Ierusalimschy
2010-06-10
1
-2
/
+1
*
back with #-comments for binary files
Roberto Ierusalimschy
2010-06-09
1
-13
/
+30
*
better barrier for prototypes
Roberto Ierusalimschy
2010-06-07
3
-36
/
+30
*
Lua closures are cached for reuse
Roberto Ierusalimschy
2010-06-04
5
-36
/
+114
*
'luaF_newLclosure' gets prototype of new closure as argument
Roberto Ierusalimschy
2010-06-04
2
-5
/
+4
*
better names for barrier macros
Roberto Ierusalimschy
2010-06-04
2
-6
/
+6
*
bug: generational collection was not running collector! (must write
Roberto Ierusalimschy
2010-06-02
1
-2
/
+3
*
factoring out common code in 'module' and 'luaL_openlib'
Roberto Ierusalimschy
2010-05-31
3
-29
/
+35
*
new macro MAXUPVAL (maximum number of upvalues per closure)
Roberto Ierusalimschy
2010-05-31
3
-7
/
+12
*
correct definition for 'lua_cpcall' (tested)
Roberto Ierusalimschy
2010-05-28
1
-2
/
+2
*
corrected compatibility macro 'lua_cpcall' (untested)
Roberto Ierusalimschy
2010-05-27
1
-4
/
+6
*
added class '%g' in patterns (for graphical characters)
Roberto Ierusalimschy
2010-05-24
1
-1
/
+2
*
GC should not run when stopped, even in hard tests
Roberto Ierusalimschy
2010-05-24
1
-2
/
+3
*
it is better to call open functions with lua_call to not mess
Roberto Ierusalimschy
2010-05-20
1
-3
/
+3
*
more comments
Roberto Ierusalimschy
2010-05-18
1
-9
/
+9
*
bug: loadfile of binary files read first character twice
Roberto Ierusalimschy
2010-05-18
1
-1
/
+2
*
really stop collection during finalizers
Roberto Ierusalimschy
2010-05-17
1
-2
/
+2
*
lua_pushstring may reallocate the stack, making 'o' a dangling
Roberto Ierusalimschy
2010-05-17
1
-5
/
+6
*
detail (comment)
Roberto Ierusalimschy
2010-05-17
1
-2
/
+2
[prev]
[next]