aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-09-11'coroutine.running' should return nil (instead of nothing) for main threadRoberto Ierusalimschy1-4/+3
2006-09-11avoid "too complex" conditional expression (some compilers get confused...)Roberto Ierusalimschy1-3/+3
2006-08-30no more compatibility option for long stringsRoberto Ierusalimschy2-29/+2
2006-08-15BUG: there is only one C stack, so nCcalls must be globalRoberto Ierusalimschy4-21/+32
2006-08-07macros luai_num* take a state L (when available) as argument, to allowRoberto Ierusalimschy4-38/+38
2006-08-07wrong message error in some cases involving closuresRoberto Ierusalimschy2-4/+49
2006-08-07math.log now accepts an optional baseRoberto Ierusalimschy1-2/+5
2006-08-04commentRoberto Ierusalimschy1-2/+2
2006-07-14detailsRoberto Ierusalimschy1-6/+6
2006-07-13bugs now are against 5.1.1Roberto Ierusalimschy1-0/+7
2006-07-12bug: wrong limit for list constructorsRoberto Ierusalimschy2-2/+34
2006-07-11emergency garbage collector (core forces a GC when allocation fails)Roberto Ierusalimschy19-153/+190
2006-07-03small bug: should not use string after popping itRoberto Ierusalimschy1-3/+4
2006-06-23detailRoberto Ierusalimschy1-3/+5
2006-06-22detailsRoberto Ierusalimschy6-25/+29
2006-06-09detailsv5.1.1Roberto Ierusalimschy1-1/+2
2006-06-07explicit test for common error (due to compatibility issue)Roberto Ierusalimschy1-1/+4