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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
details (comments)
Roberto Ierusalimschy
2014-11-25
1
-6
/
+5
*
clearer notation for "compare" instruction
Roberto Ierusalimschy
2014-11-25
1
-3
/
+6
*
bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' ->
Roberto Ierusalimschy
2014-11-24
1
-13
/
+24
*
new test for macro 'luai_numinvalidop'
Roberto Ierusalimschy
2014-11-24
1
-1
/
+5
*
detail (buffer in 'LoadF' is related to files)
Roberto Ierusalimschy
2014-11-21
1
-2
/
+2
*
avoid memory errors while a file is locked (when reading a line)
Roberto Ierusalimschy
2014-11-21
1
-7
/
+16
*
'x//y' extended to floats
Roberto Ierusalimschy
2014-11-21
3
-11
/
+10
*
'x//y' extended to floats + more comments about module and floor
Roberto Ierusalimschy
2014-11-21
2
-24
/
+43
*
simpler definition for 'luaV_tonumber_'
Roberto Ierusalimschy
2014-11-19
1
-11
/
+8
*
detail (LUAL_BUFFERSIZE has a larger variation among different
Roberto Ierusalimschy
2014-11-19
1
-2
/
+2
*
allows calling luaL_checkstack with no message (in runC)
Roberto Ierusalimschy
2014-11-14
1
-2
/
+5
*
small bug (error of "chunk has too many lines" might use 't.token'
Roberto Ierusalimschy
2014-11-14
1
-2
/
+3
*
uses return value from luaL_getmetatable
Roberto Ierusalimschy
2014-11-12
1
-3
/
+2
*
uses return value from lua_getfield
Roberto Ierusalimschy
2014-11-12
1
-3
/
+3
*
details (matching parameter names with manual)
Roberto Ierusalimschy
2014-11-12
1
-10
/
+11
*
details (match parameter names with lua.h and manual)
Roberto Ierusalimschy
2014-11-12
1
-12
/
+12
*
detail (use new returned value from 'lua_getglobal' )
Roberto Ierusalimschy
2014-11-11
1
-3
/
+2
*
detail (to avoid a "to avoid warnings" return)
Roberto Ierusalimschy
2014-11-11
1
-10
/
+8
*
independent code for 'printstack' + test for panic function can
Roberto Ierusalimschy
2014-11-11
1
-17
/
+21
*
no need to ensure any stack space for panic function + some changes
Roberto Ierusalimschy
2014-11-11
1
-16
/
+12
*
details
Roberto Ierusalimschy
2014-11-11
1
-3
/
+3
*
details
Roberto Ierusalimschy
2014-11-10
1
-7
/
+11
*
bug: memory error in panic mode does not push error message on
Roberto Ierusalimschy
2014-11-10
1
-2
/
+14
*
new function 'T.checkpanic' (to check panic errors)
Roberto Ierusalimschy
2014-11-10
1
-1
/
+52
*
detail (comment)
Roberto Ierusalimschy
2014-11-10
1
-2
/
+2
*
luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring)
Roberto Ierusalimschy
2014-11-10
1
-4
/
+11
*
added missing cases for debug info about tag methods +
Roberto Ierusalimschy
2014-11-10
1
-17
/
+20
*
better error message for bitwise operators (they are not arithmetic...)
Roberto Ierusalimschy
2014-11-10
2
-5
/
+8
*
using address instead of string for key for table 'CLIBS' in the
Roberto Ierusalimschy
2014-11-10
1
-6
/
+10
*
using address key (light userdata) for hook table, instead of
Roberto Ierusalimschy
2014-11-10
1
-12
/
+12
*
removed unneeded test (result of b_str2int is already checked
Roberto Ierusalimschy
2014-11-10
1
-3
/
+1
*
details (error messages)
Roberto Ierusalimschy
2014-11-08
1
-4
/
+3
*
detail (line break)
Roberto Ierusalimschy
2014-11-08
1
-3
/
+2
*
when checking thread consistency, check its entire stack (always
Roberto Ierusalimschy
2014-11-07
1
-4
/
+4
*
cleaner test for overflow for range of 'math.random'
Roberto Ierusalimschy
2014-11-07
1
-3
/
+3
*
detail
Roberto Ierusalimschy
2014-11-05
1
-2
/
+2
*
more direct way to fill sign-extension extra bytes when packing
Roberto Ierusalimschy
2014-11-05
1
-13
/
+29
*
removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag
Roberto Ierusalimschy
2014-11-05
1
-73
/
+77
*
no need to cast '*s' to unsigned char when we know it is a digit +
Roberto Ierusalimschy
2014-11-04
1
-4
/
+4
*
added macro for configuring padding value in 'string.pack'
Roberto Ierusalimschy
2014-11-04
1
-6
/
+12
*
macro to change method of conversion from float to integer (make it
Roberto Ierusalimschy
2014-11-03
1
-6
/
+15
*
Definitions for Lua code that must come before any other header file
Roberto Ierusalimschy
2014-11-03
1
-0
/
+39
*
keep "#include <windows.h>" in this file, but without the
Roberto Ierusalimschy
2014-11-03
1
-1
/
+3
*
Windows uses "LONGLONG" option, even not having long long (it has __int64)
Roberto Ierusalimschy
2014-11-02
1
-12
/
+17
*
comments (references to "ANSI C" changed to "ISO C", which is the
Roberto Ierusalimschy
2014-11-02
8
-20
/
+19
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
35
-145
/
+198
*
'lua_load' sets _ENV for any chunk with upvalues (not just those
Roberto Ierusalimschy
2014-10-31
1
-2
/
+2
*
LUA_WIN -> LUA_USE_WINDOWS
Roberto Ierusalimschy
2014-10-31
2
-5
/
+5
*
new option '=' (native endian) for pack/unpack
Roberto Ierusalimschy
2014-10-31
1
-1
/
+2
*
comments (a few extra quotes around identifiers)
Roberto Ierusalimschy
2014-10-30
6
-17
/
+17
[prev]
[next]