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-04-02
bugs: precheck must use check (instead of assert) and ensures that
Roberto Ierusalimschy
1
-6
/
+5
2008-04-02
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
Roberto Ierusalimschy
6
-36
/
+68
2008-04-02
corrected error message ("too many constants" -> "too many functions")
Roberto Ierusalimschy
1
-2
/
+2
2008-04-01
several bugs related to precompiled code
Roberto Ierusalimschy
1
-0
/
+53
2008-02-25
'coroutine.running' should work for the main thread too
Roberto Ierusalimschy
1
-4
/
+4
2008-02-19
userdata with finalizers are kept in a separated list
Roberto Ierusalimschy
7
-147
/
+187
2008-02-19
proxies must be created with a __gc field in their metatables to work
Roberto Ierusalimschy
1
-2
/
+4
2008-02-15
turn off optimizations when testing
Roberto Ierusalimschy
1
-2
/
+2
2008-02-14
bugs: lua_checkstack may have arithmetic overflow for large 'size' +
Roberto Ierusalimschy
1
-0
/
+61
2008-02-14
'table.concat' may get confused with too large limits
Roberto Ierusalimschy
1
-9
/
+15
2008-02-14
bug: unpack with maximum indices may crash due to arithmetic overflow
Roberto Ierusalimschy
1
-4
/
+6
2008-02-14
bug: lua_checkstack may have arithmetic overflow for large 'size'
Roberto Ierusalimschy
1
-5
/
+4
2008-02-12
micro-optimization: avoid one API call in 'read_chars'
Roberto Ierusalimschy
1
-10
/
+11
2008-02-12
remove of useless test in 'read_chars' (if n == 0 then the resulting
Roberto Ierusalimschy
1
-2
/
+2
2008-02-12
corrected name of 'Patrick Donnelly'
Roberto Ierusalimschy
1
-1
/
+1
2008-02-12
added assertions checking maximum number of upvalues
Roberto Ierusalimschy
1
-2
/
+4
2008-02-11
LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX +
Roberto Ierusalimschy
1
-1
/
+54
2008-02-11
maximum C stack should reserve some values for pseudo-indices
Roberto Ierusalimschy
1
-7
/
+15
2008-02-11
bug: pseudo-indices should be linked to maximum C stack size
Roberto Ierusalimschy
1
-4
/
+4
2008-02-11
bug: auxresume should reserve stack space for boolean result
Roberto Ierusalimschy
1
-2
/
+2
2008-02-11
in 'testC', booleans should be represented by booean values
Roberto Ierusalimschy
1
-11
/
+11
2008-02-11
new instructions 'newtable' and 'checkstack' in 'testC'
Roberto Ierusalimschy
1
-1
/
+8
2008-02-11
more options for 'kinds' of Garbage Collection + more agressive
Roberto Ierusalimschy
1
-29
/
+26
2008-02-11
more options for 'kinds' of Garbage Collection
Roberto Ierusalimschy
2
-4
/
+9
2008-01-30
'ceillog2' now is exported (other modules may need it)
Roberto Ierusalimschy
3
-24
/
+25
2008-01-25
comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace)
Roberto Ierusalimschy
1
-1
/
+2
2008-01-21
debug.sethook/gethook may overflow the thread's stack
Roberto Ierusalimschy
1
-0
/
+46
2008-01-21
bug: debug.sethook/gethook may overflow thread's stack
Roberto Ierusalimschy
1
-12
/
+10
2008-01-18
avoid calling "tail return" hooks if the hook itself turns off the event
Roberto Ierusalimschy
1
-2
/
+2
2008-01-18
small bug (see http://lua-users.org/lists/lua-l/2007-08/msg00350.html)
Roberto Ierusalimschy
1
-5
/
+7
2008-01-18
it seems useless trying to avoid this warning...
Roberto Ierusalimschy
1
-2
/
+2
2008-01-17
better definition for LUAI_MAXCSTACK
Roberto Ierusalimschy
1
-2
/
+3
2008-01-17
detail
Roberto Ierusalimschy
1
-4
/
+3
2008-01-03
luaL_tostring -> luaL_tolstring (more generic)
Roberto Ierusalimschy
3
-10
/
+15
2008-01-02
larger limit for MAXCSTACK (plus removing of some useless definitions)
Roberto Ierusalimschy
1
-6
/
+2
2008-01-02
detail ('name' of baselib is "_G")
Roberto Ierusalimschy
1
-2
/
+2
2007-12-27
option to use Sun compiler (on lhf account)
Roberto Ierusalimschy
1
-5
/
+7
2007-12-27
stand-alone interpreter shows incorrect error message when the
Roberto Ierusalimschy
1
-0
/
+21
2007-12-19
'lua_pushfstring' raises an error if called with invalid format
Roberto Ierusalimschy
1
-6
/
+5
2007-12-12
new function 'package.searchpath'
Roberto Ierusalimschy
1
-11
/
+29
2007-12-08
details
Roberto Ierusalimschy
1
-10
/
+9
2007-11-28
BUG: lua_setfenv may crash if called over an invalid object
Roberto Ierusalimschy
2
-2
/
+23
2007-11-28
details
Roberto Ierusalimschy
1
-10
/
+11
2007-11-26
BUG: table.remove removes last element of a table when given
Roberto Ierusalimschy
2
-2
/
+28
2007-11-26
detail
Roberto Ierusalimschy
1
-3
/
+2
2007-11-12
use prefix in extern names, even those in test files
Roberto Ierusalimschy
2
-15
/
+15
2007-11-12
detail
Roberto Ierusalimschy
1
-2
/
+2
2007-11-09
detail
Roberto Ierusalimschy
1
-2
/
+3
2007-11-09
avoid the use of "exotic" libc functions
Roberto Ierusalimschy
1
-28
/
+38
2007-10-31
first implementation of ephemerons
Roberto Ierusalimschy
3
-51
/
+83
[next]