Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Limit recursion depth in string.match() et al. | Mike Pall | 2012-08-28 | 1 | -26/+40 | |
| | ||||||
* | Replace divisions with simpler code. | Mike Pall | 2012-08-26 | 1 | -10/+13 | |
| | ||||||
* | Add support for '%a' and '%A' to string.format. | Mike Pall | 2012-08-25 | 1 | -3/+3 | |
| | ||||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 | |
| | ||||||
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -2/+17 | |
| | ||||||
* | Fix check for missing arguments in string.format(). | Mike Pall | 2011-06-10 | 1 | -2/+3 | |
| | ||||||
* | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -2/+34 | |
| | ||||||
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -3/+3 | |
| | ||||||
* | Use names defined in lualib.h for library registration. | Mike Pall | 2011-02-02 | 1 | -1/+1 | |
| | ||||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 | |
| | ||||||
* | Add support for "%g" character class in patterns (from Lua 5.2). | Mike Pall | 2010-11-19 | 1 | -3/+3 | |
| | ||||||
* | string.format("%q", str) is now fully reversible (from Lua 5.2). | Mike Pall | 2010-11-19 | 1 | -11/+9 | |
| | ||||||
* | Rename character type handling from lj_ctype* to lj_char*. | Mike Pall | 2010-11-09 | 1 | -12/+12 | |
| | ||||||
* | Fix string.format() for non-finite numbers. | Mike Pall | 2010-08-24 | 1 | -0/+1 | |
| | ||||||
* | Fix formatting of canonicalized number to string conversions. | Mike Pall | 2010-08-23 | 1 | -6/+9 | |
| | ||||||
* | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 1 | -2/+16 | |
| | ||||||
* | Make metamethod names proper GC roots. | Mike Pall | 2010-04-25 | 1 | -4/+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 | |
| | ||||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -4/+6 | |
| | | | | | | | | 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 | -2/+5 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+790 | |