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
/
lmathlib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2014-03-20
'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c')
Roberto Ierusalimschy
1
-6
/
+6
2014-03-19
with 64-bit integers, file offsets do not need to be floats
Roberto Ierusalimschy
1
-4
/
+4
2014-03-19
removed function 'luaS_eqstr' (not used anywhere)
Roberto Ierusalimschy
2
-12
/
+2
2014-03-19
detail (removed unused prototype)
Roberto Ierusalimschy
1
-2
/
+1
2014-03-18
bitlib has been deprecated
Roberto Ierusalimschy
2
-2
/
+28
2014-03-15
detail (comment)
Roberto Ierusalimschy
1
-2
/
+2
2014-03-14
details
Roberto Ierusalimschy
1
-7
/
+8
2014-03-13
changing prefix of configurable macros from "lua_" to "l_"
Roberto Ierusalimschy
1
-26
/
+26
2014-03-12
lua_gettable and similars return type of gotten value
Roberto Ierusalimschy
7
-44
/
+40
2014-03-12
detail in string.rep: allow large repetitions of the empty string (no
Roberto Ierusalimschy
1
-4
/
+5
2014-03-11
make all dumps/loads go trhough Load/DumpVector (so it is easier
Roberto Ierusalimschy
2
-8
/
+20
2014-03-11
keep chunk's headers compatible at least up to LUAC_VERSION (to be
Roberto Ierusalimschy
2
-10
/
+13
2014-03-11
make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is
Roberto Ierusalimschy
1
-3
/
+4
2014-03-10
detail (breaking too long lines)
Roberto Ierusalimschy
1
-3
/
+5
2014-03-10
no need to avoid negative ints in 'LoadInt'
Roberto Ierusalimschy
1
-3
/
+1
2014-03-10
"indent -kr -i2 -br -brf -nut" plus a few manual formating
Roberto Ierusalimschy
2
-344
/
+363
2014-03-09
small bug (from revision 2.80): LUA_OP* constants are not from
Roberto Ierusalimschy
1
-2
/
+2
2014-03-07
new macro 'cast_void'
Roberto Ierusalimschy
3
-7
/
+9
2014-03-06
simpler code to read a line from a file (using 'getc' or, if present,
Roberto Ierusalimschy
1
-17
/
+24
2014-03-06
back with 'L' for macros 'luai_num*', but now with a new macro
Roberto Ierusalimschy
4
-31
/
+43
2014-03-06
'constfolding' passes a proper Lua state to 'luaO_arith'
Roberto Ierusalimschy
1
-4
/
+4
2014-03-06
detail ('codearith' uses 'LUA_OP*' constants instead of 'OP_*')
Roberto Ierusalimschy
1
-10
/
+15
2014-03-01
no need to store a full 'size_t' fo the size of (frequent) small strings
Roberto Ierusalimschy
2
-16
/
+16
2014-02-28
more regularity with vectors + sizeof computed by the macros themselves
Roberto Ierusalimschy
2
-19
/
+18
2014-02-28
all chars used in binary dumps are unsigned ('lu_byte')
Roberto Ierusalimschy
2
-24
/
+23
2014-02-27
store number of upvalues of main function in front of the dump,
Roberto Ierusalimschy
2
-10
/
+5
[prev]
[next]