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
/
lstring.js
Commit message (
Expand
)
Author
Age
*
src/lstring.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lstring.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
TypedArray.toString() doesn't return a unique string in some browsers
daurnimator
2018-01-07
*
Use Uint8Array.prototype.toString instead of .join (IE compat)
daurnimator
2018-01-06
*
src/defs: Rename luastring_cmp to luastring_eq
daurnimator
2018-01-06
*
Support environments without a Uint8Array.from
daurnimator
2018-01-06
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
Add internal function defs.luastring_cmp for string equality checks
daurnimator
2017-11-12
*
Add is_luastring function instead of using Array.isArray directly
daurnimator
2017-06-09
*
src/ltable.js: Implement table_hash for lightuserdata
daurnimator
2017-05-23
*
Revert "src/lstring.js: Freeze strings to catch accidental modification"
daurnimator
2017-05-09
*
Cache string hashes in TString
daurnimator
2017-05-09
*
Introduce a TString class
daurnimator
2017-05-08
*
src/lstring.js: Freeze strings to catch accidental modification
daurnimator
2017-05-08
*
Move string functions to centralised lstring.js
daurnimator
2017-05-08