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
/
lvm.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-28
correct handling of negative numbers in non-10 bases by 'tonumber'
Roberto Ierusalimschy
1
-2
/
+5
2010-10-28
added more platforms for ieeeendianess + small comments
Roberto Ierusalimschy
1
-4
/
+7
2010-10-28
stricter control over number of bits in each operation
Roberto Ierusalimschy
1
-12
/
+20
2010-10-27
added check for architectures with known endianess (only i386 now)
Roberto Ierusalimschy
1
-1
/
+5
2010-10-27
new names for bit functions (mimicking assembler)
Roberto Ierusalimschy
1
-11
/
+11
2010-10-26
better organization for coercion functions between lua_Number and
Roberto Ierusalimschy
2
-30
/
+70
2010-10-25
new type lua_Unsigned and corresponding projection/injection functions
Roberto Ierusalimschy
6
-22
/
+66
2010-10-25
corrected warnings from different compilers (mostly casts and small
Roberto Ierusalimschy
9
-22
/
+21
2010-10-25
version from lhf
Roberto Ierusalimschy
2
-35
/
+20
2010-10-25
bitlib renamed to 'bit32' + new function for arithmetic shift
Roberto Ierusalimschy
3
-11
/
+26
2010-10-25
POS_A replaced by POS_Ax (which is more "precise")
Roberto Ierusalimschy
1
-2
/
+2
2010-10-25
comment
Roberto Ierusalimschy
1
-2
/
+2
2010-10-18
better error message for 'lua -e -i'
Roberto Ierusalimschy
1
-5
/
+6
2010-10-13
details in opcode list
Roberto Ierusalimschy
2
-6
/
+7
2010-10-11
'proto->source' may be NULL (if dump strips debug information)
Roberto Ierusalimschy
1
-5
/
+11
2010-10-05
'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE)
Roberto Ierusalimschy
1
-2
/
+6
2010-10-01
'luaL_loadlib' accepts Utf8 BOM in the beginning of files
Roberto Ierusalimschy
1
-13
/
+26
2010-09-30
'nresults' in CallInfo now refers to number of results that the current
Roberto Ierusalimschy
2
-5
/
+6
2010-09-13
hexadecimal constants may be floating values too
Roberto Ierusalimschy
1
-6
/
+4
2010-09-07
'loadin' should not check whether upvalue is called '_ENV',
Roberto Ierusalimschy
1
-5
/
+3
2010-09-07
'lua_[gs]etupvalue' may work even without debug information
Roberto Ierusalimschy
1
-2
/
+6
2010-09-07
name "_ENV" configurable through 'luaconf.h'
Roberto Ierusalimschy
7
-15
/
+23
2010-09-03
new parameter 'majorinc' to control frequency of major collections
Roberto Ierusalimschy
6
-13
/
+25
2010-08-23
'loadin' should accept any value for the environment (not only tables) +
Roberto Ierusalimschy
1
-3
/
+6
2010-08-23
'pushclosure' -> 'codeclosure' (as there is another 'pushclosure' in
Roberto Ierusalimschy
1
-8
/
+13
2010-08-04
api checks to ensure that thread is OK when using lua_call/lua_pcall
Roberto Ierusalimschy
1
-1
/
+3
2010-08-03
use index 0 for header of list of free references
Roberto Ierusalimschy
1
-7
/
+7
2010-08-02
detail: registry._PRELOAD must be a table, no need to check
Roberto Ierusalimschy
1
-3
/
+1
2010-07-28
'module'/'luaL_register' and associates are deprecated
Roberto Ierusalimschy
6
-14
/
+33
2010-07-26
several new comments
Roberto Ierusalimschy
1
-27
/
+43
2010-07-25
'lua_[gs]etenv' -> 'lua_[gs]etuservalue'
Roberto Ierusalimschy
4
-17
/
+17
2010-07-25
environment variables consulted by Lua may be version-specific
Roberto Ierusalimschy
2
-16
/
+32
2010-07-25
new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}
Roberto Ierusalimschy
2
-6
/
+12
2010-07-18
using curly brackets to mark blocks of '#if/#else/#endif's
Roberto Ierusalimschy
1
-26
/
+26
2010-07-07
new way to distinguish between indexing tables in registers and
Roberto Ierusalimschy
3
-46
/
+41
2010-07-02
better organization for fields in struct 'expdesc'
Roberto Ierusalimschy
4
-62
/
+67
2010-07-02
comand-line option '-l' creates global with given name after
Roberto Ierusalimschy
1
-9
/
+18
2010-07-02
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx
Roberto Ierusalimschy
5
-24
/
+37
2010-07-02
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
14
-55
/
+104
2010-06-30
old (and complex) luaL_findtable now used only in compatibility code
Roberto Ierusalimschy
4
-39
/
+59
2010-06-30
typo in comments
Roberto Ierusalimschy
5
-12
/
+12
2010-06-25
macro 'key2tal' replaced by 'gkey' (as both were equal)
Roberto Ierusalimschy
4
-15
/
+13
2010-06-21
'getlocal' gets information about parameters of Lua functions
Roberto Ierusalimschy
3
-20
/
+37
2010-06-18
no more support for old Mac OS systems
Roberto Ierusalimschy
1
-87
/
+3
2010-06-16
'what' may be NULL in 'kname'
Roberto Ierusalimschy
1
-2
/
+2
2010-06-13
'ipair' is back
Roberto Ierusalimschy
1
-12
/
+2
2010-06-13
use ANSI versions of DLL functions in Windows
Roberto Ierusalimschy
1
-4
/
+4
2010-06-10
'coroutine' library separated from 'baselib'
Roberto Ierusalimschy
6
-153
/
+169
2010-06-10
unused '#include' removed
Roberto Ierusalimschy
1
-2
/
+1
2010-06-09
back with #-comments for binary files
Roberto Ierusalimschy
1
-13
/
+30
[next]