| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -0/+4 |
| | | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -15/+0 |
| | | | |||||
| * | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -8/+0 |
| | | | |||||
| * | | Refactor string.format(). | Mike Pall | 2013-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | Partially refactor string.find(). | Mike Pall | 2013-05-07 | 1 | -1/+6 |
| | | | |||||
| * | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -0/+1 |
| | | | |||||
| * | | Optimize and refactor printing of numbers to buffers. | Mike Pall | 2013-03-25 | 1 | -2/+3 |
| | | | |||||
| * | | Use string buffer for string.format(). | Mike Pall | 2013-03-21 | 1 | -0/+2 |
| | | | |||||
| * | | Clean up TValue to buffer conversions. | Mike Pall | 2013-03-18 | 1 | -2/+3 |
| | | | |||||
| * | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -10/+0 |
| |/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -3/+0 |
| | | |||||
| * | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | No need for L argument to lj_str_initbuf(). | Mike Pall | 2011-06-12 | 1 | -1/+1 |
| | | |||||
| * | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -1/+1 |
| | | |||||
| * | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -2/+6 |
| | | |||||
| * | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | | |||||
| * | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 1 | -0/+1 |
| | | |||||
| * | Conditionally compile functions that are unused with JIT disabled. | Mike Pall | 2010-02-28 | 1 | -0/+2 |
| | | |||||
| * | 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/+5 |
| | | | | | | | | | 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-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+45 |
