aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detailRoberto Ierusalimschy2006-10-101-6/+6
|
* avoid using index 0 for free list of references (because it is notRoberto Ierusalimschy2006-09-251-2/+8
| | | | as efficient as index 1...)
* 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
| | | | them to generate errors (and other facilities)
* 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
|
* detailsRoberto Ierusalimschy2006-06-226-25/+29
|
* detailsv5.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
|