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
/
ltests.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default for warnings changed to "off"
Roberto Ierusalimschy
2019-08-20
1
-1
/
+1
*
Improvement in warn-mode '@store' (for testing)
Roberto Ierusalimschy
2019-08-18
1
-8
/
+20
*
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
2019-08-16
1
-5
/
+5
*
Added control messages to warnings
Roberto Ierusalimschy
2019-08-15
1
-17
/
+47
*
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
2019-07-31
1
-0
/
+3
*
Tag LUA_TUPVALTBC replaced by a flag
Roberto Ierusalimschy
2019-07-19
1
-2
/
+1
*
OP_NEWTABLE keeps exact size of arrays
Roberto Ierusalimschy
2019-07-12
1
-9
/
+0
*
A few more tests for table access in the API
Roberto Ierusalimschy
2019-06-25
1
-0
/
+16
*
Details
Roberto Ierusalimschy
2019-05-13
1
-5
/
+3
*
Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'
Roberto Ierusalimschy
2019-04-24
1
-0
/
+9
*
Changes in the warning system
Roberto Ierusalimschy
2019-03-14
1
-38
/
+22
*
Details
Roberto Ierusalimschy
2019-03-13
1
-2
/
+5
*
No more to-be-closed functions
Roberto Ierusalimschy
2019-01-04
1
-7
/
+11
*
No more LUA_ERRGCMM errors
Roberto Ierusalimschy
2019-01-01
1
-13
/
+48
*
Added a warning system to Lua
Roberto Ierusalimschy
2018-12-28
1
-1
/
+32
*
Details
Roberto Ierusalimschy
2018-12-17
1
-1
/
+2
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-0
/
+3
*
Some bugs with stack reallocation by 'luaF_close'
Roberto Ierusalimschy
2018-11-24
1
-1
/
+1
*
'lua_toclose' gets the index to be closed as an argument
Roberto Ierusalimschy
2018-11-12
1
-1
/
+1
*
New syntax for to-be-closed variables
Roberto Ierusalimschy
2018-11-07
1
-2
/
+2
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-4
/
+0
*
Big revamp in the implmentation of labels/gotos
Roberto Ierusalimschy
2018-10-29
1
-1
/
+1
*
To-be-closed variables in the C API
Roberto Ierusalimschy
2018-10-25
1
-0
/
+3
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-1
/
+1
*
Towards "to closed" local variables
Roberto Ierusalimschy
2018-10-08
1
-11
/
+14
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
Fixed bug in line info. when using 'not' operator
Roberto Ierusalimschy
2018-07-11
1
-1
/
+21
*
Opcode names moved to a new header file
Roberto Ierusalimschy
2018-07-09
1
-3
/
+4
*
field 'sizearray' in struct 'Table' changed to 'alimit', which can
Roberto Ierusalimschy
2018-06-15
1
-5
/
+10
*
no more 'TESTGRAYBIT' (to free this bit for real uses)
Roberto Ierusalimschy
2018-06-11
1
-21
/
+4
*
details (casts between 'lua_Number' and 'double')
Roberto Ierusalimschy
2018-03-09
1
-3
/
+3
*
first version of empty entries in tables
Roberto Ierusalimschy
2018-02-23
1
-3
/
+3
*
userdata can have multiple user values
Roberto Ierusalimschy
2018-02-20
1
-10
/
+15
*
janitor work on casts
Roberto Ierusalimschy
2018-01-28
1
-13
/
+13
*
keep more opcode arguments byte-aligned
Roberto Ierusalimschy
2018-01-09
1
-2
/
+2
*
new command 'print' (to print literal strings) in mini-language
Roberto Ierusalimschy
2017-12-29
1
-2
/
+6
*
some cleaning on signed opcode parameters
Roberto Ierusalimschy
2017-12-15
1
-2
/
+2
*
allows memory-allocation errors when shrinking blocks
Roberto Ierusalimschy
2017-12-11
1
-2
/
+3
*
new C instruction "rawcheckstack" (to test failing in 'lua_checkstack')
Roberto Ierusalimschy
2017-12-08
1
-3
/
+16
*
new test function 'T.allocount' to restrict number of allocations
Roberto Ierusalimschy
2017-12-07
1
-3
/
+18
*
more information from 'T.stacklevel'
Roberto Ierusalimschy
2017-11-23
1
-2
/
+4
*
removed unused variable 'islocked'
Roberto Ierusalimschy
2017-11-09
1
-4
/
+1
*
new format for JUMP instructions (to allow larger offsets)
Roberto Ierusalimschy
2017-11-07
1
-3
/
+9
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-11
/
+12
*
no more useful fields in CallInfo
Roberto Ierusalimschy
2017-11-03
1
-11
/
+9
*
more fields moved out of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-5
/
+6
*
new API for 'lua_resume' + cleaning the uses of the 'extra' field in
Roberto Ierusalimschy
2017-11-02
1
-10
/
+8
*
using 'L->func' when possible
Roberto Ierusalimschy
2017-11-01
1
-2
/
+2
*
eplicit 1-bit opcode operand 'k'
Roberto Ierusalimschy
2017-10-04
1
-3
/
+4
*
new function 'printcode'
Roberto Ierusalimschy
2017-10-01
1
-1
/
+18
[next]