I realized today I never described how JRuby has been maintaining its
copy of the Ruby stdlib. This email will do that.
JRuby uses MRI's stdlib almost completely intact, but there are some
differences. For example:
* timeout.rb is replaced with a native version that uses timed
executor pools from
Thread.times in jruby/core_ext feature reports a cpu times as a system times
Key: JRUBY-5296
URL: http://jira.codehaus.org/browse/JRUBY-5296
Project: JRuby
Issue Ty
Update glassfish gem to mark stream for POST requests with autoclose = false,
ref. JRUBY-5114
-
Key: JRUBY-5297
URL: http://jira.codehaus.org/browse/JRUBY-5297
Inconsistent aliasing in Array - map! and collect!
--
Key: JRUBY-5298
URL: http://jira.codehaus.org/browse/JRUBY-5298
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Array#eql? result differs from MRI with recursive arrays
Key: JRUBY-5299
URL: http://jira.codehaus.org/browse/JRUBY-5299
Project: JRuby
Issue Type: Bug
Components: Core Class