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
/
ldo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-27
more "religious" definition for 'lua_numtointeger'
Roberto Ierusalimschy
1
-9
/
+7
2014-05-26
no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil'
Roberto Ierusalimschy
1
-14
/
+18
2014-05-26
function 'luaV_numtointeger' changed to a global macro
Roberto Ierusalimschy
4
-29
/
+35
2014-05-25
simpler handling of 'GCScallfin' state + more comments
Roberto Ierusalimschy
1
-57
/
+47
2014-05-23
detail (comment)
Roberto Ierusalimschy
1
-3
/
+3
2014-05-21
no more use of 'scanf' for reading numbers
Roberto Ierusalimschy
2
-27
/
+82
2014-05-21
small improvements concerning 'check_next'
Roberto Ierusalimschy
1
-25
/
+39
2014-05-20
comments
Roberto Ierusalimschy
1
-4
/
+6
2014-05-16
better(?) implementation for 'pcall'/'xpcall' (regarding the insertion
Roberto Ierusalimschy
1
-20
/
+35
2014-05-16
more direct implementation of 'table.pack'
Roberto Ierusalimschy
1
-10
/
+6
2014-05-15
small changes in field order in some structs to reduce padding
Roberto Ierusalimschy
2
-14
/
+14
2014-05-15
removed macro 'luai_checknum' (as NaN trick is not doable now)
Roberto Ierusalimschy
2
-8
/
+2
2014-05-15
added a few comments
Roberto Ierusalimschy
1
-1
/
+14
2014-05-15
deprecated library throws an error if called (instead of silently
Roberto Ierusalimschy
2
-6
/
+7
2014-05-15
added lots of new comments + small changes in code
Roberto Ierusalimschy
1
-61
/
+94
2014-05-15
'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in
Roberto Ierusalimschy
1
-18
/
+39
2014-05-15
avoid non-conformant pointer arithmetic in api check for 'lua_rotate'
Roberto Ierusalimschy
1
-3
/
+3
2014-05-15
using a more conventional handling of stack space in 'io_readline'
Roberto Ierusalimschy
1
-3
/
+2
2014-05-14
added a compat option (although it will be off by default) to
Roberto Ierusalimschy
1
-1
/
+3
2014-05-14
missing macro 'LUAMOD_API' in function to open library
Roberto Ierusalimschy
1
-2
/
+2
2014-05-14
function 'reverse' uses appropriate variants of 'setobj' for better
Roberto Ierusalimschy
1
-3
/
+3
2014-05-14
several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp)
Roberto Ierusalimschy
1
-66
/
+72
2014-05-14
comments added to 'lua_rotate'
Roberto Ierusalimschy
1
-7
/
+11
2014-05-13
new API function 'lua_rotate'
Roberto Ierusalimschy
4
-26
/
+36
2014-05-12
addition of '.0' to float representation done by the kernel
Roberto Ierusalimschy
3
-13
/
+18
2014-05-12
no more integer exponentiation
Roberto Ierusalimschy
3
-30
/
+6
2014-05-12
added comments to several functions
Roberto Ierusalimschy
1
-55
/
+93
2014-05-11
old POSIX systems need '<sys/types.h>' for 'off_t'
Roberto Ierusalimschy
1
-1
/
+3
2014-05-11
better error message for unfinished long strings/comments
Roberto Ierusalimschy
1
-4
/
+8
2014-05-11
comments
Roberto Ierusalimschy
1
-3
/
+6
2014-05-09
in 'for' loops, make the limit an integer whenever initial value and
Roberto Ierusalimschy
1
-3
/
+40
2014-05-08
'T.totalmem' accepts 0 for unlimited memory
Roberto Ierusalimschy
1
-3
/
+5
2014-05-08
comments
Roberto Ierusalimschy
1
-5
/
+6
2014-05-08
new function 'lua_isyieldable' (and 'coroutine.isyieldable')
Roberto Ierusalimschy
3
-7
/
+26
2014-05-07
updated several 'fix' fields
Roberto Ierusalimschy
1
-15
/
+13
2014-05-07
marks for releases 5.2.2 and 5.2.3 + correction in last bug's description
Roberto Ierusalimschy
1
-3
/
+13
2014-05-07
better alignments (for 64-bit arquitectures) for structures 'Table' and
Roberto Ierusalimschy
1
-4
/
+4
2014-05-02
'math.fmod' handles integers as integers
Roberto Ierusalimschy
1
-4
/
+14
2014-05-01
'lua_getuservalue' returns type of user value
Roberto Ierusalimschy
2
-4
/
+5
2014-05-01
'lua_strtonum' (and 'luaO_str2num') now return string size, instead of
Roberto Ierusalimschy
7
-41
/
+39
2014-04-30
function 'limittointeger' no needed (now that 'tointeger_aux' handles
Roberto Ierusalimschy
1
-16
/
+2
2014-04-30
debug.numbits replaced by debug.Csize
Roberto Ierusalimschy
1
-11
/
+25
2014-04-30
'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' plus proper
Roberto Ierusalimschy
1
-22
/
+46
2014-04-30
'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts
Roberto Ierusalimschy
4
-44
/
+50
2014-04-29
merge of common parts from 'limittointeger' and 'luaV_tointeger_'
Roberto Ierusalimschy
1
-10
/
+15
2014-04-29
'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')
Roberto Ierusalimschy
6
-27
/
+27
2014-04-29
'for' loop tries to convert limit to integer when initial value and
Roberto Ierusalimschy
1
-2
/
+23
2014-04-29
template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)
Roberto Ierusalimschy
1
-2
/
+8
2014-04-27
using lua_Unsigned (instead of lua_Integer) for bit manipulation
Roberto Ierusalimschy
1
-7
/
+8
2014-04-27
n^-m gives float result (instead of error)
Roberto Ierusalimschy
4
-17
/
+15
[next]