0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
johnson needs date from core.js More... about 14 years ago
removing relative requires More... about 14 years ago
No more releases to RubyForge.
jbarnette
as John Barnette
More... about 14 years ago
Prep for v1.2.0.
jbarnette
as John Barnette
More... about 14 years ago
Remove the segfault todo.
jbarnette
as John Barnette
More... about 14 years ago
Finish off conversions stuff, and add some tests.
matthewd
as Matthew Draper
More... over 14 years ago
Update target path for spidermonkey.so in extconf
matthewd
as Matthew Draper
More... over 14 years ago
Apply wrappers during RubyLandProxy creation.
matthewd
as Matthew Draper
More... over 14 years ago
... and update the manifest.
matthewd
as Matthew Draper
More... over 14 years ago
Put the call-seq convention back how it was.
matthewd
as Matthew Draper
More... over 14 years ago
Make J::SM::Runtime a subclass of J::Runtime.
matthewd
as Matthew Draper
More... over 14 years ago
Function#apply allows its second param to be null.
matthewd
as Matthew Draper
More... over 14 years ago
Let SpiderMonkey do the UTF-8 string conversion.
matthewd
as Matthew Draper
More... over 14 years ago
Vague attempt to make the API look more documented.
matthewd
as Matthew Draper
More... over 14 years ago
Works for me, so our OS support isn't quite that bad.
matthewd
as Matthew Draper
More... over 14 years ago
More tests for indexing by symbol.
matthewd
as Matthew Draper
More... over 14 years ago
Treat symbols and strings equivalently in more places.
matthewd
as Matthew Draper
More... over 14 years ago
Global object treats symbols as strings.
matthewd
as Matthew Draper
More... over 14 years ago
Plug more (rather obscure/unlikely) possible root leaks.
matthewd
as Matthew Draper
More... over 14 years ago
Test that breakpoints go away after the script is run once.
matthewd
as Matthew Draper
More... over 14 years ago
Omit #gc_zeal= if JS_SetGCZeal isn't there.
matthewd
as Matthew Draper
More... over 14 years ago
Breakpoint callbacks can raise exceptions.
matthewd
as Matthew Draper
More... over 14 years ago
Fix a few more root leaks in convert_to_ruby.
matthewd
as Matthew Draper
More... over 14 years ago
Check given debugger more carefully.
matthewd
as Matthew Draper
More... over 14 years ago
Remove call_proc_by_oid -- remnant of a bygone implementation.
matthewd
as Matthew Draper
More... over 14 years ago
Ensure iterators behave as per native JS objects/arrays.
matthewd
as Matthew Draper
More... over 14 years ago
Convert a static string each way during startup.
matthewd
as Matthew Draper
More... over 14 years ago
Treat JavaScript strings as UTF-16.
matthewd
as Matthew Draper
More... over 14 years ago
Cover a number of potential root leaks.
matthewd
as Matthew Draper
More... over 14 years ago
Wrap Function.prototype.apply to accept Ruby arrays.
matthewd
as Matthew Draper
More... over 14 years ago