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