aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-09-25avoid using index 0 for free list of references (because it is notRoberto Ierusalimschy1-2/+8
2006-09-22detailRoberto Ierusalimschy2-3/+5
2006-09-19small optimization for ""..xRoberto Ierusalimschy1-3/+7
2006-09-19avoid local "pc" in interpreter loop (tricky optimization with no real gain)Roberto Ierusalimschy4-51/+48
2006-09-19bug: os.date throws error when result is the empty stringRoberto Ierusalimschy2-6/+26
2006-09-18bug: string.format("%") reads past the stringRoberto Ierusalimschy2-2/+56
2006-09-18behavior of 'strchr(x, 0)' is ill defined.Roberto Ierusalimschy1-2/+2
2006-09-18'lua_strlen' is for compatibility onlyRoberto Ierusalimschy5-14/+14
2006-09-14detailsRoberto Ierusalimschy4-13/+13
2006-09-14little better error messages for internal arrays overflowsRoberto Ierusalimschy3-10/+9
2006-09-11avoid trailing white spacesRoberto Ierusalimschy20-65/+65