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