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
/
loadlib.js
Commit message (
Expand
)
Author
Age
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/: Pass js string to luaL_opt(l)string
daurnimator
2017-12-29
*
|
src/{defs,luaconf}.js: Move path config to expected location in luaconf.js
daurnimator
2018-03-29
*
|
src/defs.js: LUA_VERSUFFIX should only be defined in lualib
daurnimator
2018-03-29
*
|
Remove unwanted TODOs
daurnimator
2018-03-04
*
|
Rename cpath to jspath
daurnimator
2018-02-17
*
|
src/loadlib.js: Don't reuse CLIBS string due to it getting used as lightuserd...
daurnimator
2018-01-30
*
|
src/{defs,loadlib}.js: LUA_(C)PATH_DEFAULT now exported as lua strings
daurnimator
2018-01-30
*
|
src/loadlib.js: Use destructuring requires
daurnimator
2018-01-22
*
|
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
|
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
|
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
|
/
*
src/{load,los}lib.js: Remove extraneous Uint8Array.from calls
daurnimator
2017-12-28
*
src/loadlib.js: Add support for web worker global env
daurnimator
2017-12-28
*
src/loadlib.js: Use non-strict mode to find global env in unknown environments
daurnimator
2017-12-28
*
src/loadlib.js: Do a concatenation in js string form rather than concating ar...
daurnimator
2017-12-13
*
src/: Use to_luastring more often instead of manually creating arrays
daurnimator
2017-12-13
*
src/loadlib.js: Fix incorrect type of LUA_IGMARK
daurnimator
2017-12-11
*
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
*
Add lua.to_uristring
daurnimator
2017-11-12
*
src/loadlib.js: Remove unwanted to_jsstring
daurnimator
2017-11-12
*
src/loadlib.js: Consistent indentation
daurnimator
2017-09-28
*
src/loadlib.js: Fix some to_luastring call-sites
daurnimator
2017-09-28
*
src/loadlib.js: escape path before passing to XHR or using as sourceURL
daurnimator
2017-09-28
*
src/loadlib.js: Invert condition so that code flows down
daurnimator
2017-09-27
*
src/loadlib.js: If JS library returns undefined, look in window object
daurnimator
2017-09-27
*
src/loadlib.js: Check that JS library returns expected type(s)
daurnimator
2017-09-27
*
src/loadlib.js: Use sourceURL to get path in debugger+tracebacks
daurnimator
2017-09-27
*
src/loadlib.js: Pass fengari library to JS modules
daurnimator
2017-09-27
*
src/loadlib.js: Declare forgotten argument seeglb
daurnimator
2017-09-27
*
src/loadlib.js: Load code with Function to catch syntax errors before evaluation
daurnimator
2017-09-27
*
src/loadlib.js: Use path.resolve to construct paths
daurnimator
2017-08-18
*
src/loadlib.js: Use window as env in browser
daurnimator
2017-08-17
*
src/loadlib.js: Fix using lua string instead of js string when getting env vars
daurnimator
2017-08-17
*
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
*
Do GET instead of HEAD so the following GET is cached
Benoit Giannangeli
2017-08-10
*
Synchronous xhr can't edit responseType
Benoit Giannangeli
2017-08-10
*
Web require searcher
Benoit Giannangeli
2017-08-10
*
src/loadlib.js: Use luaL_Buffer to build findloader error message
daurnimator
2017-06-09
*
src/loadlib.js: Use luaL_Buffer to build searchpath error message
daurnimator
2017-06-09
*
Fix some jshint warnings
daurnimator
2017-05-29
*
src/loadlib.js: Allow require to yield
daurnimator
2017-05-15
*
src/loadlib.js: Move closeSync inside try/catch
daurnimator
2017-05-12
*
src/ldebug.js: Fix index used for error message
daurnimator
2017-05-12
*
src/loadlib: Use correct string forms
daurnimator
2017-05-12
*
Webpack (single bundle for now)
Benoit Giannangeli
2017-05-09
*
Fix luaL_error callsites
daurnimator
2017-05-05
[next]