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.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-20
Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default
Roberto Ierusalimschy
1
-1
/
+3
2011-04-20
'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG'
Roberto Ierusalimschy
2
-4
/
+4
2011-04-19
'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamed
Roberto Ierusalimschy
1
-3
/
+4
2011-04-19
'luaL_setfuncs' does not need to accept a NULL list. (If there is
Roberto Ierusalimschy
1
-3
/
+6
2011-04-19
change in opcode OP_LOADNIL: B is used as a counter instead of a
Roberto Ierusalimschy
5
-18
/
+22
2011-04-18
small bug (masked by wrong entry for OP_TEST in opcodes.c)
Roberto Ierusalimschy
1
-1
/
+5
2011-04-18
added macro for code checking
Roberto Ierusalimschy
1
-1
/
+7
2011-04-18
local function name only visible to debug info after being initialized
Roberto Ierusalimschy
1
-1
/
+6
2011-04-18
detail ('luai_apicheck' should be used always through macro 'api_check')
Roberto Ierusalimschy
1
-2
/
+2
2011-04-18
copyright updated to 2011
Roberto Ierusalimschy
1
-3
/
+3
2011-04-12
small corrections in description of OP_TEST and OP_LOADKX
Roberto Ierusalimschy
1
-3
/
+3
2011-04-08
'luaL_findtable' -> 'luaL_getsubtable'
Roberto Ierusalimschy
6
-18
/
+18
2011-04-07
new instruction OP_LOADKX (to replace OP_LOADK with extra argument)
Roberto Ierusalimschy
6
-19
/
+27
2011-04-07
cleaner scheme of bits for variant types (light C functions) and
Roberto Ierusalimschy
1
-33
/
+47
2011-04-05
detail (should use macro 'ttisdeadkey')
Roberto Ierusalimschy
1
-2
/
+2
2011-04-05
new macro 'ttisequal'
Roberto Ierusalimschy
3
-7
/
+6
2011-04-05
2nd operand for unary tag methods does not need to be 'nil'
Roberto Ierusalimschy
1
-3
/
+2
2011-04-05
lua_arith gets no fake operand for unary minus
Roberto Ierusalimschy
1
-7
/
+15
2011-04-05
all names used internally by macros end with '_'
Roberto Ierusalimschy
1
-28
/
+28
2011-03-18
use of 'luaL_tolstring' for option '%s' in 'string.format'
Roberto Ierusalimschy
1
-3
/
+3
2011-03-14
macro 'mark' renamed 'EOFMARK' ('mark' is too easy to confict, e.g.
Roberto Ierusalimschy
1
-4
/
+4
2011-03-03
returns for file-related functions and process-related functions
Roberto Ierusalimschy
4
-82
/
+85
2011-03-01
loaders receive an extra argument returned by the searcher
Roberto Ierusalimschy
1
-23
/
+32
2011-02-28
small problems with 'luaone.c'
Roberto Ierusalimschy
5
-11
/
+16
2011-02-23
no need of lookahead in Zio
Roberto Ierusalimschy
8
-41
/
+29
2011-02-21
correct interpretation of return value from pclose
Roberto Ierusalimschy
1
-28
/
+34
2011-02-17
small bug: may call reader function again after it returned end
Roberto Ierusalimschy
2
-4
/
+10
2011-02-14
error for repeated label + jumps allowed to labels followed by
Roberto Ierusalimschy
1
-24
/
+34
2011-02-14
'break' does not need to be last statement in a block +
Roberto Ierusalimschy
1
-81
/
+84
2011-02-10
p-close returns "correct" status plus type of termination
Roberto Ierusalimschy
1
-16
/
+36
2011-02-10
'break' coded as 'goto' + small bug when closing multiple gotos
Roberto Ierusalimschy
1
-59
/
+52
2011-02-09
simpler code for repeat-until
Roberto Ierusalimschy
1
-11
/
+5
2011-02-09
corrected 'follow' for checking whether label is last statement
Roberto Ierusalimschy
1
-14
/
+21
2011-02-09
small changes in goto-related error messages
Roberto Ierusalimschy
1
-8
/
+15
2011-02-07
trying to avoid assumption that sizeof(char)==1
Roberto Ierusalimschy
5
-12
/
+13
2011-02-07
ensures that all local variables are declared inside some block,
Roberto Ierusalimschy
1
-45
/
+39
2011-02-07
some reorganization of dynamic data structures used by the parser
Roberto Ierusalimschy
4
-118
/
+104
2011-02-07
no more 'OP_CLOSE' instructions (use jumps to close upvalues)
Roberto Ierusalimschy
4
-12
/
+10
2011-02-07
detail in 'print_usage'
Roberto Ierusalimschy
1
-6
/
+4
2011-02-04
first implementation of 'goto'
Roberto Ierusalimschy
4
-23
/
+227
2011-02-02
new reserved word 'goto'
Roberto Ierusalimschy
2
-4
/
+4
2011-02-01
avoid extra increment to 'savedpc' when jumping
Roberto Ierusalimschy
1
-15
/
+20
2011-02-01
new scheme to close upvalues in 'break'; jump instructions may
Roberto Ierusalimschy
5
-21
/
+41
2011-02-01
better control for GC running or stopped
Roberto Ierusalimschy
1
-2
/
+2
2011-01-31
bug: problem with optimizations of short-circuit logic
Roberto Ierusalimschy
1
-2
/
+45
2011-01-31
bug in some short-circuit optimizations
Roberto Ierusalimschy
1
-21
/
+7
2011-01-26
detail (cleaning trailing spaces)
Roberto Ierusalimschy
10
-24
/
+24
2011-01-12
'sep' argument to 'string.rep' + 'string.rep' preallocates entire
Roberto Ierusalimschy
1
-9
/
+23
2011-01-10
'luaL_findtable' returns boolean about whether it created a new
Roberto Ierusalimschy
2
-5
/
+6
2011-01-10
using 'luaL_findtable' to manage hook table
Roberto Ierusalimschy
1
-17
/
+6
[next]