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
/
bugs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-07
'lua_Kcontext' -> 'lua_KContext'
Roberto Ierusalimschy
6
-19
/
+19
2014-10-06
comments
Roberto Ierusalimschy
1
-2
/
+8
2014-10-06
when thread yields, real "func" is in field 'extra', not in 'func'
Roberto Ierusalimschy
1
-4
/
+8
2014-10-04
alpha -> beta
Roberto Ierusalimschy
1
-2
/
+2
2014-10-04
added two casts to avoid warnings in VS
Roberto Ierusalimschy
1
-3
/
+3
2014-10-03
easier way to compile Lua 32
Roberto Ierusalimschy
1
-3
/
+12
2014-10-03
details (comments)
Roberto Ierusalimschy
2
-6
/
+6
2014-10-01
detail
Roberto Ierusalimschy
1
-2
/
+2
2014-10-01
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
Roberto Ierusalimschy
11
-65
/
+70
2014-10-01
better to use 'long' to represent UTF-8 code points
Roberto Ierusalimschy
4
-12
/
+13
2014-09-30
'ipairs' always stops at first nil element
Roberto Ierusalimschy
1
-14
/
+5
2014-09-26
small change to avoid bug in some versions of the clang compiler
Roberto Ierusalimschy
1
-2
/
+7
2014-09-25
detail in 'report' + message handler always is called with an
Roberto Ierusalimschy
1
-8
/
+7
2014-09-22
'luaL_getmetafield' returns type of metafield (instead of a boolean)
Roberto Ierusalimschy
3
-24
/
+25
2014-09-04
size for array part of a table ('sizearray') changed from 'int' to
Roberto Ierusalimschy
6
-74
/
+91
2014-09-03
weak tables that must be retraversed are kept in 'grayagain' list
Roberto Ierusalimschy
1
-42
/
+38
2014-09-01
detail (error message from 'coroutine.status')
Roberto Ierusalimschy
1
-2
/
+2
2014-09-01
'T.gccolor' classify dead objects too
Roberto Ierusalimschy
1
-4
/
+7
2014-09-01
'linktable' -> 'linkgclist' (and used for all links with 'gclist')
Roberto Ierusalimschy
1
-22
/
+16
2014-09-01
bug: Ephemeron table can wrongly collect entry with strong key
Roberto Ierusalimschy
1
-2
/
+27
2014-08-27
detail
Roberto Ierusalimschy
1
-5
/
+3
2014-08-22
new option 'p' for 'debug.sizeof' (size of a pointer)
Roberto Ierusalimschy
1
-2
/
+3
2014-08-21
new functions 'lua_geti/lua_seti' (non raw)
Roberto Ierusalimschy
4
-29
/
+35
2014-08-21
'table.copy' -> 'table.move' + optional parameter moved to the end +
Roberto Ierusalimschy
1
-21
/
+22
2014-08-21
'Csize' -> 'sizeof' + removed its 'b' option
Roberto Ierusalimschy
1
-3
/
+2
2014-08-20
[un]'dumpint' -> [un]'dumpinteger'
Roberto Ierusalimschy
1
-3
/
+3
2014-08-01
'lua_Ctx' -> 'lua_Kcontext'
Roberto Ierusalimschy
7
-28
/
+29
2014-08-01
details in comments
Roberto Ierusalimschy
3
-7
/
+7
2014-08-01
added cast to avoid warning
Roberto Ierusalimschy
1
-2
/
+2
2014-07-31
release changed to (5.3) alpha
v5.3-alpha
Roberto Ierusalimschy
1
-2
/
+2
2014-07-30
new macro 'cvt2num' to better control whether strings are convertible
Roberto Ierusalimschy
2
-11
/
+18
2014-07-30
new macro 'cvt2str' to better control whether numbers are convertible
Roberto Ierusalimschy
6
-52
/
+54
2014-07-30
do not assume numbers are coercible to strings
Roberto Ierusalimschy
1
-4
/
+7
2014-07-29
simpler definition for 'setobj' (trust the compiler for the assignment)
Roberto Ierusalimschy
4
-11
/
+23
2014-07-29
added some casts between integral types (to avoid warnings)
Roberto Ierusalimschy
4
-15
/
+15
2014-07-28
some janitorial work (comments, small refactoring)
Roberto Ierusalimschy
1
-45
/
+96
2014-07-28
new function 'math.ult' (unsigned less than)
Roberto Ierusalimschy
1
-1
/
+10
2014-07-25
first implementation for 'table.copy'
Roberto Ierusalimschy
1
-1
/
+39
2014-07-24
'ipairs' respects metamethods
Roberto Ierusalimschy
3
-7
/
+49
2014-07-24
extra space for new threads is initialized with a copy of the main
Roberto Ierusalimschy
1
-3
/
+4
2014-07-24
better support for extra user space associated with a Lua state
Roberto Ierusalimschy
4
-11
/
+23
2014-07-23
detail (extra byte in LUAI_EXTRASPACE to test proper alignment of
Roberto Ierusalimschy
1
-2
/
+3
2014-07-23
better(?) alignment for some structures (pointers first)
Roberto Ierusalimschy
1
-13
/
+13
2014-07-23
comments + proper undef of compatibility macros + no need to undef
Roberto Ierusalimschy
1
-12
/
+22
2014-07-23
no need for type 'pCallInfo'
Roberto Ierusalimschy
1
-2
/
+2
2014-07-22
'lua_replace' implemented as a macro using 'lua_copy'
Roberto Ierusalimschy
2
-23
/
+13
2014-07-21
more precise type for argument to 'aux_upvalue'
Roberto Ierusalimschy
1
-4
/
+4
2014-07-21
'iswhite' and related macros now can work directly on any object
Roberto Ierusalimschy
3
-9
/
+9
2014-07-19
'iswhite' and related macros now can work directly on any object
Roberto Ierusalimschy
3
-15
/
+15
2014-07-19
put the restriction that 'luaC_barrierback' works only on tables
Roberto Ierusalimschy
3
-29
/
+33
[next]