summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* corrected year (2014 -> 2015) for release 5.2.4.v5-2Roberto Ierusalimschy2015-02-211-3/+3
|
* bug: when manipulating other threads, there is no garanties aboutRoberto Ierusalimschy2015-02-191-1/+11
| | | | their stack space
* bug: suspended function can have its 'func' field not pointing toRoberto Ierusalimschy2015-02-191-2/+19
| | | | its function, crashing debug functions
* bug: Chunk with too many lines can seg. faultRoberto Ierusalimschy2015-02-091-2/+2
|
* commentRoberto Ierusalimschy2014-10-201-2/+2
|
* Bug: Ephemeron table can wrongly collect entry with strong keyRoberto Ierusalimschy2014-09-011-2/+2
|
* BUG: compiler can optimize away overflow check in 'table.unpack'Roberto Ierusalimschy2014-05-071-4/+6
|
* updated for (eventual) release 5.2.4Roberto Ierusalimschy2014-05-071-4/+4
|
* detail (better alignment for struct 'Table')Roberto Ierusalimschy2014-05-071-3/+3
|
* details (typos in comments)v5.2.3v5-2-3Roberto Ierusalimschy2013-11-211-3/+3
|
* 'LUA_VERSION_RELEASE' updated to 5.2.3.Roberto Ierusalimschy2013-11-111-2/+2
|
* bug: Resuming the running coroutine makes it unyieldableRoberto Ierusalimschy2013-11-081-2/+3
|
* bug: Call to macro 'luai_userstateclose' should be done onlyRoberto Ierusalimschy2013-11-081-5/+6
| | | | after the calls to __gc methods.
* BUG: GC can collect a long string still in use during parserRoberto Ierusalimschy2013-08-302-2/+9
|
* avoid undefined shift of LUA_NBITS in rotate operationsRoberto Ierusalimschy2013-07-091-2/+3
|
* bug: Wrong error message in some short-cut expressionsRoberto Ierusalimschy2013-05-161-8/+21
|
* bug: Wrong assert when reporting concatenation errors.Roberto Ierusalimschy2013-05-061-2/+2
|
* bug: garbage collector can trigger too many times in recursive loops,Roberto Ierusalimschy2013-04-261-3/+10
| | | | because it was not computing the size of CallInfo structures in threads
* BUG: stack overflow in vararg functions with many fixedRoberto Ierusalimschy2013-04-191-4/+11
| | | | parameters called with few arguments
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-1259-0/+21388
| | | | for next version
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-2756-18669/+0
|
* detailsv5_1_1v5.1.1Roberto Ierusalimschy2006-06-091-1/+2
|
* explicit test for common error (due to compatibility issue)Roberto Ierusalimschy2006-06-071-1/+4
|
* BUG: debug hooks may get wrong when mixed with coroutinesRoberto Ierusalimschy2006-06-052-3/+43
|
* small simplificationsRoberto Ierusalimschy2006-06-052-22/+14
|
* extra assertionRoberto Ierusalimschy2006-06-051-1/+2
|
* detailsRoberto Ierusalimschy2006-06-051-5/+6
|
* new macro LUA_RELEASERoberto Ierusalimschy2006-06-024-8/+9
|
* new version numberRoberto Ierusalimschy2006-05-312-4/+4
|
* bug: collector did not compensate enough for userdata with finalizersRoberto Ierusalimschy2006-05-241-4/+8
|
* subtle problem with the garbage collectorRoberto Ierusalimschy2006-05-241-1/+29
|
* does not accept garbage after options (e.g., -ixxx)Roberto Ierusalimschy2006-05-241-6/+19
|
* only destroy state after running all finalizersRoberto Ierusalimschy2006-05-241-2/+2
|
* files should not be operated after fclose, even when fclose failsRoberto Ierusalimschy2006-05-081-3/+3
|
* detail (better error message for invalid format)Roberto Ierusalimschy2006-04-261-2/+3
|
* detailsRoberto Ierusalimschy2006-04-261-5/+3
|
* lua_dostring/lua_dofile should return any values returned by the chunkRoberto Ierusalimschy2006-04-122-3/+28
|
* BUG: option '%q' for string.format does not handle '\r' correctlyRoberto Ierusalimschy2006-04-122-2/+52
|
* environment variable names should be configurableRoberto Ierusalimschy2006-04-103-9/+31
|
* detailRoberto Ierusalimschy2006-03-231-3/+3
|
* BUG: luaL_checkudata may show wrong error messageRoberto Ierusalimschy2006-03-212-6/+50
|
* BUG: should copy the union, not (some of) its fieldsRoberto Ierusalimschy2006-03-212-8/+48
|
* unused macroRoberto Ierusalimschy2006-03-211-2/+1
|
* bug in Lua 4.0.2: weak tables that survive one collection are never collectedRoberto Ierusalimschy2006-03-201-2/+35
|
* commentRoberto Ierusalimschy2006-03-141-3/+3
|
* 'lparser.h' should not include 'ltable.h'Roberto Ierusalimschy2006-03-093-5/+5
|
* detailRoberto Ierusalimschy2006-03-091-5/+2
|
* small change to strip file names when stripping debug informationv5_1v5.1Roberto Ierusalimschy2006-02-172-4/+4
|
* avoid warning in OS X - ansiRoberto Ierusalimschy2006-02-101-4/+4
|
* complete support for hexadecimal constantsRoberto Ierusalimschy2006-02-101-1/+3
|