aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* package.json, yarn.lock: Upgrade to newer packagesdaurnimator2017-09-16
| | | | Deletes package-lock.json
* README.md: added section about using the JS APIBenoit Giannangeli2017-09-13
|
* README.md: Getting started sectionBenoit Giannangeli2017-09-12
|
* tests/loslib.js: Use PATH instead of HOMEdaurnimator2017-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 ↵denis2017-09-07
| | | | fails for luaL_ref to work
* src/lapi.js: lua_rawseti requires only one operand on the stack when working ↵denis2017-09-07
| | | | with tables such as LUA_REGISTRYINDEX
* src/lauxlib.js: Fix test for Lua functionsdaurnimator2017-08-21
| | | | Uninvert the condition rather than changing from C to J
* webpack.config.js: Use babel-loader instead of babili-webpack-plugindaurnimator2017-08-18
|
* Remove math.randomseed implementationdaurnimator2017-08-18
| | | | See #78
* src/loadlib.js: Use path.resolve to construct pathsdaurnimator2017-08-18
|
* Move jshint config to package.jsondaurnimator2017-08-18
|
* src/lauxlib.js: Don't index possibly missing global 'process'daurnimator2017-08-18
|
* src/loslib.js: Tidy up node specific function definitionsdaurnimator2017-08-17
|
* src/loslib.js: Use WEB define instead of checking for process globaldaurnimator2017-08-17
|
* src/loadlib.js: Use window as env in browserdaurnimator2017-08-17
|
* src/loadlib.js: Fix using lua string instead of js string when getting env varsdaurnimator2017-08-17
|
* src/lbaselib.js: Print immediately to console in nodedaurnimator2017-08-17
|
* ldump.js: fixed bad integer size in DumpIntegerBenoit Giannangeli2017-08-10
|
* README.md: added paragraph about 32bits integersBenoit Giannangeli2017-08-10
|
* loadfile and dofile are available in the browserBenoit Giannangeli2017-08-10
|
* Fixed correct let declaration that will fail babiliBenoit Giannangeli2017-08-10
|
* LoadF: buff is an Array in the browser, use pre-read charsBenoit Giannangeli2017-08-10
|
* LoadF is the same in the browser and in nodeBenoit Giannangeli2017-08-10
|
* luaL_loadfile will load via xhr in the browserBenoit Giannangeli2017-08-10
|
* Do GET instead of HEAD so the following GET is cachedBenoit Giannangeli2017-08-10
|
* Use array of bytes instead of DataView (until we fetch binary)Benoit Giannangeli2017-08-10
|
* Synchronous xhr can't edit responseTypeBenoit Giannangeli2017-08-10
|
* Web require searcherBenoit Giannangeli2017-08-10
|
* Remove and ignore .tern-portBenoit Giannangeli2017-08-09
|
* 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 ↵daurnimator2017-06-19
| | | | | | than a string Test was failing due to short_src containing '...'
* 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
| | | | JavaScript cannot perform arithmetic on 8byte (i.e. 64bit) numbers
* .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
|