Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PS4 port. | Mike Pall | 2014-02-26 | 1 | -1/+1 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Add missing GC steps for io.* functions. | Mike Pall | 2013-03-03 | 1 | -0/+4 |
| | |||||
* | Improve buffer handling for io.read(). | Mike Pall | 2013-02-11 | 1 | -40/+35 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | From Lua 5.2: Add format options to io.lines(). | Mike Pall | 2012-10-12 | 1 | -24/+35 |
| | |||||
* | From Lua 5.2: Return file object for io.write() and file:write(). | Mike Pall | 2012-09-28 | 1 | -0/+6 |
| | | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT. | ||||
* | From Lua 5.2: Extended results from os.execute() and pipe:close(). | Mike Pall | 2012-09-24 | 1 | -35/+21 |
| | | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT. | ||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 2012-06-09 | 1 | -0/+4 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Avoid pointless calls for std file handles on __gc. | Mike Pall | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -1/+8 |
| | |||||
* | From Lua 5.2: fp:read("*L"). | Mike Pall | 2011-02-20 | 1 | -7/+7 |
| | |||||
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -16/+26 |
| | |||||
* | Use names defined in lualib.h for library registration. | Mike Pall | 2011-02-02 | 1 | -2/+2 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -6/+6 |
| | |||||
* | Fix handling of failed fp:read(..., "*n"). | Mike Pall | 2010-05-15 | 1 | -0/+1 |
| | |||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -2/+1 |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | ||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Fix narrowing casts of pointer differences for x64. | Mike Pall | 2009-12-29 | 1 | -2/+2 |
| | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -215/+190 |
| | | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. | ||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -3/+6 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+538 |