aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-21"spacial" reorganization to keep related functions in groupsRoberto Ierusalimschy1-144/+163
2007-06-21clearing some old compatibility codeRoberto Ierusalimschy7-149/+13
2007-06-21detailRoberto Ierusalimschy1-2/+2
2007-06-21clearing some old compatibility codeRoberto Ierusalimschy1-13/+4
2007-06-19strong collision for very small numbers used as table keysRoberto Ierusalimschy1-0/+17
2007-06-19avoid boolean equality (tricky for some compilers)Roberto Ierusalimschy1-3/+3
2007-05-29patch may be a little simplerRoberto Ierusalimschy1-4/+10
2007-05-29bug: wrong error message in some concatenationsRoberto Ierusalimschy2-4/+25
2007-05-25bug: recursive coroutines may overflow C stackRoberto Ierusalimschy1-0/+14
2007-05-16assignment of nil to parameter may be optimized awayRoberto Ierusalimschy1-5/+145
2007-05-15luaL_testudata (a luaL_checkudata that does not raise errors) isRoberto Ierusalimschy2-5/+12
2007-05-11detailsRoberto Ierusalimschy3-7/+7
2007-05-09better names for metamethods in debug informationRoberto Ierusalimschy1-5/+29
2007-05-04bug: code generated for "-nil", "-true", and "-false" is wrongRoberto Ierusalimschy1-6/+7
2007-05-03'os.date' checks arguments before passing them to 'strftime'Roberto Ierusalimschy2-5/+27
2007-04-26error handler in 'lua.c' tries '__tostring' metamethod if errorRoberto Ierusalimschy2-29/+33
2007-04-19does not allow standard files to be closedRoberto Ierusalimschy1-15/+36
2007-04-19several detailsRoberto Ierusalimschy1-15/+9
2007-04-18another way to normalize -0 that avoids problems with very smallRoberto Ierusalimschy1-3/+3
2007-04-17lua_pushstring/pushlstring return stringRoberto Ierusalimschy3-14/+20
2007-04-10luaO_log2 can be private to ltable.cRoberto Ierusalimschy3-24/+21
2007-04-10remove of a non-used test functionRoberto Ierusalimschy1-7/+1
2007-03-27no more optimization to avoid LOADNIL at function startRoberto Ierusalimschy3-10/+5
2007-03-27details (randomseed calls rand once to dischard first value)Roberto Ierusalimschy1-1/+2
2007-03-26detailRoberto Ierusalimschy1-3/+2
2007-03-26BUG: loadlib should not use Lua internals (lobject.h)Roberto Ierusalimschy1-7/+7
2007-03-26two small bugs: some metamethods do not accept callable non-functionRoberto Ierusalimschy1-7/+6
2007-03-09patch for last bugRoberto Ierusalimschy1-1/+39
2007-03-09bug: wrong code when constant is coded after it should beRoberto Ierusalimschy1-9/+22
2007-02-09better documentation for auxiliary functions (that should be called onlyRoberto Ierusalimschy3-7/+10
2007-02-09BUG: setfenv accepts invalid argumentRoberto Ierusalimschy1-5/+5
2007-02-09two new bugs + one new patchRoberto Ierusalimschy1-3/+108
2007-02-07new year...Roberto Ierusalimschy1-2/+2
2007-02-07when formatting with '%q', all control characters are codedRoberto Ierusalimschy1-19/+14
2007-02-07new function luaL_tostringRoberto Ierusalimschy3-22/+30
2007-02-07more regularity in the use of quotes in error messagesRoberto Ierusalimschy3-21/+21
2007-02-07should not manipulate NULL pointers (even without accessing them)Roberto Ierusalimschy2-6/+5
2007-02-07detail for windowsRoberto Ierusalimschy1-1/+7
2007-02-07more specific ident labelsRoberto Ierusalimschy1-3/+3
2006-11-30detail (tab->space)Roberto Ierusalimschy1-2/+2
2006-11-22detailRoberto Ierusalimschy1-2/+3
2006-11-22commentsRoberto Ierusalimschy2-4/+4
2006-10-24xpcall now may get arguments to function to be calledRoberto Ierusalimschy1-5/+8
2006-10-24error messageRoberto Ierusalimschy1-5/+7
2006-10-20detailRoberto Ierusalimschy1-3/+3
2006-10-17avoid $URL for ident; it is reserved in subversionRoberto Ierusalimschy1-4/+3
2006-10-17towards 5.2 + detail in authors + avoiding reverse plicksRoberto Ierusalimschy1-10/+10
2006-10-16detailRoberto Ierusalimschy1-4/+4
2006-10-10new constant LUA_OKRoberto Ierusalimschy7-53/+54
2006-10-10detailRoberto Ierusalimschy1-6/+6