openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
lua.vm.js
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jul 21, 2025 — Jul 21, 2026
Showing page 3 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Move source files to 'src' directory
daurnimator
More...
about 12 years ago
Move gh-pages content to subdir (includes built lua.vm.js file)
daurnimator
More...
about 12 years ago
Update README Status
daurnimator
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
Daurnimator
More...
over 12 years ago
Be explicit about `state.load` returning a Proxy object
Daurnimator
More...
over 12 years ago
Have `proxy.invoke` take an array of arguments, so that we can pass extra parameters. Add `n_results`
Daurnimator
More...
over 12 years ago
Have `state.load` take an optional chunk name and mode
Daurnimator
More...
over 12 years ago
Fix accidental global
Daurnimator
More...
over 12 years ago
Fix incorrect string length when pushing unicode strings; use an array of chars
Daurnimator
More...
over 12 years ago
Add `isnoneornil` macro
Daurnimator
More...
over 12 years ago
Add js.lua that adds better semantics for `require` and some other handy functions
Daurnimator
More...
over 12 years ago
expose extra constants
Daurnimator
More...
over 12 years ago
Add License information
Daurnimator
More...
over 12 years ago
Upgrade to Lua 5.2.3
Daurnimator
More...
over 12 years ago
Improve Makefile: now has target 'emscripten'
Daurnimator
More...
over 12 years ago
Remove unused (custom) lua_openjs from lualib.h and remove _lua_execute from exports
Daurnimator
More...
over 12 years ago
Attach tracebacks to Lua.Error; construct them inside the error handler
Daurnimator
More...
over 12 years ago
fix indentation, whitespace, semicolons, globals
Daurnimator
More...
over 12 years ago
Lua.State.push now handles Lua.Proxy objects
Daurnimator
More...
over 12 years ago
Make sure all cases (including NONE) are handled in lua_to_js
Daurnimator
More...
over 12 years ago
define MULTIRET and use it
Daurnimator
More...
over 12 years ago
Retrieve the error message from inside of Lua.Error constructor
Daurnimator
More...
over 12 years ago
Make exports explicit; fixes some accidental globals
Daurnimator
More...
over 12 years ago
Check return value from tolstring
Daurnimator
More...
over 12 years ago
Factor out userdata creation into `pushjs` function
Daurnimator
More...
over 12 years ago
Fix new_ function (whitespace and var `ret`)
Daurnimator
More...
over 12 years ago
Add .push method to Lua.Proxy
Daurnimator
More...
over 12 years ago
repl: Use textContent instead of innerHTML
Daurnimator
More...
over 12 years ago
Pass 'this' to lua functions
Daurnimator
More...
over 12 years ago
Add __len metamethod that gets .length
Daurnimator
More...
over 12 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree