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
/
testes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
Local declaration in the REPL generates a warning
Roberto Ierusalimschy
1
-0
/
+9
2024-09-20
No errors in 'luaO_pushvfstring'
Roberto Ierusalimschy
5
-24
/
+45
2024-09-20
Towards no errors in 'luaO_pushvfstring'
Roberto Ierusalimschy
1
-52
/
+69
2024-09-20
In 'luaO_pushvfstring', all options use 'addstr2buff'
Roberto Ierusalimschy
1
-12
/
+8
2024-09-20
Removed 'if' left from commit ddfa1fbccfe
Roberto Ierusalimschy
1
-1
/
+0
2024-09-19
Avoid Microsoft warning
Roberto Ierusalimschy
1
-1
/
+2
2024-09-19
USHRT_MAX changed to SHRT_MAX
Roberto Ierusalimschy
2
-2
/
+2
2024-09-19
GC back to controling pace counting bytes
Roberto Ierusalimschy
11
-202
/
+247
2024-09-12
Details
Roberto Ierusalimschy
1
-3
/
+3
2024-09-10
Parameter for lua_gc/LUA_GCSTEP changed to 'size_t'
Roberto Ierusalimschy
3
-3
/
+3
2024-09-06
Rename of fields in global state that control GC
Roberto Ierusalimschy
5
-32
/
+32
2024-09-06
Details
Roberto Ierusalimschy
3
-20
/
+20
2024-08-22
Added option for direct correction of stack pointers
Roberto Ierusalimschy
1
-10
/
+44
2024-08-20
'lcode.c' can use 'checklimit', too
Roberto Ierusalimschy
3
-12
/
+10
2024-08-19
A return can have at most 254 values
Roberto Ierusalimschy
2
-0
/
+13
2024-08-17
Bug: wrong code gen. for indices with comparisons
Roberto Ierusalimschy
2
-1
/
+10
2024-08-02
Floats formatted with "correct" precision
Roberto Ierusalimschy
3
-21
/
+153
2024-07-30
Struct 'transferinfo' moved to "lua_State"
Roberto Ierusalimschy
3
-24
/
+16
2024-07-27
'-Wconversion' extended to all options of Lua numbers
Roberto Ierusalimschy
8
-39
/
+50
2024-07-27
Added gcc option '-Wconversion'
Roberto Ierusalimschy
44
-359
/
+398
2024-07-21
'nresults' moved into 'callstatus'
Roberto Ierusalimschy
6
-62
/
+79
2024-07-19
Using CIST_CLSRET instead of trick with 'nresults'
Roberto Ierusalimschy
4
-30
/
+31
2024-07-18
Explicit limit for number of results in a call
Roberto Ierusalimschy
3
-4
/
+17
2024-07-16
Maximum stack size may not fit in unsigned short
Roberto Ierusalimschy
5
-28
/
+46
2024-07-05
Removed compatibility with "= exp" in the REPL
Roberto Ierusalimschy
2
-5
/
+2
2024-07-05
Fixed bug in 'multiline'
Roberto Ierusalimschy
2
-14
/
+19
2024-07-05
'printstack' (from ltests.c) made public
Roberto Ierusalimschy
2
-3
/
+7
2024-07-04
lua.c loads 'readline' dynamically
Roberto Ierusalimschy
4
-29
/
+90
2024-07-02
Small changes in casts from void* to functions
Roberto Ierusalimschy
2
-22
/
+26
2024-07-01
Updated dependencies in the make file
Roberto Ierusalimschy
1
-15
/
+23
2024-06-28
New instruction format for SETLIST/NEWTABLE
Roberto Ierusalimschy
7
-47
/
+97
2024-06-27
'isIT'/'isOT' turned from macros to functions
Roberto Ierusalimschy
6
-14
/
+38
2024-06-27
Flexible limit for use of registers by constructors
Roberto Ierusalimschy
5
-7
/
+31
2024-06-26
Clearer code for controlling maximum registers
Roberto Ierusalimschy
3
-10
/
+28
2024-06-24
Length of external strings must fit in Lua integer
Roberto Ierusalimschy
4
-4
/
+9
2024-06-21
Details in the manual
Roberto Ierusalimschy
1
-4
/
+9
2024-06-21
Removed 'int' size limit for string.rep
Roberto Ierusalimschy
2
-16
/
+5
2024-06-21
Removed 'int' size limit for pack/unpack
Roberto Ierusalimschy
2
-38
/
+48
2024-06-21
lua_writestring & co. moved to llimits.h
Roberto Ierusalimschy
4
-32
/
+25
2024-06-20
llimits.h being used by all Lua code
Roberto Ierusalimschy
14
-73
/
+48
2024-06-20
Cleaning of llimits.h
Roberto Ierusalimschy
19
-165
/
+159
2024-06-18
GC test was not restarting collector after pause
Roberto Ierusalimschy
1
-1
/
+2
2024-06-12
Tricky _PROMPT may trigger undefined behavior in lua.c
Roberto Ierusalimschy
1
-2
/
+3
2024-06-12
Bug: luaL_traceback may need more than 5 stack slots
Roberto Ierusalimschy
3
-1
/
+20
2024-06-12
Bug: overlapping assignments
Roberto Ierusalimschy
1
-2
/
+4
2024-06-12
More disciplined use of 'errno'
Roberto Ierusalimschy
3
-10
/
+33
2024-06-10
Encoding of table indices (hres) must use C indices
Roberto Ierusalimschy
4
-24
/
+30
2024-06-04
Bug: Active-lines for stripped vararg functions
Roberto Ierusalimschy
3
-23
/
+34
2024-06-04
Manual for 'string.format' lists what it accepts
Roberto Ierusalimschy
1
-3
/
+6
2024-05-27
utf8.offset returns also final position of character
Roberto Ierusalimschy
3
-31
/
+55
[next]