aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* detailRoberto Ierusalimschy2006-09-222-3/+5
* small optimization for ""..xRoberto Ierusalimschy2006-09-191-3/+7
* avoid local "pc" in interpreter loop (tricky optimization with no real gain)Roberto Ierusalimschy2006-09-194-51/+48
* bug: os.date throws error when result is the empty stringRoberto Ierusalimschy2006-09-192-6/+26
* bug: string.format("%") reads past the stringRoberto Ierusalimschy2006-09-182-2/+56
* behavior of 'strchr(x, 0)' is ill defined.Roberto Ierusalimschy2006-09-181-2/+2
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-185-14/+14
* detailsRoberto Ierusalimschy2006-09-144-13/+13
* little better error messages for internal arrays overflowsRoberto Ierusalimschy2006-09-143-10/+9
* avoid trailing white spacesRoberto Ierusalimschy2006-09-1120-65/+65
* 'coroutine.running' should return nil (instead of nothing) for main threadRoberto Ierusalimschy2006-09-111-4/+3
* avoid "too complex" conditional expression (some compilers get confused...)Roberto Ierusalimschy2006-09-111-3/+3
* no more compatibility option for long stringsRoberto Ierusalimschy2006-08-302-29/+2
* BUG: there is only one C stack, so nCcalls must be globalRoberto Ierusalimschy2006-08-154-21/+32
* macros luai_num* take a state L (when available) as argument, to allowRoberto Ierusalimschy2006-08-074-38/+38
* wrong message error in some cases involving closuresRoberto Ierusalimschy2006-08-072-4/+49
* math.log now accepts an optional baseRoberto Ierusalimschy2006-08-071-2/+5
* commentRoberto Ierusalimschy2006-08-041-2/+2
* detailsRoberto Ierusalimschy2006-07-141-6/+6
* bugs now are against 5.1.1Roberto Ierusalimschy2006-07-131-0/+7
* bug: wrong limit for list constructorsRoberto Ierusalimschy2006-07-122-2/+34
* emergency garbage collector (core forces a GC when allocation fails)Roberto Ierusalimschy2006-07-1119-153/+190
* small bug: should not use string after popping itRoberto Ierusalimschy2006-07-031-3/+4
* detailRoberto Ierusalimschy2006-06-231-3/+5