aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* unpacknum should only look at the first 'size' bytesBenoit Giannangeli2017-06-16
|
* unpacknum: number can be 32bitsBenoit Giannangeli2017-06-16
|
* Bad error message for too long KcharBenoit Giannangeli2017-06-16
|
* packint: Fixed how we search for 0 in KzstrBenoit Giannangeli2017-06-16
|
* lstrlib.js: j/J are 4 bytesBenoit Giannangeli2017-06-16
|
* packnum: num can be 32 bitsBenoit Giannangeli2017-06-16
|
* [test-suite] tpack.js: Moved size constants in prefixBenoit Giannangeli2017-06-16
|
* Fix bad test on issigned in unpackintBenoit Giannangeli2017-06-16
|
* [test-suite] pm.js passesBenoit Giannangeli2017-06-16
|
* Updated pm.js test count, removed utf8.js from inprogressBenoit Giannangeli2017-06-15
|
* src/lstrlib.js: pass ESC charcode (not as string)daurnimator2017-06-15
|
* src/lstrlib.js: frontier looks past end of string expecting a null bytedaurnimator2017-06-15
|
* tests/test-suite/inprogress/pm.js: Add missing checkerror functiondaurnimator2017-06-15
|
* src/lstrlib.js: Fix islower+isupperdaurnimator2017-06-15
| | | | Old islower considered the null byte to be lower case. The new implementations are simpler too
* src/lstrlib.js: In match_capture compare array contents not array slicesdaurnimator2017-06-15
|
* tests/test-suite/inprogress/pm.js: un-split range testsdaurnimator2017-06-15
| | | | strset tests use 'abc' variable
* src/lstrlib.js: Pass string (not offset of string)daurnimator2017-06-15
|
* src/lstrlib.js: Fix stopping before end of gmatch subjectdaurnimator2017-06-15
|
* lstrlib.js: missing charCodeAt and misspelled ms.srcBenoit Giannangeli2017-06-12
|
* lstrlib.js: matchbalance fixed wrong char lookupBenoit Giannangeli2017-06-12
|
* src/loadlib.js: Use luaL_Buffer to build findloader error messagedaurnimator2017-06-09
|
* src/loadlib.js: Use luaL_Buffer to build searchpath error messagedaurnimator2017-06-09
|
* src/llex.js: Fix isreserved (it is passed a TString, not a JS string)daurnimator2017-06-09
|
* src/lapi.js: lua_todataview should use cvt2strdaurnimator2017-06-09
|
* src/lzio.js: Introduce luaZ_buffremovedaurnimator2017-06-09
|
* src/lzio.js: Introduce luaZ_resetbufferdaurnimator2017-06-09
|
* src/llex.js: Use luaO_pushfstring instead of javascript string interpolationdaurnimator2017-06-09
|
* Avoid .concat where simple to do sodaurnimator2017-06-09
|
* Add is_luastring function instead of using Array.isArray directlydaurnimator2017-06-09
|
* src/lvm.js: Fix whitespacedaurnimator2017-06-08
|
* src/lvm.js: Remove unwated exportsdaurnimator2017-06-08
|
* src/lvm.js: Clean up 'forlimit'daurnimator2017-06-08
| | | | | - 'casted' property was pointless - Avoid calling unless operands are known to be integers
* src/lvm.js: Simplify l_strcmp by using string hash for comparisondaurnimator2017-06-08
|
* src/lvm.js: Optimise LEnum and LTnum for our number representationdaurnimator2017-06-08
|
* src/ldo.js: Fix calling wrong stack index for atnativeerrordaurnimator2017-06-03
|
* Rephrase interop point in READMEBenoit Giannangeli2017-06-02
|
* npm 5 package-lock.jsonBenoit Giannangeli2017-06-02
|
* [test-suite] attrib.js passesBenoit Giannangeli2017-06-02
| | | | Except for require tests which needs io.write
* src/lauxlib.js: Stop using .slice in skipBOMdaurnimator2017-06-01
|
* src/lobject.js: Remove .slice operations from lua_strx2numberdaurnimator2017-06-01
|
* src/lobject.js: Remove .slice operations from l_str2intdaurnimator2017-06-01
|
* src/llex.js: Avoid a .slice operationdaurnimator2017-06-01
|
* [test-suite] db.jsBenoit Giannangeli2017-05-31
|
* src/ldebug.js: Test for null result of findlocal in lua_setlocalBenoit Giannangeli2017-05-31
|
* long source chunkid must be truncated from the endBenoit Giannangeli2017-05-31
|
* [test-suite] db.jsBenoit Giannangeli2017-05-31
|
* Move to upstream sprintf-js releasedaurnimator2017-05-31
| | | | https://github.com/alexei/sprintf.js/pull/138 was merged.
* LUA_NUMTAGS is inside constant_typesdaurnimator2017-05-31
|
* src/lbaselib.js: Fix misleading error message from collectgarbage()daurnimator2017-05-30
|
* src/lvm.js: Throw error if OP_EXTRAARG is interpreteddaurnimator2017-05-30
|