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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
detail (added placeholders for non-function fields to preallocate
Roberto Ierusalimschy
3
-3
/
+16
2014-07-16
Table library now respects '__index'/'__newindex' metamethods
Roberto Ierusalimschy
1
-43
/
+96
2014-07-15
removed unused parameter Ä'L' in macro 'api_check' and company
Roberto Ierusalimschy
6
-55
/
+52
2014-07-15
added api check in 'lua_typename' (tag is valid)
Roberto Ierusalimschy
1
-2
/
+3
2014-06-30
detail (typos in comments)
Roberto Ierusalimschy
9
-28
/
+28
2014-06-26
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
Roberto Ierusalimschy
6
-32
/
+46
2014-06-26
emergency collection can happen even when collector is stopped
Roberto Ierusalimschy
1
-5
/
+3
2014-06-26
detail (comment)
Roberto Ierusalimschy
1
-2
/
+2
2014-06-26
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
Roberto Ierusalimschy
1
-48
/
+1
2014-06-26
var-arguments to the script come from 'arg' table (not from original
Roberto Ierusalimschy
1
-10
/
+16
2014-06-26
'IntPoint' -> 'point2int' + ensure that casted value fits in
Roberto Ierusalimschy
2
-5
/
+5
2014-06-24
LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and that
Roberto Ierusalimschy
2
-9
/
+8
2014-06-19
use proper macros to convert 'GCObject' to other objects + better
Roberto Ierusalimschy
1
-24
/
+23
2014-06-19
detail (avoid too large macro)
Roberto Ierusalimschy
1
-3
/
+5
2014-06-19
more precision between closure types ('LClosure' x 'CClosure')
Roberto Ierusalimschy
9
-49
/
+49
2014-06-18
use appropriate macros to convert GCObject to specific types
Roberto Ierusalimschy
3
-9
/
+17
2014-06-18
allows different 'source' for each prototype, but inherits it from
Roberto Ierusalimschy
2
-21
/
+34
2014-06-18
added assertion about sources being the same for all protos in a chunk
Roberto Ierusalimschy
1
-2
/
+4
2014-06-18
changed macro for compatibility options + details
Roberto Ierusalimschy
1
-5
/
+5
2014-06-18
source for all prototypes must be equal in a chunk; no need to store
Roberto Ierusalimschy
2
-4
/
+6
2014-06-18
'math.ifloor' is back
Roberto Ierusalimschy
1
-1
/
+15
2014-06-17
macro 'checkobjref' accepts NULL (as all its uses checked for NULL
Roberto Ierusalimschy
1
-21
/
+15
2014-06-12
cleaner way to handle bit CIST_OAH (with auxiliar macros)
Roberto Ierusalimschy
3
-16
/
+16
2014-06-11
janitor work on 'lua_resume' and related code
Roberto Ierusalimschy
1
-28
/
+32
2014-06-10
new items in default path for Windows
Roberto Ierusalimschy
1
-6
/
+10
2014-06-10
bit-field CIST_YIELDED removed (it was never consulted)
Roberto Ierusalimschy
2
-10
/
+8
2014-06-10
must also reset CIST_OAH if necessary (CallInfo is not a fresh one)
Roberto Ierusalimschy
1
-5
/
+6
2014-06-10
more relaxed rules for __eq metamethod (more similar to other
Roberto Ierusalimschy
3
-20
/
+11
2014-06-10
no need for field 'status' in structure 'CallInfo' (after removal
Roberto Ierusalimschy
3
-29
/
+29
2014-06-10
new type lua_KFunction + no more 'lua_getctx'
Roberto Ierusalimschy
6
-61
/
+44
2014-06-09
added comments
Roberto Ierusalimschy
1
-6
/
+19
2014-06-05
lots of janitor work (including comments) + 'arg' table created
Roberto Ierusalimschy
1
-153
/
+223
2014-06-02
'math.mof' works with integers, too
Roberto Ierusalimschy
1
-12
/
+24
2014-06-02
'assert' does not assume that the error object is a string
Roberto Ierusalimschy
1
-4
/
+9
2014-06-02
if numeral overflows the reading buffer, signal it as invalid input
Roberto Ierusalimschy
1
-3
/
+5
2014-06-01
details (comments)
Roberto Ierusalimschy
1
-9
/
+7
2014-05-29
detail (to avoid warnings of unused variable)
Roberto Ierusalimschy
1
-2
/
+2
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
[next]