Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/: Fix linter complaints | daurnimator | 2017-12-10 |
| | |||
* | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
| | | | | This removes requirement to set global.WEB before requiring in node | ||
* | Export strings from lauxlib in lua string form (rather than as javascript ↵ | daurnimator | 2017-12-02 |
| | | | | string) | ||
* | src/lapi.js: chunkname can be null | daurnimator | 2017-11-20 |
| | |||
* | src/loslib.js: Check that var exists in process.env before indexing | daurnimator | 2017-11-12 |
| | | | | Solves issues with os.getenv'hasOwnProperty' | ||
* | src/defs.js: Check for invalid continuation bytes | daurnimator | 2017-11-12 |
| | |||
* | src/defs.js: Refactor to_jsstring | daurnimator | 2017-11-12 |
| | | | | | Now fails on non-utf8 input. Previously it would convert to equivalent unicode codepoints as bytes, which did not round-trip | ||
* | tests/defs.js: Also test to_jsstring | daurnimator | 2017-11-12 |
| | |||
* | src/defs.js: Fix conversion of non-BMP unicode codepoints | daurnimator | 2017-11-12 |
| | | | | Adds tests for to_luastring | ||
* | tests/loslib.js: Use PATH instead of HOME | daurnimator | 2017-09-07 |
| | | | | | It is more guaranteed to exist, especially on windows. See #83 | ||
* | src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion ↵ | denis | 2017-09-07 |
| | | | | fails for luaL_ref to work | ||
* | Remove math.randomseed implementation | daurnimator | 2017-08-18 |
| | | | | See #78 | ||
* | 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 ↵ | daurnimator | 2017-06-19 |
| | | | | | | than a string Test was failing due to short_src containing '...' | ||
* | tpack.js now passes | daurnimator | 2017-06-19 |
| | |||
* | Change size_t from 8 bytes to 4 bytes | daurnimator | 2017-06-19 |
| | | | | JavaScript cannot perform arithmetic on 8byte (i.e. 64bit) numbers | ||
* | 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: 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 ↵ | daurnimator | 2017-06-17 |
| | | | | loadfile | ||
* | str_packsize: fixed malformed luaL_argcheck | Benoit Giannangeli | 2017-06-16 |
| | |||
* | Merge branch 'test-suite' | Benoit Giannangeli | 2017-06-16 |
|\ | |||
| * | unpacknum: number can be 32bits | 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 |
| | | |||
* | | tests/test-suite/inprogress/db.js: Escape escapes | 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 |
| | |||
* | tests/test-suite/inprogress/pm.js: Add missing checkerror function | daurnimator | 2017-06-15 |
| | |||
* | tests/test-suite/inprogress/pm.js: un-split range tests | daurnimator | 2017-06-15 |
| | | | | strset tests use 'abc' variable | ||
* | [test-suite] attrib.js passes | Benoit Giannangeli | 2017-06-02 |
| | | | | Except for require tests which needs io.write | ||
* | [test-suite] db.js | Benoit Giannangeli | 2017-05-31 |
| | |||
* | src/ldebug.js: Test for null result of findlocal in lua_setlocal | Benoit Giannangeli | 2017-05-31 |
| | |||
* | [test-suite] db.js | Benoit Giannangeli | 2017-05-31 |
| | |||
* | [test-suite] utf8.js passes | Benoit Giannangeli | 2017-05-29 |
| | |||
* | tests/test-suite/inprogress/utf8.js: join min/max tests together | daurnimator | 2017-05-29 |
| | | | | Both need 'x' | ||
* | src/lvm.js: cache closures | daurnimator | 2017-05-29 |
| | |||
* | [test-suite] code.js passes | Benoit Giannangeli | 2017-05-29 |
| | |||
* | [test-suite] code.js | Benoit Giannangeli | 2017-05-29 |
| | |||
* | ltests.js: listcode | Benoit Giannangeli | 2017-05-28 |
| | |||
* | [test-suite] code.js | Benoit Giannangeli | 2017-05-28 |
| | |||
* | ltest.js: listk | Benoit Giannangeli | 2017-05-28 |
| | |||
* | [test-suite] api.js passes | Benoit Giannangeli | 2017-05-28 |
| |