index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete implementation of to-be-closed variables
scopedvars
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
*
Fixed bug in OP_IDIVI
Roberto Ierusalimschy
2018-07-09
2
-3
/
+14
*
Added manual and tests for version 5.4-w2
Roberto Ierusalimschy
2018-07-09
37
-0
/
+22260
*
opening functions must be exported!
v5.4-w2
Roberto Ierusalimschy
2018-06-19
1
-5
/
+3
*
several details
Roberto Ierusalimschy
2018-06-18
1
-11
/
+10
*
in generational mode, an emergency collection can turn any object black
Roberto Ierusalimschy
2018-06-18
1
-3
/
+3
*
in generational mode, an emergency collection can turn any object black
Roberto Ierusalimschy
2018-06-18
1
-2
/
+2
*
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
Roberto Ierusalimschy
2018-06-18
4
-13
/
+17
*
no need to check whether libraries and host use the same kernel;
Roberto Ierusalimschy
2018-06-18
6
-23
/
+18
*
new field 'nilvalue' in struct 'global_State' to avoid the use of
Roberto Ierusalimschy
2018-06-15
5
-22
/
+17
*
removed unused macros 'isstackindex'/'api_checkstackindex' +
Roberto Ierusalimschy
2018-06-15
1
-10
/
+2
*
detail (removed unused definition for 'LUA_QS')
Roberto Ierusalimschy
2018-06-15
1
-10
/
+2
*
warning (comparison between signed and unsigned integers)
Roberto Ierusalimschy
2018-06-15
1
-2
/
+3
*
field 'sizearray' in struct 'Table' changed to 'alimit', which can
Roberto Ierusalimschy
2018-06-15
7
-54
/
+201
*
new macro 'ispow2'
Roberto Ierusalimschy
2018-06-15
1
-1
/
+7
*
type 'Rand64' may not be long long, so it should not use 'LL' in its
Roberto Ierusalimschy
2018-06-14
1
-4
/
+5
*
no more 'TESTGRAYBIT' (to free this bit for real uses)
Roberto Ierusalimschy
2018-06-11
2
-24
/
+8
*
detail in comment
Roberto Ierusalimschy
2018-06-08
1
-2
/
+2
*
added 'const' to 'Proto*' when possible
Roberto Ierusalimschy
2018-06-08
4
-23
/
+24
*
added patch for bug 5.3.4-7
Roberto Ierusalimschy
2018-06-08
1
-2
/
+40
*
no more 'luaO_nilobject' to avoid comparison of global variable addresses
Roberto Ierusalimschy
2018-06-01
5
-20
/
+12
*
no more 'luaH_emptyobject' and comparisons of addresses of global variables
Roberto Ierusalimschy
2018-06-01
5
-30
/
+46
*
avoid craches when loading tampered code with NULL as a string constant
Roberto Ierusalimschy
2018-06-01
1
-6
/
+20
[next]