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
Merge branch 'pr/59' More... almost 10 years ago
removed SED, uses echo More... almost 10 years ago
gnu-sed on osx More... almost 10 years ago
src/lua.js: Give each state their own 'refs' array. More... over 10 years ago
dist/lua.vm.js.html: Update project status More... over 10 years ago
Updates links More... over 10 years ago
src/lua.js: In 'new_' don't rely on 'this' having the correct 'apply' member More... over 10 years ago
src/lua.js: In new_, a function should be considered an object too More... over 10 years ago
src/lua.js: check for toString existing before using it More... over 10 years ago
src/lua.js: Fix some linter complaints More... over 10 years ago
package.json: This pacakge is *not* 1.0; add myself to contributors More... over 10 years ago
README, COPYING: Update copyright More... over 10 years ago
dist/: Update to not use Module object; instead use exported 'emscripten' object More... over 10 years ago
Export emscripten Module object More... over 10 years ago
src/lua.js: Put exported keys in double quotes so closure compiler doesn't shorten them More... over 10 years ago
No longer leak global vars More... over 10 years ago
src/lua.js: Use ENVIRONMENT_IS_WEB variable instead of checking for window. More... over 10 years ago
lua/src/Makefile: remove broken makefile rule dependency More... over 10 years ago
src/lua.js: If in node, use 'global' variable as global environment More... over 10 years ago
src/lua.js: Use a doubly weak table for proxys (speed improvement) More... over 10 years ago
Merge branch 'ianmaclarty-execute_leak_fix' More... over 10 years ago
wrap proxy.invoke() in try/finally More... over 10 years ago
fix leak in Lua.State.execute More... over 10 years ago
Update to Lua 5.2.4 More... almost 11 years ago
src/lua.js: Fix Proxy creation from a coroutine. More... about 11 years ago
src/lua.js: expose _G on lua state objects More... about 11 years ago
src/lua.js: factor out luaL_ref call from Lua.Proxy creation More... about 11 years ago
src/lua.js: if a function isn't strict, you can't pass null as 'this' More... about 11 years ago
src/lua.js: Fix Proxy.set trying to return something More... about 11 years ago
src/lua.js: Convert boxed primitives to primitives More... about 11 years ago