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
/
all
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-13
Documentation for to-be-closed variables
Roberto Ierusalimschy
1
-26
/
+122
2018-11-13
Visibility of non-API functions changed to "internal"
Roberto Ierusalimschy
1
-1
/
+1
2018-11-13
String buffer using to-be-closed variable
Roberto Ierusalimschy
2
-11
/
+47
2018-11-12
'lua_toclose' gets the index to be closed as an argument
Roberto Ierusalimschy
4
-13
/
+22
2018-11-09
New implementation for 'luaL_addvalue'
Roberto Ierusalimschy
1
-22
/
+59
2018-11-07
To-be-closed variable in 'for' loop separated from the state
Roberto Ierusalimschy
6
-29
/
+76
2018-11-07
New syntax for to-be-closed variables
Roberto Ierusalimschy
8
-47
/
+48
2018-11-05
New macros for arithmetic/bitwise operations in 'luaV_execute'
Roberto Ierusalimschy
5
-220
/
+156
2018-11-01
Removed internal cache for closures
Roberto Ierusalimschy
9
-123
/
+10
2018-10-31
Removed resource-related "emergency collections"
Roberto Ierusalimschy
5
-80
/
+2
2018-10-31
State in generic 'for' acts as a to-be-closed variable
Roberto Ierusalimschy
5
-24
/
+111
2018-10-30
Better error messages for invalid operands in numeric 'for'
Roberto Ierusalimschy
4
-4
/
+22
2018-10-30
Back with optimization for 'if cond then goto'
Roberto Ierusalimschy
3
-20
/
+100
2018-10-29
Big revamp in the implmentation of labels/gotos
Roberto Ierusalimschy
8
-182
/
+131
2018-10-26
More uniformity in code generation for 'for' loops
Roberto Ierusalimschy
6
-10
/
+14
2018-10-25
To-be-closed variables in the C API
Roberto Ierusalimschy
6
-16
/
+122
2018-10-25
Closing methods should not interfere with returning values
Roberto Ierusalimschy
4
-42
/
+98
2018-10-23
Added a '__close' metamethod to file handles
Roberto Ierusalimschy
2
-22
/
+36
2018-10-23
Detail: bad assertion in 'luaM_free_'
Roberto Ierusalimschy
1
-1
/
+1
2018-10-22
Removed extra information from RCS keyword strings in tests
Roberto Ierusalimschy
6
-4
/
+4
2018-10-22
Small improvements in the manual
Roberto Ierusalimschy
1
-8
/
+18
2018-10-22
Complete implementation of to-be-closed variables
Roberto Ierusalimschy
3
-12
/
+39
2018-10-18
Handling of memory errors when creating to-be-closed upvalues
Roberto Ierusalimschy
4
-40
/
+148
2018-10-17
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
13
-26
/
+145
2018-10-08
Towards "to closed" local variables
Roberto Ierusalimschy
15
-22
/
+81
2018-09-11
Added "cost" for the use of C stack by a coroutine invocation.
Roberto Ierusalimschy
1
-2
/
+8
2018-09-11
Details (comments)
Roberto Ierusalimschy
3
-4
/
+11
2018-08-28
Corrections in the implementation of '%' for floats.
Roberto Ierusalimschy
5
-18
/
+87
2018-08-24
Deprecated the emulation of '__le' using '__lt'
Roberto Ierusalimschy
8
-40
/
+44
2018-08-23
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
51
-51
/
+51
2018-08-17
details
Roberto Ierusalimschy
1
-6
/
+6
2018-08-16
Removed use of 'rl_inhibit_completion' in 'lua.c'
Roberto Ierusalimschy
1
-3
/
+2
2018-07-27
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
Roberto Ierusalimschy
5
-50
/
+71
2018-07-25
Added directory to test file names in '$Id:'
Roberto Ierusalimschy
29
-29
/
+29
2018-07-25
Small improvements in the manual
Roberto Ierusalimschy
1
-5
/
+7
2018-07-25
File operations try an "emergency collection" when failing
Roberto Ierusalimschy
2
-6
/
+65
2018-07-18
Comments about OLD0/OLD1 ages
Roberto Ierusalimschy
1
-24
/
+30
2018-07-13
Fixed bug in generational collection of userdata
Roberto Ierusalimschy
4
-15
/
+102
2018-07-12
Avoid using 'int' for UTF-8 values
Roberto Ierusalimschy
1
-11
/
+22
2018-07-11
Bug: wrong 'nCcalls' when resuming a coroutine
Roberto Ierusalimschy
2
-5
/
+24
2018-07-11
Added definition for LUA_VERSION_RELEASE_NUM
Roberto Ierusalimschy
1
-1
/
+3
2018-07-11
Fixed bug in line info. when using 'not' operator
Roberto Ierusalimschy
3
-26
/
+93
2018-07-10
In tests of opcodes, avoid coercion in bitwise operation
Roberto Ierusalimschy
1
-1
/
+1
2018-07-10
Improvements in the manual
Roberto Ierusalimschy
1
-14
/
+17
2018-07-10
Added missing $Id$ to file 'ljumptab.h'
Roberto Ierusalimschy
1
-0
/
+7
2018-07-09
Generational mode may wait longer after a major collection
Roberto Ierusalimschy
1
-8
/
+25
2018-07-09
'searchpath' creates less temporary strings
Roberto Ierusalimschy
1
-18
/
+34
2018-07-09
Bit-library file removed from the project (as it was deprecated)
Roberto Ierusalimschy
1
-7
/
+0
2018-07-09
Opcode names moved to a new header file
Roberto Ierusalimschy
4
-94
/
+100
2018-07-09
Fixed bug in OP_IDIVI
Roberto Ierusalimschy
2
-3
/
+14
[next]