| Commit message (Expand) | Author | Age |
... | |
* | Do GET instead of HEAD so the following GET is cached | Benoit Giannangeli | 2017-08-10 |
* | Use array of bytes instead of DataView (until we fetch binary) | Benoit Giannangeli | 2017-08-10 |
* | Synchronous xhr can't edit responseType | Benoit Giannangeli | 2017-08-10 |
* | Web require searcher | Benoit Giannangeli | 2017-08-10 |
* | Remove and ignore .tern-port | Benoit Giannangeli | 2017-08-09 |
* | README: added sentence about lua.to_luastring/lua.to_jsstring | Benoit Giannangeli | 2017-07-28 |
* | README: added weak tables in missing features | Benoit Giannangeli | 2017-07-28 |
* | README: Extensions section | Benoit Giannangeli | 2017-07-28 |
* | README: Added details about strings conversion | Benoit Giannangeli | 2017-07-28 |
* | README: removed todo, added section about strings and missing features | Benoit Giannangeli | 2017-07-28 |
* | src/llex.js: Use SemInfo constructor | daurnimator | 2017-06-19 |
* | tests/test-suite: Fix checkpanic | daurnimator | 2017-06-19 |
* | tests/test-suite/ltests.js: Don't error on empty scripts (just null ones) | daurnimator | 2017-06-19 |
* | db.js now passes | daurnimator | 2017-06-19 |
* | tests/test-suite/inprogress/db.js: Give snippet a file-based source rather th... | daurnimator | 2017-06-19 |
* | tpack.js now passes | daurnimator | 2017-06-19 |
* | src/lstrlib.js: slice only what is required | daurnimator | 2017-06-19 |
* | src/lapi.js: Do a length check in lua_pushlstring | daurnimator | 2017-06-19 |
* | Change size_t from 8 bytes to 4 bytes | daurnimator | 2017-06-19 |
* | .travis.yml: No need to install lua | daurnimator | 2017-06-19 |
* | tests/tests.js: don't shell out to luac for compiling | daurnimator | 2017-06-19 |
* | tests/tests.js: throw errors if unable to load code | daurnimator | 2017-06-18 |
* | src/lstrlib.js: Fix pack('s') using wrong constant | daurnimator | 2017-06-18 |
* | src/lvm.js: Rename gettable to luaV_gettable | daurnimator | 2017-06-18 |
* | src/lvm.js: Only convert to numbers when needed | daurnimator | 2017-06-18 |
* | src/lstrlib.js: cast to unsigned when packing unsigned | daurnimator | 2017-06-17 |
* | src/lstrlib.js: a 'long' is 4 bytes in JS | daurnimator | 2017-06-17 |
* | tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo... | daurnimator | 2017-06-17 |
* | str_packsize: fixed malformed luaL_argcheck | Benoit Giannangeli | 2017-06-16 |
* | Merge branch 'test-suite' | Benoit Giannangeli | 2017-06-16 |
|\ |
|
| * | str_unpack: pos is size_t in C so -1 should raise initial position error | Benoit Giannangeli | 2017-06-16 |
| * | unpacknum should only look at the first 'size' bytes | Benoit Giannangeli | 2017-06-16 |
| * | unpacknum: number can be 32bits | Benoit Giannangeli | 2017-06-16 |
| * | Bad error message for too long Kchar | Benoit Giannangeli | 2017-06-16 |
| * | packint: Fixed how we search for 0 in Kzstr | Benoit Giannangeli | 2017-06-16 |
| * | lstrlib.js: j/J are 4 bytes | Benoit Giannangeli | 2017-06-16 |
| * | packnum: num can be 32 bits | Benoit Giannangeli | 2017-06-16 |
| * | [test-suite] tpack.js: Moved size constants in prefix | Benoit Giannangeli | 2017-06-16 |
| * | Fix bad test on issigned in unpackint | Benoit Giannangeli | 2017-06-16 |
* | | tests/test-suite/inprogress/db.js: Escape escapes | daurnimator | 2017-06-16 |
* | | src/ldebug.js: TMS uses TM_ prefix not OP_ | daurnimator | 2017-06-16 |
* | | src/ldebug.js: Use function offset as limit when finding local variable name | daurnimator | 2017-06-16 |
* | | tests/test-suite/inprogress/db.js: Remove debug print | daurnimator | 2017-06-16 |
* | | tests/test-suite/inprogress/db.js: Remove prefix from tests that don't need it | daurnimator | 2017-06-16 |
* | | src/ldo.js: Add call debug hook | daurnimator | 2017-06-16 |
* | | tests/test-suite/inprogress/db.js: Fix first test | daurnimator | 2017-06-16 |
|/ |
|
* | [test-suite] pm.js passes | Benoit Giannangeli | 2017-06-16 |
* | Updated pm.js test count, removed utf8.js from inprogress | Benoit Giannangeli | 2017-06-15 |
* | src/lstrlib.js: pass ESC charcode (not as string) | daurnimator | 2017-06-15 |
* | src/lstrlib.js: frontier looks past end of string expecting a null byte | daurnimator | 2017-06-15 |