summaryrefslogtreecommitdiff
path: root/lcode.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-11'LUA_VERSION_RELEASE' updated to 5.2.3.Roberto Ierusalimschy1-2/+2
2013-11-08bug: Resuming the running coroutine makes it unyieldableRoberto Ierusalimschy1-2/+3
2013-11-08bug: Call to macro 'luai_userstateclose' should be done onlyRoberto Ierusalimschy1-5/+6
2013-08-30BUG: GC can collect a long string still in use during parserRoberto Ierusalimschy2-2/+9
2013-07-09avoid undefined shift of LUA_NBITS in rotate operationsRoberto Ierusalimschy1-2/+3
2013-05-16bug: Wrong error message in some short-cut expressionsRoberto Ierusalimschy1-8/+21
2013-05-06bug: Wrong assert when reporting concatenation errors.Roberto Ierusalimschy1-2/+2
2013-04-26bug: garbage collector can trigger too many times in recursive loops,Roberto Ierusalimschy1-3/+10
2013-04-19BUG: stack overflow in vararg functions with many fixedRoberto Ierusalimschy1-4/+11
2013-04-12Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy59-0/+21388
2007-12-27official branch for Lua 5.1Roberto Ierusalimschy56-18669/+0
2006-06-09detailsv5.1.1Roberto Ierusalimschy1-1/+2
2006-06-07explicit test for common error (due to compatibility issue)Roberto Ierusalimschy1-1/+4
2006-06-05BUG: debug hooks may get wrong when mixed with coroutinesRoberto Ierusalimschy2-3/+43
2006-06-05small simplificationsRoberto Ierusalimschy2-22/+14
2006-06-05extra assertionRoberto Ierusalimschy1-1/+2
2006-06-05detailsRoberto Ierusalimschy1-5/+6
2006-06-02new macro LUA_RELEASERoberto Ierusalimschy4-8/+9
2006-05-31new version numberRoberto Ierusalimschy2-4/+4
2006-05-24bug: collector did not compensate enough for userdata with finalizersRoberto Ierusalimschy1-4/+8
2006-05-24subtle problem with the garbage collectorRoberto Ierusalimschy1-1/+29
2006-05-24does not accept garbage after options (e.g., -ixxx)Roberto Ierusalimschy1-6/+19
2006-05-24only destroy state after running all finalizersRoberto Ierusalimschy1-2/+2
2006-05-08files should not be operated after fclose, even when fclose failsRoberto Ierusalimschy1-3/+3
2006-04-26detail (better error message for invalid format)Roberto Ierusalimschy1-2/+3
2006-04-26detailsRoberto Ierusalimschy1-5/+3
2006-04-12lua_dostring/lua_dofile should return any values returned by the chunkRoberto Ierusalimschy2-3/+28
2006-04-12BUG: option '%q' for string.format does not handle '\r' correctlyRoberto Ierusalimschy2-2/+52
2006-04-10environment variable names should be configurableRoberto Ierusalimschy3-9/+31
2006-03-23detailRoberto Ierusalimschy1-3/+3
2006-03-21BUG: luaL_checkudata may show wrong error messageRoberto Ierusalimschy2-6/+50
2006-03-21BUG: should copy the union, not (some of) its fieldsRoberto Ierusalimschy2-8/+48
2006-03-21unused macroRoberto Ierusalimschy1-2/+1
2006-03-20bug in Lua 4.0.2: weak tables that survive one collection are never collectedRoberto Ierusalimschy1-2/+35
2006-03-14commentRoberto Ierusalimschy1-3/+3
2006-03-09'lparser.h' should not include 'ltable.h'Roberto Ierusalimschy3-5/+5
2006-03-09detailRoberto Ierusalimschy1-5/+2
2006-02-17small change to strip file names when stripping debug informationv5.1Roberto Ierusalimschy2-4/+4
2006-02-10avoid warning in OS X - ansiRoberto Ierusalimschy1-4/+4
2006-02-10complete support for hexadecimal constantsRoberto Ierusalimschy1-1/+3
2006-02-06compiler warningRoberto Ierusalimschy1-2/+2
2006-02-06small improvements for allignmentsRoberto Ierusalimschy1-5/+5
2006-01-28empty string may cause out-of-bound accessRoberto Ierusalimschy1-2/+2
2006-01-27detailRoberto Ierusalimschy2-6/+7
2006-01-23detailRoberto Ierusalimschy1-6/+4
2006-01-23detailsRoberto Ierusalimschy2-4/+7
2006-01-18detailRoberto Ierusalimschy3-8/+9
2006-01-18unused macro removedRoberto Ierusalimschy1-4/+1
2006-01-16compat code should keep compatibilityRoberto Ierusalimschy1-9/+19
2006-01-13detailRoberto Ierusalimschy1-2/+2