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
path:
root
/
ldo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-08
No coercion string->number in arithmetic with LUA_NOCVTS2N
Roberto Ierusalimschy
1
-0
/
+13
2019-10-08
Makefile compiles the Lua compiler with '-Os'
Roberto Ierusalimschy
1
-0
/
+10
2019-10-04
Fixed a warning and other minor issues
Roberto Ierusalimschy
6
-8
/
+9
2019-10-02
Script 'packtests' gets Lua version as a parameter
Roberto Ierusalimschy
1
-1
/
+3
2019-10-01
Janitorial work
Roberto Ierusalimschy
4
-58
/
+62
2019-09-24
Details in the makefile (warning options)
Roberto Ierusalimschy
1
-8
/
+8
2019-09-24
Subtraction of small constant integers optimized with OP_ADDI
Roberto Ierusalimschy
4
-31
/
+46
2019-09-24
'setCstacklimit' renamed to 'setcstacklimit'
Roberto Ierusalimschy
5
-23
/
+23
2019-09-19
Janitorial work in 'lcode.c'
Roberto Ierusalimschy
2
-38
/
+33
2019-09-11
Simplification in the call to 'constfolding'
Roberto Ierusalimschy
2
-17
/
+21
2019-09-10
Removed arithmetic opcodes with immediate operand
Roberto Ierusalimschy
7
-65
/
+17
2019-09-06
Added macro 'testMMMode'
Roberto Ierusalimschy
3
-94
/
+95
2019-08-29
Undo change in the handling of 'L->top' (commit b80077b8f3)
Roberto Ierusalimschy
4
-16
/
+9
2019-08-28
Use of 'MMBIN' opcodes extended to shift operators
Roberto Ierusalimschy
5
-87
/
+60
2019-08-27
First version of OP_MMBIN opcodes
Roberto Ierusalimschy
11
-104
/
+132
2019-08-27
Fixed missing case in 'luaV_finishOp'
Roberto Ierusalimschy
2
-1
/
+7
2019-08-21
Fixed bug when yiedling inside OP_ADDK opcode
Roberto Ierusalimschy
2
-0
/
+14
2019-08-20
Default for warnings changed to "off"
Roberto Ierusalimschy
10
-17
/
+23
2019-08-19
Detail (extra test for warnings when closing state)
Roberto Ierusalimschy
1
-0
/
+11
2019-08-18
Improvement in warn-mode '@store' (for testing)
Roberto Ierusalimschy
5
-31
/
+55
2019-08-16
Manual corrected with the new syntax for attributes
Roberto Ierusalimschy
1
-5
/
+5
2019-08-16
Added macro 'luaL_pushfail'
Roberto Ierusalimschy
20
-154
/
+176
2019-08-16
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
10
-43
/
+164
2019-08-15
Added control messages to warnings
Roberto Ierusalimschy
9
-49
/
+161
2019-08-12
Small optimization in 'convergeephemerons'
Roberto Ierusalimschy
1
-9
/
+20
2019-08-12
Detail in the manual (method 'file:setvbuf')
Roberto Ierusalimschy
1
-16
/
+8
2019-08-01
Details
Roberto Ierusalimschy
2
-8
/
+13
2019-07-31
Correction in the documentation of 'io.lines'
Roberto Ierusalimschy
2
-7
/
+5
2019-07-31
Tracebacks recognize metamethods '__close'
Roberto Ierusalimschy
2
-4
/
+20
2019-07-31
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
6
-41
/
+70
2019-07-30
Fixed test in 'main.lua'
Roberto Ierusalimschy
1
-7
/
+10
2019-07-30
Change in the syntax of attributes
Roberto Ierusalimschy
11
-102
/
+103
2019-07-26
Change in the handling of 'L->top' when calling metamethods
Roberto Ierusalimschy
10
-29
/
+75
2019-07-26
Bug: 'Vardesc' array can be reallocated in 'localstat'
Roberto Ierusalimschy
1
-12
/
+15
2019-07-25
Small corrections when setting 'L->top'
Roberto Ierusalimschy
4
-6
/
+17
2019-07-24
Some improvements in date/time functions
Roberto Ierusalimschy
2
-41
/
+100
2019-07-23
Fixed bug in 'string.format' with option '%f'
Roberto Ierusalimschy
2
-8
/
+12
2019-07-22
Do not collect open upvalues
Roberto Ierusalimschy
4
-14
/
+11
2019-07-19
'math.randomseed' always returns the two seed components
Roberto Ierusalimschy
3
-11
/
+15
2019-07-19
Avoid using addresses of static variables as unique keys
Roberto Ierusalimschy
3
-16
/
+17
2019-07-19
Fixed bug for emergency collection in upvalue creation
Roberto Ierusalimschy
3
-8
/
+10
2019-07-19
Tag LUA_TUPVALTBC replaced by a flag
Roberto Ierusalimschy
5
-18
/
+13
2019-07-19
Some details in 'lmem.c' and 'lgc.c'
Roberto Ierusalimschy
2
-27
/
+42
2019-07-18
Details
Roberto Ierusalimschy
3
-25
/
+17
2019-07-18
Reviving HARDMEMTESTS
Roberto Ierusalimschy
4
-15
/
+35
2019-07-18
Small bug with stack reallocation
Roberto Ierusalimschy
2
-7
/
+9
2019-07-17
'math.randomseed()' returns the seeds it used
Roberto Ierusalimschy
4
-7
/
+27
2019-07-17
Calls 'luaF_close' in 'lua_settop' only when needed
Roberto Ierusalimschy
1
-5
/
+7
2019-07-17
Fixed small issue with constant propagation
Roberto Ierusalimschy
2
-7
/
+21
2019-07-17
New kind of expression VKSTR
Roberto Ierusalimschy
5
-18
/
+54
[next]