| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove metamethod frame for errors from internal metamethods. | Mike Pall | 2010-11-27 | 1 | -3/+6 |
* | Display caller location in errors from metamethods. | Mike Pall | 2010-11-26 | 1 | -1/+2 |
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -7/+3 |
* | PPC: Add frame unwind info for assembler part. | Mike Pall | 2010-09-28 | 1 | -13/+9 |
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -10/+11 |
* | Make metamethod names proper GC roots. | Mike Pall | 2010-04-25 | 1 | -1/+1 |
* | Fix tracebacks for failed coroutines. | Mike Pall | 2010-03-07 | 1 | -0/+4 |
* | Fix error message generation for OOM error. | Mike Pall | 2010-02-28 | 1 | -0/+1 |
* | Rethrow errors from trace exit handling from the right C frame. | Mike Pall | 2010-02-19 | 1 | -1/+1 |
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -10/+7 |
* | Redesign of prototype generation, part 5: colocation of protoype arrays. | Mike Pall | 2010-02-08 | 1 | -13/+12 |
* | 32/64 bit memory ref cleanup, part 4: GCproto ->varinfo. | Mike Pall | 2010-02-05 | 1 | -3/+3 |
* | 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo. | Mike Pall | 2010-02-05 | 1 | -6/+8 |
* | 32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname. | Mike Pall | 2010-02-05 | 1 | -4/+5 |
* | 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k. | Mike Pall | 2010-02-05 | 1 | -7/+7 |
* | Integrate MinGW build with DWARF2 exception handling. | Mike Pall | 2010-01-22 | 1 | -2/+2 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Add support for WIN64 exception handling to external unwinder. | Mike Pall | 2010-01-05 | 1 | -15/+83 |
* | Major rewrite of error handling to allow external/internal unwinding. | Mike Pall | 2010-01-02 | 1 | -126/+273 |
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -1/+1 |
* | Fix narrowing casts of pointer differences for x64. | Mike Pall | 2009-12-29 | 1 | -1/+1 |
* | Logical 'not' must be sign-extended for address operands. | Mike Pall | 2009-12-29 | 1 | -2/+2 |
* | Fix off-by-one error in err_chunkid(). | Mike Pall | 2009-12-14 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -0/+46 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+763 |