Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Separate ZIO and MBuffer data structures | daurnimator | 2017-05-15 |
| | | | | - lua_load no longer takes a null reader function | ||
* | src/lauxlib.js: Move binary signature check before line correction | daurnimator | 2017-05-15 |
| | |||
* | src/lauxlib.js: Feed readahead back into parser | daurnimator | 2017-05-15 |
| | |||
* | luaL_addsize, luaL_checkoption, luaL_checkversion, luaL_newlibtable, ↵ | Benoit Giannangeli | 2017-05-14 |
| | | | | luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref | ||
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | |||
* | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
| | |||
* | src/lauxlib.js: Use lua_pushfstring (fixes missing fields in tracebacks) | daurnimator | 2017-05-05 |
| | |||
* | Fix luaL_error callsites | daurnimator | 2017-05-05 |
| | | | | | | - Now that luaL_error does sprintf-like formatting it shouldn't take user input - % now needs to be escaped when passed to luaL_error - Removes several wasteful lua->js->lua string transformations | ||
* | src/lauxlib.js: Fix traceback text | daurnimator | 2017-05-05 |
| | |||
* | src/lauxlib.js: Use lua_pushvfstring | daurnimator | 2017-05-04 |
| | |||
* | require | Benoit Giannangeli | 2017-05-03 |
| | |||
* | loadlib.js | Benoit Giannangeli | 2017-05-03 |
| | |||
* | src/lauxlib.js: buffer.b should be null or array, not a string | daurnimator | 2017-05-03 |
| | |||
* | src/lauxlib: Rewrite luaL_execresult | daurnimator | 2017-05-03 |
| | |||
* | luaL_Buffer constructor shouldn't take a lua state | daurnimator | 2017-05-03 |
| | | | | It gets set in luaL_buffinit | ||
* | Removed unused imports; add jshint unused warning | daurnimator | 2017-05-03 |
| | |||
* | Move .id field from TValue to values themselves | daurnimator | 2017-05-03 |
| | |||
* | src/lauxlib.js: Add luaL_dostring and luaL_dofile | daurnimator | 2017-05-02 |
| | |||
* | os.execute | Benoit Giannangeli | 2017-04-28 |
| | |||
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
| | |||
* | lauxlib: Add luaL_fileresult | daurnimator | 2017-04-26 |
| | |||
* | lauxlib: Add LUA_FILEHANDLE | daurnimator | 2017-04-26 |
| | |||
* | lauxlib: Add luaL_*metatable and luaL_*udata functions | daurnimator | 2017-04-26 |
| | |||
* | Added missing test in luaL_tolstring | Benoit Giannangeli | 2017-04-26 |
| | |||
* | math.huge is Number.Infinity | Benoit Giannangeli | 2017-04-26 |
| | |||
* | src/lauxlib: Refactor luaL_tolstring to use lapi internals less | daurnimator | 2017-04-26 |
| | |||
* | Remove unused require()s | daurnimator | 2017-04-26 |
| | |||
* | Export ldebug.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Export lstate.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Remove lua.char | 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 |
| | |||
* | Merge branch 'master' into cli | daurnimator | 2017-04-19 |
|\ | |||
| * | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
| | | |||
* | | lauxlib: Only jsstring-ify if non-null | daurnimator | 2017-04-19 |
| | | |||
* | | lauxlib: Fix error handling in luaL_loadfilex | daurnimator | 2017-04-19 |
|/ | |||
* | debug.traceback | Benoit Giannangeli | 2017-04-12 |
| | |||
* | debug.debug | Benoit Giannangeli | 2017-04-11 |
| | | | | Use readline-sync to read from stdin interactively | ||
* | Use correct sprintf package | Benoit Giannangeli | 2017-03-31 |
| | |||
* | 8-bit only in lstrlib | Benoit Giannangeli | 2017-03-30 |
| | |||
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| | | | | Lexing/Parsing is done on byte rather than js strings | ||
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
| | |||
* | luaO_utf8esc | Benoit Giannangeli | 2017-03-28 |
| | |||
* | TValue.id to print something when tostring({}) | Benoit Giannangeli | 2017-03-24 |
| | |||
* | When reading file, truncate not full buffer | Benoit Giannangeli | 2017-03-24 |
| | |||
* | strings.lua | Benoit Giannangeli | 2017-03-24 |
| | |||
* | Test for require and fs instead of testing for window | Benoit Giannangeli | 2017-03-23 |
| | |||
* | Handle binary in luaL_loadfilex | Benoit Giannangeli | 2017-03-23 |
| |