index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ltable.js
Commit message (
Expand
)
Author
Age
*
Move .id field from TValue to values themselves
daurnimator
2017-05-03
*
Refactor table implementation
daurnimator
2017-05-03
*
Add table construction function
daurnimator
2017-04-28
*
Remove unused require()s
daurnimator
2017-04-26
*
All core files reference defs.js instead of lua.js
daurnimator
2017-04-26
*
No more Table, just TValue with table type and Map value
Benoit Giannangeli
2017-04-18
*
luaH_next and luaH_getn are not Table member functions
Benoit Giannangeli
2017-04-18
*
Table indexes are also starting at 1 internally
Benoit Giannangeli
2017-04-13
*
Array.prototype.sort sort by Unicode code points by default
Benoit Giannangeli
2017-04-11
*
No interning for now
Benoit Giannangeli
2017-03-13
*
[Strings] ltable.js, ltm.js
Benoit Giannangeli
2017-03-13
*
use luaL_argerror/error instead of throwing
Benoit Giannangeli
2017-02-22
*
Tables are JS Maps, lua_next
Benoit Giannangeli
2017-02-22
*
lua_copy, lua_next, luaL_argerror
Benoit Giannangeli
2017-02-22
*
Better use of module to avoid cyclic dependencies issues
Benoit Giannangeli
2017-02-13
*
Moved luaH_getn to ltable.js
Benoit Giannangeli
2017-02-13