aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* README: added sentence about lua.to_luastring/lua.to_jsstringBenoit Giannangeli2017-07-28
* README: added weak tables in missing featuresBenoit Giannangeli2017-07-28
* README: Extensions sectionBenoit Giannangeli2017-07-28
* README: Added details about strings conversionBenoit Giannangeli2017-07-28
* README: removed todo, added section about strings and missing featuresBenoit Giannangeli2017-07-28
* src/llex.js: Use SemInfo constructordaurnimator2017-06-19
* tests/test-suite: Fix checkpanicdaurnimator2017-06-19
* tests/test-suite/ltests.js: Don't error on empty scripts (just null ones)daurnimator2017-06-19
* db.js now passesdaurnimator2017-06-19
* tests/test-suite/inprogress/db.js: Give snippet a file-based source rather th...daurnimator2017-06-19
* tpack.js now passesdaurnimator2017-06-19
* src/lstrlib.js: slice only what is requireddaurnimator2017-06-19
* src/lapi.js: Do a length check in lua_pushlstringdaurnimator2017-06-19
* Change size_t from 8 bytes to 4 bytesdaurnimator2017-06-19
* .travis.yml: No need to install luadaurnimator2017-06-19
* tests/tests.js: don't shell out to luac for compilingdaurnimator2017-06-19
* tests/tests.js: throw errors if unable to load codedaurnimator2017-06-18
* src/lstrlib.js: Fix pack('s') using wrong constantdaurnimator2017-06-18
* src/lvm.js: Rename gettable to luaV_gettabledaurnimator2017-06-18
* src/lvm.js: Only convert to numbers when neededdaurnimator2017-06-18
* src/lstrlib.js: cast to unsigned when packing unsigneddaurnimator2017-06-17
* src/lstrlib.js: a 'long' is 4 bytes in JSdaurnimator2017-06-17
* tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo...daurnimator2017-06-17
* str_packsize: fixed malformed luaL_argcheckBenoit Giannangeli2017-06-16
* Merge branch 'test-suite'Benoit Giannangeli2017-06-16
|\
| * str_unpack: pos is size_t in C so -1 should raise initial position errorBenoit Giannangeli2017-06-16
| * 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
* | tests/test-suite/inprogress/db.js: Escape escapesdaurnimator2017-06-16
* | src/ldebug.js: TMS uses TM_ prefix not OP_daurnimator2017-06-16
* | src/ldebug.js: Use function offset as limit when finding local variable namedaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Remove debug printdaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Remove prefix from tests that don't need itdaurnimator2017-06-16
* | src/ldo.js: Add call debug hookdaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Fix first testdaurnimator2017-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
* 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
* src/lstrlib.js: Pass string (not offset of string)daurnimator2017-06-15