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
/
lua.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new type lua_KFunction + no more 'lua_getctx'
Roberto Ierusalimschy
2014-06-10
1
-6
/
+12
*
new API function 'lua_rotate'
Roberto Ierusalimschy
2014-05-13
1
-6
/
+9
*
new function 'lua_isyieldable' (and 'coroutine.isyieldable')
Roberto Ierusalimschy
2014-05-08
1
-1
/
+3
*
'lua_getuservalue' returns type of user value
Roberto Ierusalimschy
2014-05-01
1
-2
/
+2
*
'lua_strtonum' (and 'luaO_str2num') now return string size, instead of
Roberto Ierusalimschy
2014-05-01
1
-2
/
+2
*
copyright year -> 2014
Roberto Ierusalimschy
2014-03-20
1
-3
/
+3
*
lua_gettable and similars return type of gotten value
Roberto Ierusalimschy
2014-03-12
1
-7
/
+8
*
added 'strip' parameter to lua_dump/string.dump
Roberto Ierusalimschy
2014-02-25
1
-2
/
+2
*
no more local collection
Roberto Ierusalimschy
2014-02-13
1
-2
/
+1
*
first implementation of '<<', '>>', and '~' (bitwise not)
Roberto Ierusalimschy
2013-12-30
1
-2
/
+5
*
first implementation of bitwise operators '&' (band), '|' (bor),
Roberto Ierusalimschy
2013-12-18
1
-2
/
+5
*
new order for binary operations (grouping them by type of result)
Roberto Ierusalimschy
2013-12-16
1
-6
/
+6
*
'lua_sethook' returns void
Roberto Ierusalimschy
2013-12-09
1
-2
/
+2
*
GC local pause configurable
Roberto Ierusalimschy
2013-09-13
1
-2
/
+3
*
no more generational collection !!!
Roberto Ierusalimschy
2013-08-05
1
-5
/
+2
*
'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers
Roberto Ierusalimschy
2013-07-05
1
-2
/
+2
*
new version (5.3)
Roberto Ierusalimschy
2013-06-07
1
-4
/
+4
*
details ('Type* id' -> 'Type *id')
Roberto Ierusalimschy
2013-06-07
1
-2
/
+2
*
new API function 'lua_cvtonum' to convert a value (number or string)
Roberto Ierusalimschy
2013-05-14
1
-1
/
+3
*
"integer" keys in tables are now lua_Integer, not 'int'.
Roberto Ierusalimschy
2013-04-26
1
-3
/
+3
*
new operation '//' (integer division)
Roberto Ierusalimschy
2013-04-26
1
-4
/
+5
*
new API function 'lua_isinteger'
Roberto Ierusalimschy
2013-04-25
1
-1
/
+2
*
export 'lua_ident' to avoid it being removed by C++ linker
Roberto Ierusalimschy
2013-03-15
1
-1
/
+6
*
new release number + copyright year
Roberto Ierusalimschy
2013-02-19
1
-4
/
+4
*
release 5.2.1
Roberto Ierusalimschy
2012-04-20
1
-4
/
+4
*
'lua_load' has an extra argument 'mode'
Roberto Ierusalimschy
2011-11-29
1
-2
/
+3
*
'lua_setglobal/lua_getglobal' implemented as functions to avoid
Roberto Ierusalimschy
2011-10-24
1
-8
/
+3
*
new functions lua_rawsetp/lua_rawgetp
Roberto Ierusalimschy
2011-10-24
1
-1
/
+3
*
'nCcalls' should be local to each thread, as each thread may have its
Roberto Ierusalimschy
2011-08-23
1
-2
/
+2
*
reordering of some defines (more logical grouping)
Roberto Ierusalimschy
2011-07-02
1
-2
/
+2
*
copyright updated to 2011
Roberto Ierusalimschy
2011-04-18
1
-3
/
+3
*
better organization for coercion functions between lua_Number and
Roberto Ierusalimschy
2010-10-26
1
-2
/
+2
*
new type lua_Unsigned and corresponding projection/injection functions
Roberto Ierusalimschy
2010-10-25
1
-1
/
+7
*
new parameter 'majorinc' to control frequency of major collections
Roberto Ierusalimschy
2010-09-03
1
-4
/
+5
*
'lua_[gs]etenv' -> 'lua_[gs]etuservalue'
Roberto Ierusalimschy
2010-07-25
1
-3
/
+3
*
new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}
Roberto Ierusalimschy
2010-07-25
1
-3
/
+7
*
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx
Roberto Ierusalimschy
2010-07-02
1
-3
/
+6
*
new API function 'lua_absindex'
Roberto Ierusalimschy
2010-05-12
1
-1
/
+2
*
corrected definition of 'lua_register' (there is no LUA_ENVIRONINDEX
Roberto Ierusalimschy
2010-05-10
1
-3
/
+2
*
no more 'ccall' nor 'cpcall' functions. (With light C functions they
Roberto Ierusalimschy
2010-04-14
1
-3
/
+2
*
new macro LUA_NUMTAGS
Roberto Ierusalimschy
2010-04-12
1
-1
/
+3
*
option to return GC to normal (incremental, non generational) mode
Roberto Ierusalimschy
2010-04-02
1
-1
/
+2
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
1
-5
/
+4
*
draft version of a generational mode for garbage collection. (Not well
Roberto Ierusalimschy
2010-03-22
1
-1
/
+2
*
'cpcall' renamed to 'ccall' as it does not do a protected call
Roberto Ierusalimschy
2010-03-19
1
-2
/
+2
*
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
Roberto Ierusalimschy
2010-03-13
1
-3
/
+7
*
corrected copyright notice to 2010
Roberto Ierusalimschy
2010-01-11
1
-3
/
+3
*
compatibility code moved to luaconf.h
Roberto Ierusalimschy
2010-01-06
1
-28
/
+4
*
new debug info 'isvararg' and 'nparams'
Roberto Ierusalimschy
2010-01-06
1
-1
/
+3
*
field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned
Roberto Ierusalimschy
2010-01-05
1
-2
/
+2
[next]