index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
.travis.yml: take advantage of newer travis features
daurnimator
2018-03-29
*
package.json: Upgrade dependencies
daurnimator
2018-03-29
*
package.json: Remove webpack and loaders
daurnimator
2018-03-29
*
webpack.config.js: disable FENGARICONF for web builds
daurnimator
2018-03-26
*
src/luaconf.js: Set LUAI_MAXSTACK back to PUC-Rio default
daurnimator
2018-03-26
*
src/luaconf.js: Use env var FENGARICONF for configuration
daurnimator
2018-03-26
*
README.md: formatting
daurnimator
2018-03-04
*
src/lbaselib.js: Don't cache non-fastpath string conversions
daurnimator
2018-03-04
*
src/lauxlib.js: lua_tojsstring won't throw since b257a24
daurnimator
2018-03-04
*
src/luaconf.js: Add comment about LUA_COMPAT_FLOATSTRING
daurnimator
2018-03-04
*
Remove unwanted TODOs
daurnimator
2018-03-04
*
src/lapi.js: Remove lua_toljsstring
daurnimator
2018-03-04
*
src/fengari.js: Export luaconf
daurnimator
2018-03-04
*
src/lobject.js: lua_tojsstring now uses unicode replacement character by default
daurnimator
2018-03-04
*
src/defs.js: to_jsstring now optionally replaces invalid utf8 sequences with ...
daurnimator
2018-03-04
*
src/luaconf.js: Add LUA_COMPAT_FLOATSTRING
daurnimator
2018-03-04
*
src/lstate.js: Start id at 1; it's better if ids are never falsy
daurnimator
2018-02-28
*
src/lobject.js: Fix %p printing two ids
daurnimator
2018-02-28
*
src/defs.js: Look in both /usr and /usr/local
daurnimator
2018-02-17
*
README.md: Add __gc metamethods to unsupported list
daurnimator
2018-02-17
*
src/defs.js: js files belong in share/ not lib/
daurnimator
2018-02-17
*
Rename cpath to jspath
daurnimator
2018-02-17
*
src/defs.js: CPATH contains .js not .dll/.so
daurnimator
2018-02-17
*
tests/test-suite/ltests.js: Push copy of TValue to stack, not original
daurnimator
2018-02-05
*
package.json: Upgrade dependencies to latest versions
daurnimator
2018-02-04
*
package.json: Add directories.lib
daurnimator
2018-02-04
*
src/ldblib.js: Use WeakMap as __mode is unsupported
daurnimator
2018-02-04
*
src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconf
daurnimator
2018-02-04
*
README.md: Document extra arg of luaL_execresult and luaL_fileresult
daurnimator
2018-02-04
*
src/fengari.js: Add copyright notice that will get preserved by minifiers
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/lapi.js: Explicit check against LUA_MULTRET
daurnimator
2018-02-04
*
src/lapi.js: in lua_pcallk only create CallS object when required
daurnimator
2018-02-04
*
src/lapi.js: Shorter boolean coercion
daurnimator
2018-02-04
*
src/lapi.js: Check integer parameters
daurnimator
2018-02-04
*
tests/test-suite/math.js: Add missing math.randomseed call to tests
daurnimator
2018-02-04
*
src/lmathlib.js: Implement math.randomseed via a simple LCG
daurnimator
2018-02-04
*
src/ljstype.js: Use Uint8Array instead of plain array
daurnimator
2018-02-04
*
Merge remote-tracking branch 'daurnimator/optimise-ljstype'
daurnimator
2018-02-04
|
\
|
*
src/ljstype.js: Add built in tables rather than using regex rules
daurnimator
2018-01-02
|
*
src/lobject.js: Check string length before indexing
daurnimator
2018-01-02
*
|
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/lapi.js: fengari_argcheck doesn't take a lua_State
daurnimator
2018-01-29
*
|
src/lobject.js: Use a switch/case over `typeof` when getting object ids
daurnimator
2018-01-29
*
|
src/lstrlib.js: Add binary safe string.lower and string.upper
daurnimator
2018-01-29
*
|
src/lstrlib.js: Remove KOption object; use consts
daurnimator
2018-01-29
*
|
src/lstrlib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
src/lstrlib.js: Hardcode toupper implementation
daurnimator
2018-01-29
[next]