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
Commit message (
Expand
)
Author
Age
Files
Lines
*
'math.random' operates with integers when used for integer results
Roberto Ierusalimschy
2013-06-13
1
-9
/
+11
*
avoid adding '.0' to "numbers" like "nan" and "inf"
Roberto Ierusalimschy
2013-06-07
1
-3
/
+3
*
new version (5.3)
Roberto Ierusalimschy
2013-06-07
1
-4
/
+4
*
'io.write' writes integers directly (and correctly)
Roberto Ierusalimschy
2013-06-07
1
-3
/
+5
*
details ('Type* id' -> 'Type *id')
Roberto Ierusalimschy
2013-06-07
3
-8
/
+8
*
string contatenation handles conversion of integers to strings +
Roberto Ierusalimschy
2013-06-04
3
-22
/
+25
*
'lua_tounsigned' takes number modulo 2^numbits as a result when
Roberto Ierusalimschy
2013-06-04
1
-2
/
+28
*
'luai_hashnum' "inlined" into 'hashfloat'
Roberto Ierusalimschy
2013-05-29
1
-5
/
+8
*
removed all tricks for conversions + 'luai_hashnum' moved to ltable.c
Roberto Ierusalimschy
2013-05-29
1
-43
/
+1
*
new implementation for 'lua_strx2number' to correct small
Roberto Ierusalimschy
2013-05-27
1
-24
/
+36
*
"legal" way to convert a float to an integer in C
Roberto Ierusalimschy
2013-05-27
3
-10
/
+30
*
'objlen' can return integers
Roberto Ierusalimschy
2013-05-26
1
-3
/
+3
*
detail (case '%d' of 'luaO_pushvfstring' should use integers)
Roberto Ierusalimschy
2013-05-26
1
-2
/
+2
*
support for the case when 'l_mathop' does not conform to lua_Number
Roberto Ierusalimschy
2013-05-26
1
-2
/
+7
*
first version of control for number sizes (still in 'local' section)
Roberto Ierusalimschy
2013-05-26
1
-4
/
+36
*
no more IEEE tricks
Roberto Ierusalimschy
2013-05-26
1
-69
/
+1
*
removed 'IEEE tricks' (should not be needed in Lua with integers)
Roberto Ierusalimschy
2013-05-23
1
-56
/
+1
*
'tonumber' now works with integers too
Roberto Ierusalimschy
2013-05-16
1
-10
/
+8
*
added patch to last bug
Roberto Ierusalimschy
2013-05-16
1
-2
/
+71
*
new API function 'lua_cvtonum' to convert a value (number or string)
Roberto Ierusalimschy
2013-05-14
2
-2
/
+26
*
'luaO_str2int' more generic: accepts white spaces around the numeral
Roberto Ierusalimschy
2013-05-14
3
-15
/
+27
*
new read format "*i" for reading integers
Roberto Ierusalimschy
2013-05-14
1
-1
/
+17
*
uses integers for time
Roberto Ierusalimschy
2013-05-14
1
-5
/
+5
*
bug: Wrong error message in some short-cut expressions
Roberto Ierusalimschy
2013-05-13
1
-2
/
+18
*
'pushnum' pushes a "number" (float) + new C instruction 'pushint'
Roberto Ierusalimschy
2013-05-07
1
-1
/
+4
*
new function 'math.numbits' (not a final decision)
Roberto Ierusalimschy
2013-05-06
1
-1
/
+15
*
correct way to avoid compile-time errors in integer divisions
Roberto Ierusalimschy
2013-05-06
1
-4
/
+7
*
correct error message for conversion errors from float to int
Roberto Ierusalimschy
2013-05-06
3
-12
/
+26
*
bug: Wrong assert when reporting concatenation errors.
Roberto Ierusalimschy
2013-05-06
1
-2
/
+25
*
macro 'nvalue' removed (direct conversion from integer to double,
Roberto Ierusalimschy
2013-05-06
1
-4
/
+1
*
macro 'nvalue' removed + cast to void added to avoid warnings
Roberto Ierusalimschy
2013-05-06
1
-5
/
+8
*
new function 'math.isfloat'
Roberto Ierusalimschy
2013-05-02
1
-1
/
+8
*
stack overflow in vararg functions + garbage collector in recursive loops
Roberto Ierusalimschy
2013-05-02
1
-7
/
+70
*
constant folding and API arithmetic with integers
Roberto Ierusalimschy
2013-05-02
4
-31
/
+83
*
new macro 'intop' (to perform integer arithmetic on unsigned types)
Roberto Ierusalimschy
2013-05-02
2
-10
/
+11
*
new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
4
-100
/
+70
*
integer division operates only on integers
Roberto Ierusalimschy
2013-04-29
1
-2
/
+1
*
added 'const' to parameters of 'luaG_concaterror'
Roberto Ierusalimschy
2013-04-29
2
-4
/
+5
*
'luaO_arith' -> 'luaO_numarith'
Roberto Ierusalimschy
2013-04-29
3
-6
/
+6
*
new function 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
2
-2
/
+16
*
favoring 'tonumber' over 'nvalue'
Roberto Ierusalimschy
2013-04-26
2
-34
/
+30
*
dumping and undumping integers
Roberto Ierusalimschy
2013-04-26
2
-9
/
+27
*
bug: garbage collector can trigger too many times in recursive loops,
Roberto Ierusalimschy
2013-04-26
1
-3
/
+10
*
detail
Roberto Ierusalimschy
2013-04-26
1
-3
/
+3
*
new interface for 'tonumber'
Roberto Ierusalimschy
2013-04-26
4
-39
/
+34
*
"integer" keys in tables are now lua_Integer, not 'int'.
Roberto Ierusalimschy
2013-04-26
4
-24
/
+29
*
new operation '//' (integer division)
Roberto Ierusalimschy
2013-04-26
14
-27
/
+56
*
new cast macros for lua_Integer and lua_Unsigned
Roberto Ierusalimschy
2013-04-25
1
-1
/
+3
*
'for' loop uses integers when possible
Roberto Ierusalimschy
2013-04-25
1
-16
/
+33
*
default increment for 'for' loop is an integer (1, not 1.0)
Roberto Ierusalimschy
2013-04-25
3
-7
/
+7
[next]