aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | src/lobject.js: lua_tojsstring now uses unicode replacement character by defaultdaurnimator2018-03-04
* | src/defs.js: to_jsstring now optionally replaces invalid utf8 sequences with ...daurnimator2018-03-04
* | src/luaconf.js: Add LUA_COMPAT_FLOATSTRINGdaurnimator2018-03-04
* | src/lstate.js: Start id at 1; it's better if ids are never falsydaurnimator2018-02-28
* | src/lobject.js: Fix %p printing two idsdaurnimator2018-02-28
* | src/defs.js: Look in both /usr and /usr/localdaurnimator2018-02-17
* | src/defs.js: js files belong in share/ not lib/daurnimator2018-02-17
* | Rename cpath to jspathdaurnimator2018-02-17
* | src/defs.js: CPATH contains .js not .dll/.sodaurnimator2018-02-17
* | src/ldblib.js: Use WeakMap as __mode is unsupporteddaurnimator2018-02-04
* | src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconfdaurnimator2018-02-04
* | src/fengari.js: Add copyright notice that will get preserved by minifiersdaurnimator2018-02-04
* | src/lauxlib.js: Check default value when using luaL_optstringdaurnimator2018-02-04
* | {src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()daurnimator2018-02-04
* | src/lapi.js: Explicit check against LUA_MULTRETdaurnimator2018-02-04
* | src/lapi.js: in lua_pcallk only create CallS object when requireddaurnimator2018-02-04
* | src/lapi.js: Shorter boolean coerciondaurnimator2018-02-04
* | src/lapi.js: Check integer parametersdaurnimator2018-02-04
* | src/lmathlib.js: Implement math.randomseed via a simple LCGdaurnimator2018-02-04
* | src/ljstype.js: Use Uint8Array instead of plain arraydaurnimator2018-02-04
* | Merge remote-tracking branch 'daurnimator/optimise-ljstype'daurnimator2018-02-04
|\ \
| * | src/ljstype.js: Add built in tables rather than using regex rulesdaurnimator2018-01-02
| * | src/lobject.js: Check string length before indexingdaurnimator2018-01-02
* | | src/loadlib.js: Don't reuse CLIBS string due to it getting used as lightuserd...daurnimator2018-01-30
* | | src/{defs,loadlib}.js: LUA_(C)PATH_DEFAULT now exported as lua stringsdaurnimator2018-01-30
* | | src/lapi.js: fengari_argcheck doesn't take a lua_Statedaurnimator2018-01-29
* | | src/lobject.js: Use a switch/case over `typeof` when getting object idsdaurnimator2018-01-29
* | | src/lstrlib.js: Add binary safe string.lower and string.upperdaurnimator2018-01-29
* | | src/lstrlib.js: Remove KOption object; use constsdaurnimator2018-01-29
* | | src/lstrlib.js: Hardcode character codes (avoids charCodeAt)daurnimator2018-01-29
* | | src/lstrlib.js: Hardcode toupper implementationdaurnimator2018-01-29
* | | src/lfunc.js: styledaurnimator2018-01-29
* | | src/lbaselib.js: Hardcode character codes (avoids charCodeAt)daurnimator2018-01-29
* | | src/lbaselib.js: Optimise b_str2int by using parseIntdaurnimator2018-01-29
* | | src/lauxlib.js: Hardcode character codes (avoids charCodeAt)daurnimator2018-01-29
* | | src/ldblib.js: Hardcode character codes (avoids charCodeAt)daurnimator2018-01-29
* | | src/lapi.js: Check upvalue index in an integerdaurnimator2018-01-29
* | | src/lapi.js: optimise+minify getupvalref usagedaurnimator2018-01-29
* | | src/: Upvalues are now just TValues (possibly referencing on-stack)daurnimator2018-01-29
* | | src/lobject.js: Consistently use null in a nil TValuedaurnimator2018-01-29
* | | src/llex.js: Use destructured assignment when requiring ljstypedaurnimator2018-01-29
* | | src/llex.js: Fix double llimits requiredaurnimator2018-01-29
* | | src/llex.js: Store luaX_tokens in lua string formdaurnimator2018-01-29
* | | src/llex.js: Use RESERVED enum members un-namespaceddaurnimator2018-01-29
* | | src/: Import lzio using destructured assignmentdaurnimator2018-01-29
* | | src/: Export LUA_SIGNATURE as lua string instead of js stringdaurnimator2018-01-29
* | | src/defs.js: Move string conversion functions to top of filedaurnimator2018-01-29
* | | src/defs.js: Remove defs.chardaurnimator2018-01-29
* | | src/lundump.js: Remove use of defs.chardaurnimator2018-01-29
* | | src/lstrlib.js: Fix trying to set string value in Uint8Arraydaurnimator2018-01-29