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
/
ltm.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-16
correct integer limits for Windows + small adjustments for short
Roberto Ierusalimschy
1
-3
/
+14
2014-04-15
keep 'luaL_checkversion_' with its signature in version 5.2, for
Roberto Ierusalimschy
2
-5
/
+5
2014-04-15
initial '*' in 'io.read' formats is deprecated
Roberto Ierusalimschy
1
-4
/
+4
2014-04-15
cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from
Roberto Ierusalimschy
6
-19
/
+23
2014-04-15
macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that
Roberto Ierusalimschy
7
-25
/
+33
2014-04-14
instructions in 'runC' sorted alphabetically + new instructions
Roberto Ierusalimschy
1
-192
/
+198
2014-04-14
size of strings in 'string.rep' should be limited by the size of
Roberto Ierusalimschy
1
-3
/
+3
2014-04-14
using predefined limits (instead of computing min/max values for each
Roberto Ierusalimschy
1
-16
/
+28
2014-04-13
maximum size of array part of a table now is restricted not only by
Roberto Ierusalimschy
1
-8
/
+8
2014-04-12
new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only)
Roberto Ierusalimschy
1
-12
/
+36
2014-04-12
new global macro 'LUA_MAXUNSIGNED'
Roberto Ierusalimschy
3
-10
/
+6
2014-04-12
detail (avoid "casting down" in case lua_Integer is smaller than int)
Roberto Ierusalimschy
1
-2
/
+2
2014-04-11
errors like 1e100 << "2" were giving wrong messages
Roberto Ierusalimschy
1
-3
/
+5
2014-04-11
correct definition for 'MAX_SIZE' (using singed integers as the limit,
Roberto Ierusalimschy
1
-8
/
+9
2014-04-11
new type 'LUAI_UACINT' (result of an 'usual argument conversion' of
Roberto Ierusalimschy
2
-3
/
+7
2014-04-11
'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER'
Roberto Ierusalimschy
2
-9
/
+6
2014-04-11
details in comments
Roberto Ierusalimschy
1
-5
/
+6
2014-04-10
maximum size for dump of integers is size of lua_Integer (which
Roberto Ierusalimschy
1
-36
/
+17
2014-04-10
pack/unpack functions renamed dump/undump
Roberto Ierusalimschy
1
-14
/
+14
2014-04-10
math.random: use 'random' when available + changes to work correctly
Roberto Ierusalimschy
1
-8
/
+19
2014-04-09
more precision for PI + no more RADIANS_PER_DEGREE +
Roberto Ierusalimschy
1
-7
/
+6
2014-04-09
new definition for 'luai_nummod' (using 'fmod')
Roberto Ierusalimschy
3
-6
/
+13
2014-04-08
using 'volatile' in 'tofloat' to ensure result has the same precision
Roberto Ierusalimschy
1
-4
/
+7
2014-04-04
'GCmemtrav' does not need to track the entire collection, only each
Roberto Ierusalimschy
1
-8
/
+8
2014-04-04
'int' -> 'lua_Integer' in several functions
Roberto Ierusalimschy
1
-11
/
+11
2014-04-03
new constants 'math.maxint'/'math.minint'
Roberto Ierusalimschy
1
-1
/
+5
2014-04-03
new macros LUA_MAXINTEGER/LUA_MININTEGER
Roberto Ierusalimschy
1
-1
/
+6
2014-04-03
several changes in 'utf8.offset'
Roberto Ierusalimschy
1
-22
/
+27
2014-04-03
bug: compiler can optimize away overflow check in 'table.concat'
Roberto Ierusalimschy
1
-5
/
+16
2014-04-03
avoid constant overflow when shifting left signed integers until
Roberto Ierusalimschy
1
-5
/
+5
2014-04-02
new implementation for 'utf8.len'
Roberto Ierusalimschy
1
-13
/
+18
2014-04-02
bug (in work version): comparisons should not try to convert
Roberto Ierusalimschy
1
-5
/
+20
2014-04-02
LUAI_FUNC is being used only in header files
Roberto Ierusalimschy
3
-6
/
+6
2014-04-01
detail (error message for conversion from float to integer)
Roberto Ierusalimschy
1
-2
/
+2
2014-04-01
added an 'api_check' for negative sizes in 'lua_checkstack'
Roberto Ierusalimschy
1
-1
/
+2
2014-04-01
bug: compiler could optimize away overflow check (+ changing indices
Roberto Ierusalimschy
1
-9
/
+12
2014-04-01
some details to avoid warnings
Roberto Ierusalimschy
6
-15
/
+15
2014-04-01
more precise estimation (GCestimate) for total bytes in use after
Roberto Ierusalimschy
1
-14
/
+18
2014-03-31
detail ('1U' -> '1u', like other unsigned constants in the code)
Roberto Ierusalimschy
1
-3
/
+3
2014-03-31
math.abs, math.max, and math.min work for integers, too.
Roberto Ierusalimschy
1
-15
/
+20
2014-03-31
fancier way to do sign extension
Roberto Ierusalimschy
1
-4
/
+3
2014-03-31
macro 'tostring' is used only by 'luaV_concat'
Roberto Ierusalimschy
2
-4
/
+4
2014-03-27
missplelling in comments/function names (endianess -> endianness)
Roberto Ierusalimschy
3
-13
/
+13
2014-03-21
definition of LUA_REAL_* and LUA_INT_* moved to the beginning of
Roberto Ierusalimschy
1
-19
/
+23
2014-03-21
native lua_Number may be neither float nor double (in pack/unpackfloat)
Roberto Ierusalimschy
1
-17
/
+22
2014-03-21
details (typos in comments)
Roberto Ierusalimschy
6
-18
/
+18
2014-03-20
copyright year -> 2014
Roberto Ierusalimschy
1
-3
/
+3
2014-03-20
detail (to avoid warnings with '-O3')
Roberto Ierusalimschy
1
-3
/
+3
2014-03-20
does not create library when it is deprecated
Roberto Ierusalimschy
1
-10
/
+2
2014-03-20
configuration for Lua type corresponding to 'time_t'
Roberto Ierusalimschy
1
-10
/
+24
[next]