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
/
lua.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-10
luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring)
Roberto Ierusalimschy
1
-4
/
+11
2014-11-10
added missing cases for debug info about tag methods +
Roberto Ierusalimschy
1
-17
/
+20
2014-11-10
better error message for bitwise operators (they are not arithmetic...)
Roberto Ierusalimschy
2
-5
/
+8
2014-11-10
using address instead of string for key for table 'CLIBS' in the
Roberto Ierusalimschy
1
-6
/
+10
2014-11-10
using address key (light userdata) for hook table, instead of
Roberto Ierusalimschy
1
-12
/
+12
2014-11-10
removed unneeded test (result of b_str2int is already checked
Roberto Ierusalimschy
1
-3
/
+1
2014-11-08
details (error messages)
Roberto Ierusalimschy
1
-4
/
+3
2014-11-08
detail (line break)
Roberto Ierusalimschy
1
-3
/
+2
2014-11-07
when checking thread consistency, check its entire stack (always
Roberto Ierusalimschy
1
-4
/
+4
2014-11-07
cleaner test for overflow for range of 'math.random'
Roberto Ierusalimschy
1
-3
/
+3
2014-11-05
detail
Roberto Ierusalimschy
1
-2
/
+2
2014-11-05
more direct way to fill sign-extension extra bytes when packing
Roberto Ierusalimschy
1
-13
/
+29
2014-11-05
removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag
Roberto Ierusalimschy
1
-73
/
+77
2014-11-04
no need to cast '*s' to unsigned char when we know it is a digit +
Roberto Ierusalimschy
1
-4
/
+4
2014-11-04
added macro for configuring padding value in 'string.pack'
Roberto Ierusalimschy
1
-6
/
+12
2014-11-03
macro to change method of conversion from float to integer (make it
Roberto Ierusalimschy
1
-6
/
+15