0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move source files to 'src' directory More... about 12 years ago
Move gh-pages content to subdir (includes built lua.vm.js file) More... about 12 years ago
Update README Status More... about 12 years ago
Clean up Makefile more, add custom LUA_API macro to luaconf.h so that we don't need EXPORTED_FUNCTIONS More... over 12 years ago
Be explicit about `state.load` returning a Proxy object More... over 12 years ago
Have `proxy.invoke` take an array of arguments, so that we can pass extra parameters. Add `n_results` More... over 12 years ago
Have `state.load` take an optional chunk name and mode More... over 12 years ago
Fix accidental global More... over 12 years ago
Fix incorrect string length when pushing unicode strings; use an array of chars More... over 12 years ago
Add `isnoneornil` macro More... over 12 years ago
Add js.lua that adds better semantics for `require` and some other handy functions More... over 12 years ago
expose extra constants More... over 12 years ago
Add License information More... over 12 years ago
Upgrade to Lua 5.2.3 More... over 12 years ago
Improve Makefile: now has target 'emscripten' More... over 12 years ago
Remove unused (custom) lua_openjs from lualib.h and remove _lua_execute from exports More... over 12 years ago
Attach tracebacks to Lua.Error; construct them inside the error handler More... over 12 years ago
fix indentation, whitespace, semicolons, globals More... over 12 years ago
Lua.State.push now handles Lua.Proxy objects More... over 12 years ago
Make sure all cases (including NONE) are handled in lua_to_js More... over 12 years ago
define MULTIRET and use it More... over 12 years ago
Retrieve the error message from inside of Lua.Error constructor More... over 12 years ago
Make exports explicit; fixes some accidental globals More... over 12 years ago
Check return value from tolstring More... over 12 years ago
Factor out userdata creation into `pushjs` function More... over 12 years ago
Fix new_ function (whitespace and var `ret`) More... over 12 years ago
Add .push method to Lua.Proxy More... over 12 years ago
repl: Use textContent instead of innerHTML More... over 12 years ago
Pass 'this' to lua functions More... over 12 years ago
Add __len metamethod that gets .length More... over 12 years ago