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
/
lbaselib.js
Commit message (
Expand
)
Author
Age
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/: Pass js strings to auxlib functions such as luaL_argcheck
daurnimator
2017-12-29
|
*
src/: Pass js string to luaL_opt(l)string
daurnimator
2017-12-29
*
|
src/lbaselib.js: Don't cache non-fastpath string conversions
daurnimator
2018-03-04
*
|
Remove unwanted TODOs
daurnimator
2018-03-04
*
|
src/lbaselib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
src/lbaselib.js: Optimise b_str2int by using parseInt
daurnimator
2018-01-29
*
|
src/lbaselib.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
*
|
src/lbaselib.js: Fallback for when TextDecoder doesn't exist
daurnimator
2018-01-06
|
/
*
src/lbaselib.js: Buffer console output as JS strings rather than in Array of ...
daurnimator
2017-12-29
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
src/lbaselib.js: Use TextDecoder in lua_writeline
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
*
src/lbaselib.js: Add try/catch around to_jsstring call in tonumber
daurnimator
2017-11-12
*
src/lbaselib.js: Print immediately to console in node
daurnimator
2017-08-17
*
loadfile and dofile are available in the browser
Benoit Giannangeli
2017-08-10
*
src/lbaselib.js: Fix misleading error message from collectgarbage()
daurnimator
2017-05-30
*
Fix some warnings found by closure-compiler
daurnimator
2017-05-29
*
src/lbaselib.js: Avoid an extra copy in print
daurnimator
2017-05-29
*
src/lbaselib.js: Make print() correctly handle 8bit chars under node
daurnimator
2017-05-29
*
src/lbaselib.js: tonumber shouldn't ignore trailing junk
daurnimator
2017-05-22
*
lua_stringtonumber is meant to return length + 1
daurnimator
2017-05-22
*
src/lbaselib.js: Implement argument checking in collectgarbage
daurnimator
2017-05-22
*
Webpack (single bundle for now)
Benoit Giannangeli
2017-05-09
*
Added missing parameter to luaL_loadbufferx in luaB_load
Benoit Giannangeli
2017-05-05
*
Move jsstring() from lobject.js to defs.js; export from lua.js
daurnimator
2017-04-26
*
Remove unused require()s
daurnimator
2017-04-26
*
Export lapi.js functions from lua.js
daurnimator
2017-04-26
*
Remove lua.thread_status
daurnimator
2017-04-26
*
Remove lua.CT and lua.constant_types (still available from defs)
daurnimator
2017-04-26
*
All core files reference defs.js instead of lua.js
daurnimator
2017-04-26
*
luaH_next and luaH_getn are not Table member functions
Benoit Giannangeli
2017-04-18
*
Cache all to_luastring of internal literals
Benoit Giannangeli
2017-04-18
*
debug.debug
Benoit Giannangeli
2017-04-11
*
8-bit string internally tests
Benoit Giannangeli
2017-03-30
*
Never use js strings internally
Benoit Giannangeli
2017-03-29
*
%c put the actual value in the string array
Benoit Giannangeli
2017-03-24
*
Proper use of luaO_nilobject
Benoit Giannangeli
2017-03-24
*
Test for require and fs instead of testing for window
Benoit Giannangeli
2017-03-23
*
dofile
Benoit Giannangeli
2017-03-23
*
loadfile
Benoit Giannangeli
2017-03-23
*
load, luaL_loadbuffer(x), luaL_loadstring, lua_replace, lua_isnone, lua_isnon...
Benoit Giannangeli
2017-03-03
*
Bytecode generation
Benoit Giannangeli
2017-03-01
*
jshint
Benoit Giannangeli
2017-02-28
*
pairs
Benoit Giannangeli
2017-02-22
*
use luaL_argerror/error instead of throwing
Benoit Giannangeli
2017-02-22
[next]