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
/
lgc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-28
yields accross metamethods and for iterators (except for __concat)
Roberto Ierusalimschy
2
-40
/
+84
2008-10-28
whole build depends on 'makefile' itself + better format for warning
Roberto Ierusalimschy
1
-36
/
+47
2008-10-28
some cleaning
Roberto Ierusalimschy
2
-10
/
+18
2008-10-28
detail (added 'UNUSED' to unused argument)
Roberto Ierusalimschy
1
-1
/
+2
2008-10-03
updating header dependencies
Roberto Ierusalimschy
1
-26
/
+26
2008-09-09
more specific test to avoid calling luaF_close when function returns
Roberto Ierusalimschy
1
-3
/
+3
2008-08-26
better control of call status through CallInfo
Roberto Ierusalimschy
7
-30
/
+41
2008-08-13
first steps towards yielding through longjump
Roberto Ierusalimschy
3
-62
/
+50
2008-08-13
small bug: lua_resume returning LUA_YIELD is not an error
Roberto Ierusalimschy
1
-2
/
+2
2008-08-13
new field 'status' in CallInfo structure
Roberto Ierusalimschy
2
-3
/
+5
2008-08-13
added missing parentheses around function names
Roberto Ierusalimschy
1
-12
/
+12
2008-08-06
change in error message
Roberto Ierusalimschy
1
-3
/
+2
2008-08-06
'module' may change the environment of a C function +
Roberto Ierusalimschy
1
-2
/
+51
2008-08-05
bug: string at the end of TString must consider the entire TString
Roberto Ierusalimschy
1
-2
/
+2
2008-08-05
bug: 'module' now checks that is caller is a Lua function
Roberto Ierusalimschy
1
-5
/
+8
2008-08-05
larger alignment requirement helps to uncover some kinds of bugs
Roberto Ierusalimschy
1
-1
/
+6
2008-08-01
GC step does not unblock collector (when it is blocked by "stop")
Roberto Ierusalimschy
1
-1
/
+4
2008-07-18
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Roberto Ierusalimschy
3
-7
/
+7
2008-07-11
do not use compatibility macros in Lua
Roberto Ierusalimschy
3
-5
/
+7
2008-07-11
new macro LUA_COMPAT to control some compatibility macros
Roberto Ierusalimschy
2
-2
/
+12
2008-07-11
'string.byte' gets confused with some out-of-range negative indices +
Roberto Ierusalimschy
1
-2
/
+59
2008-07-04
bug: GC step could loop forever under very particular circumstances
Roberto Ierusalimschy
1
-8
/
+8
2008-07-03
useless test removed (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+2
2008-07-03
comment about exported function not used by Lua
Roberto Ierusalimschy
1
-1
/
+2
2008-07-03
useless #define removed (pointed by lint)
Roberto Ierusalimschy
1
-4
/
+1
2008-07-03
useless #include removed (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+1
2008-07-03
identation error (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+2
2008-06-26
message from -v option goes to stdout, as it is not an error message
Roberto Ierusalimschy
1
-2
/
+2
2008-06-26
simplification in the handling of finalizers: no more 'tmudata' list +
Roberto Ierusalimschy
5
-100
/
+89
2008-06-26
GC called after errors now are called after showing error message (to
Roberto Ierusalimschy
1
-3
/
+3
2008-06-25
added a comment about warnings for __attribute__(visibility) in some
Roberto Ierusalimschy
1
-2
/
+6
2008-06-23
bug: when closing the state, 'luaC_separateudata' might mark
Roberto Ierusalimschy
1
-5
/
+3
2008-06-23
code reorganization (only changed comments and order of functions)
Roberto Ierusalimschy
1
-154
/
+203
2008-06-23
outdated comment
Roberto Ierusalimschy
1
-2
/
+2
2008-06-23
"test trick" seems more useful with pointers instead of integers
Roberto Ierusalimschy
2
-5
/
+5
2008-06-13
when error is 'bad self' original message probably makes no sense, so
Roberto Ierusalimschy
1
-3
/
+2
2008-06-13
removed static variable lua_state (not used)
Roberto Ierusalimschy
1
-4
/
+1
2008-06-13
by default, 'os.exit' closes current state
Roberto Ierusalimschy
1
-2
/
+6
2008-06-13
'luaL_gsub' moved into 'testC' (all auxlib should be tested through 'testC')
Roberto Ierusalimschy
1
-23
/
+7
2008-06-12
'luaL_testudata' does not leave garbage on the stack in case of failure
Roberto Ierusalimschy
1
-6
/
+6
2008-06-12
'posrelat' avoids problems with -(-2^31)
Roberto Ierusalimschy
1
-2
/
+2
2008-06-12
extra options in 'testC' for newmetatable and testudata
Roberto Ierusalimschy
1
-1
/
+8
2008-05-09
updated years in some comments/strings
Roberto Ierusalimschy
1
-3
/
+3
2008-05-08
patch for "blow stack" bug
Roberto Ierusalimschy
1
-2
/
+30
2008-05-08
added structure for local-variable information to allow extra
Roberto Ierusalimschy
2
-7
/
+14
2008-04-14
'string.find' cannot find things after subject's end
Roberto Ierusalimschy
1
-2
/
+5
2008-04-07
make default GC behavior a little more agressive
Roberto Ierusalimschy
1
-2
/
+2
2008-04-07
two bugs: invalid boolean values in constant table + too deep recursion
Roberto Ierusalimschy
1
-3
/
+6
2008-04-07
'table.sort' detects invalid order function before calling it
Roberto Ierusalimschy
1
-3
/
+3
2008-04-07
avoid constant folding for -0 (to avoid it colapsing to 0)
Roberto Ierusalimschy
1
-3
/
+3
[next]