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
/
lauxlib.js
Commit message (
Expand
)
Author
Age
*
src/lauxlib.js: Improve comments
daurnimator
2018-04-03
*
src/lauxlib.js: Use a Buffer in luaL_loadfilex for node 6 compat
daurnimator
2018-04-02
*
src/lauxlib.js: Use non-deprecated Buffer constructor
daurnimator
2018-04-02
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/lauxlib.js: Convert default argument to luaL_optlstring on demand
daurnimator
2017-12-29
|
*
src/lauxlib.js: luaL_checkstring is just luaL_checklstring
daurnimator
2017-12-29
*
|
src/lauxlib.js: lua_tojsstring won't throw since b257a24
daurnimator
2018-03-04
*
|
src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconf
daurnimator
2018-02-04
*
|
src/lauxlib.js: Check default value when using luaL_optstring
daurnimator
2018-02-04
*
|
{src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()
daurnimator
2018-02-04
*
|
src/lauxlib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
src/: Export LUA_SIGNATURE as lua string instead of js string
daurnimator
2018-01-29
*
|
src/lauxlib.js: Use destructuring requires
daurnimator
2018-01-22
*
|
src/lauxlib.js: Export luaL_checkversion_
daurnimator
2018-01-18
*
|
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
|
src/lauxlib.js: Add missing LUA_ERRFILE
daurnimator
2018-01-07
*
|
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
|
src/lauxlib.js: Export luastring_eq
daurnimator
2018-01-07
*
|
Use Uint8Array.prototype.toString instead of .join (IE compat)
daurnimator
2018-01-06
*
|
src/lauxlib.js: Use luaL_Buffer to implement luaL_gsub
daurnimator
2018-01-06
*
|
src/lauxlib.js: Use a Uint8Array backed structure for luaL_Buffer
daurnimator
2018-01-06
*
|
src/lauxlib.js: Remove unrequired Uint8Array.from call
daurnimator
2018-01-06
|
/
*
src/lauxlib.js: Don't use 'cache' option to to_luastring, keep strings cached...
daurnimator
2017-12-29
*
src/lauxlib.js: lua_writestringerror gets a console.error invocation per newline
daurnimator
2017-12-28
*
src/{laux,ldb}lib.js: lua_writestringerror now only takes JS strings
daurnimator
2017-12-28
*
src/lauxlib.js: synchronous xhr is allowed in workers. use arraybuffer repons...
daurnimator
2017-12-28
*
src/lauxlib.js: Use a Uint8Array for luaL_loadfilex in both browser and node
daurnimator
2017-12-15
*
src/: Use .subarray instead of .slice (optimisation)
daurnimator
2017-12-13
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
src/lauxlib.js: Implement luaL_prepbuffsize using a Uint8Array
daurnimator
2017-12-13
*
src/: Use to_luastring more often instead of manually creating arrays
daurnimator
2017-12-13
*
src/: Fix some linter complaints
daurnimator
2017-12-10
*
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
*
Export strings from lauxlib in lua string form (rather than as javascript str...
daurnimator
2017-12-02
*
src/lauxlib.js: Fix missing 'else' in luaL_getmetafield
daurnimator
2017-11-28
*
Add lua.to_uristring
daurnimator
2017-11-12
*
src/lauxlib.js: Add encodeURI call into luaL_loadfilex to match loadlib.js
daurnimator
2017-11-12
*
lua_writestringerror now takes a vararg and converts arrays
daurnimator
2017-11-12
*
src/lauxlib.js: Remove unwanted to_jsstring calls
daurnimator
2017-11-12
*
src/lauxlib.js: Catch read errors on read rather than fstat-ing then hoping
daurnimator
2017-11-12
*
src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...
denis
2017-09-07
*
src/lauxlib.js: Fix test for Lua functions
daurnimator
2017-08-21
*
Move jshint config to package.json
daurnimator
2017-08-18
*
src/lauxlib.js: Don't index possibly missing global 'process'
daurnimator
2017-08-18
*
LoadF: buff is an Array in the browser, use pre-read chars
Benoit Giannangeli
2017-08-10
*
LoadF is the same in the browser and in node
Benoit Giannangeli
2017-08-10
*
luaL_loadfile will load via xhr in the browser
Benoit Giannangeli
2017-08-10
*
Use array of bytes instead of DataView (until we fetch binary)
Benoit Giannangeli
2017-08-10
*
Synchronous xhr can't edit responseType
Benoit Giannangeli
2017-08-10
*
Web require searcher
Benoit Giannangeli
2017-08-10
[next]