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
/
bugs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-31
LUA_WIN -> LUA_USE_WINDOWS
Roberto Ierusalimschy
2
-5
/
+5
2014-10-31
new option '=' (native endian) for pack/unpack
Roberto Ierusalimschy
1
-1
/
+2
2014-10-30
comments (a few extra quotes around identifiers)
Roberto Ierusalimschy
6
-17
/
+17
2014-10-30
default changed from C89 to C99 + extra tests before using C99
Roberto Ierusalimschy
1
-82
/
+92
2014-10-29
Better organization of definitions in categories + removed
Roberto Ierusalimschy
1
-170
/
+165
2014-10-29
configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here
Roberto Ierusalimschy
1
-14
/
+26
2014-10-29
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
Roberto Ierusalimschy
5
-21
/
+46
2014-10-29
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
Roberto Ierusalimschy
1
-1
/
+5
2014-10-29
added comment and assert about an (impossible) division by zero
Roberto Ierusalimschy
1
-3
/
+6
2014-10-28
small simplifications in code for 'lua_strx2number'
Roberto Ierusalimschy
1
-15
/
+13
2014-10-28
detail
Roberto Ierusalimschy
1
-2
/
+2
2014-10-28
removed useless 'include math.h'
Roberto Ierusalimschy
1
-2
/
+1
2014-10-28
comment
Roberto Ierusalimschy
1
-2
/
+2
2014-10-27
small reorganization of tests around LUA_USE_C99
Roberto Ierusalimschy
2
-41
/
+26
2014-10-27
comments + Windows numeric types not used if LUA_ANSI is defined
Roberto Ierusalimschy
1
-6
/
+7
2014-10-27
comments
Roberto Ierusalimschy
1
-5
/
+5
2014-10-27
'T.limits' reports some more useful limits
Roberto Ierusalimschy
1
-2
/
+5
2014-10-27
better (and safer?) way to test native size of type 'int'
Roberto Ierusalimschy
1
-11
/
+9
2014-10-27
'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason
Roberto Ierusalimschy
2
-7
/
+7
2014-10-27
pack/unpack do not handle final '\0' as an "option" (it streches
Roberto Ierusalimschy
1
-19
/
+11
2014-10-26
detail
Roberto Ierusalimschy
1
-2
/
+2
2014-10-25
`name' in comments changed to 'name'
Roberto Ierusalimschy
31
-180
/
+180
2014-10-24
avoid redeclaration of _CRT_SECURE_NO_WARNINGS + 'lua_numtointeger' ->
Roberto Ierusalimschy
1
-3
/
+5
2014-10-24
added some casts to avoid warnings in some compilers
Roberto Ierusalimschy
2
-6
/
+6
2014-10-24
'lua_numtointeger' -> 'lua_numbertointeger'
Roberto Ierusalimschy
3
-6
/
+6
2014-10-22
detail (using 'sizeof' instead of 'strlen' for length of a constant
v5.3-beta
Roberto Ierusalimschy
1
-2
/
+3
2014-10-22
added 'l_' prefix for names that can be redefined externally
Roberto Ierusalimschy
3
-13
/
+13
2014-10-21
use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99)
Roberto Ierusalimschy
1
-9
/
+4
2014-10-20
comments
Roberto Ierusalimschy
1
-5
/
+6
2014-10-20
error in comment
Roberto Ierusalimschy
1
-2
/
+2
2014-10-20
message handler always adds a traceback to messages (even if they
Roberto Ierusalimschy
1
-14
/
+14
2014-10-20
in 'pack'/'unpack', endianness and alignment treated like options +
Roberto Ierusalimschy
1
-55
/
+52
2014-10-20
does not use 'long long' when LUA_ANSI is set
Roberto Ierusalimschy
1
-2
/
+2
2014-10-17
'lua_stringtonum' -> 'lua_stringtonumber'
Roberto Ierusalimschy
4
-10
/
+10
2014-10-17
macros 'LUA_QL'/'LUA_QL' deprecated
Roberto Ierusalimschy
16
-75
/
+67
2014-10-17
'debug.sizeof' removed
Roberto Ierusalimschy
1
-29
/
+1
2014-10-17
'dumpint' and related functions replaced by 'string.pack'/'string.unpack'
Roberto Ierusalimschy
1
-157
/
+340
2014-10-15
added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings about
Roberto Ierusalimschy
1
-9
/
+6
2014-10-15
'charpatt' -> 'charpattern'
Roberto Ierusalimschy
1
-3
/
+3
2014-10-15
'lua_strtonum' -> 'lua_stringtonum'
Roberto Ierusalimschy
4
-9
/
+9
2014-10-10
'$c' in 'lua_pushfstring' prints non-printable characters with
Roberto Ierusalimschy
2
-6
/
+8
2014-10-08
better handling of systems that do not support 'long long'
Roberto Ierusalimschy
1
-11
/
+28
2014-10-08
avoid warnings in macro 'luaM_reallocv' + comments
Roberto Ierusalimschy
1
-9
/
+15
2014-10-08
added some casts for the cases when lua_Number != double
Roberto Ierusalimschy
2
-8
/
+9
2014-10-08
detail ('G(L)' -> 'g')
Roberto Ierusalimschy
1
-6
/
+7
2014-10-07
'lua_Kcontext' -> 'lua_KContext'
Roberto Ierusalimschy
6
-19
/
+19
2014-10-06
comments
Roberto Ierusalimschy
1
-2
/
+8
2014-10-06
when thread yields, real "func" is in field 'extra', not in 'func'
Roberto Ierusalimschy
1
-4
/
+8
2014-10-04
alpha -> beta
Roberto Ierusalimschy
1
-2
/
+2
2014-10-04
added two casts to avoid warnings in VS
Roberto Ierusalimschy
1
-3
/
+3
[next]