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
/
ltm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-29
some changes toward ephemerons
Roberto Ierusalimschy
4
-55
/
+98
2007-10-29
BUG: 'gsub' may go wild when wrongly called without its third
Roberto Ierusalimschy
2
-11
/
+41
2007-10-25
detail
Roberto Ierusalimschy
1
-2
/
+2
2007-10-25
avoid problems with 'ptrdiff_t'
Roberto Ierusalimschy
1
-25
/
+27
2007-10-25
parser should not call 'luaX_lexerror'
Roberto Ierusalimschy
3
-15
/
+17
2007-10-18
detail
Roberto Ierusalimschy
1
-5
/
+4
2007-10-17
new metamethods for '__pairs' and '__ipairs'
Roberto Ierusalimschy
1
-11
/
+19
2007-09-30
27 is not a prime number :(
Roberto Ierusalimschy
1
-2
/
+2
2007-09-14
better way to handle redefinitions of 'localeconv'
Roberto Ierusalimschy
1
-3
/
+6
2007-09-14
avoid warnings about exit; return
Roberto Ierusalimschy
2
-6
/
+4
2007-09-14
detail
Roberto Ierusalimschy
1
-2
/
+2
2007-09-12
better error message for 'concat'
Roberto Ierusalimschy
1
-2
/
+4
2007-09-10
tables and strings respect __len metamethod
Roberto Ierusalimschy
3
-23
/
+34
2007-09-05
An error in a module loaded through the '-l' option
Roberto Ierusalimschy
1
-0
/
+18
[next]