aboutsummaryrefslogtreecommitdiff
path: root/tests/ltablib.js
Commit message (Collapse)AuthorAge
* tests/: Fix linter complaintsdaurnimator2017-12-10
|
* Separate ZIO and MBuffer data structuresdaurnimator2017-05-15
| | | | - lua_load no longer takes a null reader function
* tests/ltablib.js: Use better filter for numeric keysdaurnimator2017-05-11
|
* src/lvm.js: Setting nil should delete from tabledaurnimator2017-05-11
| | | | Closes #37
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Refactor table implementationdaurnimator2017-05-03
|
* Remove unused variablesdaurnimator2017-04-26
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export ldo.js functions from lua.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Remove lua.CT and lua.constant_types (still available from defs)daurnimator2017-04-26
|
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
|
* Table indexes are also starting at 1 internallyBenoit Giannangeli2017-04-13
| | | | Since we use a Map we don't have to care about indexes starting at 0
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* Loading tests (binary/text)Benoit Giannangeli2017-03-01
|
* lua_load will load both binary and textBenoit Giannangeli2017-03-01
|
* table.sortBenoit Giannangeli2017-02-24
| | | | Using Array.prototype.sort for now
* table.moveBenoit Giannangeli2017-02-24
|
* table.removeBenoit Giannangeli2017-02-24
|
* table.insertBenoit Giannangeli2017-02-24
|
* table.unpackBenoit Giannangeli2017-02-24
|
* table.packBenoit Giannangeli2017-02-24
|
* table.concatBenoit Giannangeli2017-02-24