openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rubyjs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 18, 2025 — Feb 18, 2026
Showing page 3 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Add > >= < <= to OptimizeArithOps * Fix /usr/bin/time time parsing
Michael Neumann
More...
over 18 years ago
* Implement --opt OptimizeArithOps * rubyjs_gen: generated main() takes arguments and passed them to the class' main method. * Add some benchmarks
Michael Neumann
More...
over 18 years ago
rename
Michael Neumann
More...
over 18 years ago
*
Michael Neumann
More...
over 18 years ago
* Fix RhinoJS test runner and run it by default * Wrap each test case inside it's own module
Michael Neumann
More...
over 18 years ago
minor cleanup
Michael Neumann
More...
over 18 years ago
Slightly cleanup
Michael Neumann
More...
over 18 years ago
remove CompactCode option as it doesn't work reliably
Michael Neumann
More...
over 18 years ago
*
Michael Neumann
More...
over 18 years ago
* Implement method_missing * Fix Array#to_s
Michael Neumann
More...
over 18 years ago
slighlty refactor test situation
Michael Neumann
More...
over 18 years ago
Implement Proc.new/proc.
Michael Neumann
More...
over 18 years ago
* Separate generated .js from .html * Add YUI javascript compressor
Michael Neumann
More...
over 18 years ago
Include full ruby script of tests inside browser.test.html
Michael Neumann
More...
over 18 years ago
* Implement return inside of blocks (method { return }) which requires the introduction of a unique method scope. * Fix browser.test.html for IE6 (line breaks were incorrect) * Implement return as expression
Michael Neumann
More...
over 18 years ago
*
Michael Neumann
More...
over 18 years ago
*
Michael Neumann
More...
over 18 years ago
* Fix argument arity checks
Michael Neumann
More...
over 18 years ago
* Implement Exceptions * Fix === for Classes * Greatly improve browser test performance by only calling innerHTML once.
Michael Neumann
More...
over 18 years ago
* Move __invoke, __send, send and respond_to? into Kernel * Implement respond_to?
Michael Neumann
More...
over 18 years ago
* Implement zsuper (super without arguments) * Implement send functionality (add method map to javascript code) * Cleanup process_lit
Michael Neumann
More...
over 18 years ago
* Fix "case" (case a when x => x === a instead of a === x) * Native Javascript objects should have _class attribute as well. * Class#inspect * extend Object#=== for kind_of? checks * Add Fixnum, Bignum and Float classes for compatiblity with Ruby (mostly useful in tests) * Add more cases into test/test_case.rb and test/test_class.rb
Michael Neumann
More...
over 18 years ago
* add todo
Michael Neumann
More...
over 18 years ago
By default run generate browser_test
Michael Neumann
More...
over 18 years ago
* Implement #kind_of?, #is_a?, #instance_of? and add test case * NilClass#to_i, #to_f, #to_a, #to_splat
Michael Neumann
More...
over 18 years ago
* Add implementation of class Range (+ test cases) * Don't compact code by default. --opt CompactCode will do. * Fix bug in process_dstr (forget to resultify) * Implement Boolean#== * Implement String#rjust and #ljust * Correct String#inspect * Implement String#match, #gsub, #sub * Implement Number#to_s(base=10), #succ * Add further test cases for String methods
Michael Neumann
More...
over 18 years ago
Implement string interpolation
Michael Neumann
More...
over 18 years ago
*
Michael Neumann
More...
over 18 years ago
Implement "break" in iterators
Michael Neumann
More...
over 18 years ago
Implement next inside blocks
Michael Neumann
More...
over 18 years ago
←
1
2
3
4
5
6
→
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