| Commit message (Expand) | Author | Age |
... | |
* | | luaS_newliteral takes a js string | Benoit Giannangeli | 2017-05-27 |
* | | lua_tonumber should return 0 if value can't be converted to a number | Benoit Giannangeli | 2017-05-27 |
* | | lua_rawlen: bad userdata len reference | Benoit Giannangeli | 2017-05-27 |
* | | luaT_trybinTM in luaO_arith needs a stack index | Benoit Giannangeli | 2017-05-27 |
|/ |
|
* | ar.what was not a lua string | Benoit Giannangeli | 2017-05-25 |
* | Added missing parenthesis in luaG_traceexec on yield case | Benoit Giannangeli | 2017-05-25 |
* | Add missing funcOff | Benoit Giannangeli | 2017-05-24 |
* | Fixed bad lineinfo index in luaG_traceexec | Benoit Giannangeli | 2017-05-24 |
* | Add missing luaD_checkstack in luaD_hook | Benoit Giannangeli | 2017-05-24 |
* | src/ldo.js: Don't want to call user's message handler with a 'this' of CallInfo | daurnimator | 2017-05-24 |
* | src/ldo.js: LUA_YIELD comes from defs.TS not lstate | daurnimator | 2017-05-24 |
* | src/lapi.js: Fix typo in lua_arith | daurnimator | 2017-05-24 |
* | src/lvm.js: Use 'uv.isopen' instead of assuming members | daurnimator | 2017-05-24 |
* | src/lvm.js: Factor out OP_CLOSURE to pushclosure | daurnimator | 2017-05-24 |
* | src/lobject.js: don't convert operands to numbers if first branch fails | daurnimator | 2017-05-24 |
* | src/lcode.js: constfolding should not pass lua state to luaO_arith | daurnimator | 2017-05-24 |
* | src/lcode.js: remove unused imports | daurnimator | 2017-05-24 |
* | src/lcode.js: Return new TValue from tonumeral | daurnimator | 2017-05-24 |
* | src/lapi.js: use .setfrom() when setting a TValue from a TValue | daurnimator | 2017-05-24 |
* | src/lvm.js: Don't modify tvalues on stack in OP_FORPREP | daurnimator | 2017-05-24 |
* | src/lvm.js: Remove non-wanted TODOs from OP_FORLOOP implementation | daurnimator | 2017-05-24 |
* | src/lvm.js: loops with integers should overflow | daurnimator | 2017-05-24 |
* | src/lstate.js: Move preinit_thread into lua_State constructor | daurnimator | 2017-05-24 |
* | src/lstate.js: Create lua_State given global_State (not vice-versa) | daurnimator | 2017-05-24 |
* | Implement %p specifier in luaO_pushvfstring | daurnimator | 2017-05-24 |
* | src/ltable.js: lightuserdata can include Table/Udata/LClosure/etc due to lua_... | daurnimator | 2017-05-24 |
* | Give userdata objects a class | daurnimator | 2017-05-24 |
* | src/ltable.js: Use a valid weakmap key for lightuserdata object hash | daurnimator | 2017-05-24 |
* | src/ltable.js: Convert float keys that fit in an integer to integers | daurnimator | 2017-05-23 |
* | src/lcode.js: luaK_intK no longer collides with strings | daurnimator | 2017-05-23 |
* | src/ltable.js: Implement table_hash for lightuserdata | daurnimator | 2017-05-23 |
* | src/lmathlib.js: Optimise math.ult | daurnimator | 2017-05-23 |
* | src/ldo.js: luaG_runerror takes lua strings | daurnimator | 2017-05-23 |
* | src/ldo.js: free CallInfo to recover from (lua) stack overflow | daurnimator | 2017-05-23 |
* | Revert "src/lstate.js: Remove useless luaE_freeCI" | daurnimator | 2017-05-23 |
* | src/lapi.js: Throw errors when attempting to use pseudo-index with index2addr_ | daurnimator | 2017-05-23 |
* | src/lobject.js: Don't assume LUA_COMPAT_FLOATSTRING | daurnimator | 2017-05-23 |
* | Add luaD_inctop calls where appropriate | daurnimator | 2017-05-23 |
* | src/lauxlib.js: Use lua_pushfstring for formatting numbers | daurnimator | 2017-05-23 |
* | Introduce luaO_tostring | daurnimator | 2017-05-23 |
* | src/luaconf.js: Implement lua_integer2str and lua_number2str | daurnimator | 2017-05-23 |
* | src/lstrlib: math.mininteger has to print specially | daurnimator | 2017-05-23 |
* | src/lvm.js: Introduce cvt2num at mirror cvt2str | daurnimator | 2017-05-22 |
* | Introduce lvm.cvt2str | daurnimator | 2017-05-22 |
* | src/lapi.js: Simplify+optimise lua_rotate | daurnimator | 2017-05-22 |
* | Merge remote-tracking branch 'daurnimator/stack' | Benoit Giannangeli | 2017-05-22 |
|\ |
|
| * | src/ldo.js: Add assert to luaD_reallocstack from C sources | daurnimator | 2017-05-22 |
| * | src/lcode.js: Fix patchtestreg to actually modify the instruction | daurnimator | 2017-05-22 |
| * | Compare allowed stack indices to stack_last | daurnimator | 2017-05-22 |
| * | src/lstate.js: Remove useless luaE_freeCI | daurnimator | 2017-05-22 |